mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +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_create_command_queue",
|
||||
"cl_khr_il_program",
|
||||
"cl_khr_spirv_no_integer_wrap_decoration",
|
||||
};
|
||||
|
||||
size_t num_known_extensions = sizeof(known_extensions)/sizeof(char*);
|
||||
|
||||
Reference in New Issue
Block a user