mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-25 16:29:03 +00:00
Fix Issue 37 - Test compiler - added new extension cl_khr_spirv_no_integer_wrap_decoration (#89)
This commit is contained in:
committed by
Kévin Petit
parent
cdd32af4d9
commit
a370817716
@@ -57,6 +57,7 @@ const char *known_extensions[] = {
|
|||||||
"cl_khr_priority_hints",
|
"cl_khr_priority_hints",
|
||||||
"cl_khr_create_command_queue",
|
"cl_khr_create_command_queue",
|
||||||
"cl_khr_il_program",
|
"cl_khr_il_program",
|
||||||
|
"cl_khr_spirv_no_integer_wrap_decoration",
|
||||||
};
|
};
|
||||||
|
|
||||||
size_t num_known_extensions = sizeof(known_extensions)/sizeof(char*);
|
size_t num_known_extensions = sizeof(known_extensions)/sizeof(char*);
|
||||||
|
|||||||
Reference in New Issue
Block a user