We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b916d15 commit eb877e3Copy full SHA for eb877e3
py_open_cl_demo.py
@@ -19,7 +19,7 @@
19
# Just in Time compiler
20
prg = cl.Program(ctx, """
21
_kernel void twice(_global float *a)
22
- {a[get_global_id(0)] *= 2;}
+ { a[ get_global_id (0)] *= 2;}
23
""").build()
24
25
# Call the twice function
0 commit comments