Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tomotools
Nabu
Commits
1202eb28
Commit
1202eb28
authored
Apr 21, 2022
by
Pierre Paleo
Browse files
Remove unused inheritance
parent
92fd4fc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
nabu/cuda/kernel.py
View file @
1202eb28
...
...
@@ -2,7 +2,7 @@ from ..utils import updiv
import
pycuda.gpuarray
as
garray
from
pycuda.compiler
import
SourceModule
class
CudaKernel
(
object
)
:
class
CudaKernel
:
"""
Helper class that wraps CUDA kernel through pycuda SourceModule.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment