Skip to content

Commit eb877e3

Browse files
author
Jonathan Rocher
committed
typo
1 parent b916d15 commit eb877e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py_open_cl_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# Just in Time compiler
2020
prg = cl.Program(ctx, """
2121
_kernel void twice(_global float *a)
22-
{a[get_global_id(0)] *= 2;}
22+
{ a[ get_global_id (0)] *= 2;}
2323
""").build()
2424

2525
# Call the twice function

0 commit comments

Comments
 (0)