Skip to content
Snippets Groups Projects
Commit ba5d035e authored by Stephan Seitz's avatar Stephan Seitz
Browse files

OpenCL: Fix typo in docstring

parent 9bd38c55
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment