Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix scan identifier prefixing
  • Loading branch information
inducer committed Jul 6, 2014
1 parent 357ed4f commit e929b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyopencl/scan.py
Expand Up @@ -783,7 +783,7 @@ def _round_down_to_power_of_2(val):
pragma __attribute__ __global __kernel __local
get_local_size get_local_id cl_khr_fp64 reqd_work_group_size
get_num_groups barrier get_group_id
CL_VERSION_1_1 __OPENCL_VERSION__
CL_VERSION_1_1 __OPENCL_C_VERSION__ 120
_final_update _debug_scan kernel_name
Expand Down

0 comments on commit e929b20

Please sign in to comment.