Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Julian Hammer
pystencils
Commits
ba5d035e
Commit
ba5d035e
authored
Aug 15, 2019
by
Stephan Seitz
Browse files
OpenCL: Fix typo in docstring
parent
9bd38c55
Changes
1
Hide whitespace changes
Inline
Side-by-side
pystencils/backends/opencl_backend.py
View file @
ba5d035e
...
...
@@ -12,7 +12,7 @@ with open(join(dirname(__file__), 'opencl1.1_known_functions.txt')) as f:
def
generate_opencl
(
astnode
:
Node
,
signature_only
:
bool
=
False
)
->
str
:
"""Prints an abstract syntax tree node
as CUDA
code.
"""Prints an abstract syntax tree node
(made for target 'gpu') as OpenCL
code.
Args:
astnode: KernelFunction node to generate code for
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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