Skip to content
Snippets Groups Projects
Commit 8617ec65 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Update scan ignored words list for fp64 warning fix

parent a7275c9b
No related branches found
No related tags found
No related merge requests found
...@@ -783,6 +783,7 @@ _IGNORED_WORDS = set(""" ...@@ -783,6 +783,7 @@ _IGNORED_WORDS = set("""
pragma __attribute__ __global __kernel __local pragma __attribute__ __global __kernel __local
get_local_size get_local_id cl_khr_fp64 reqd_work_group_size get_local_size get_local_id cl_khr_fp64 reqd_work_group_size
get_num_groups barrier get_group_id get_num_groups barrier get_group_id
CL_VERSION_1_1 __OPENCL_VERSION__
_final_update _debug_scan kernel_name _final_update _debug_scan kernel_name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment