mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
a0035ecae027dfc2d7b1c216a06fa268264df680
* cl12: Compiler - added missing extensions to compiler_defines_for_extensions. Updated the list of known extensions to include all extensions referenced in the OpenCL Extension Specification 1.2 - Revision 25 and OpenCL Specification 1.2 - Revision 19 documents. * Re-added the cl_khr_il_program extension. This was this was erroneously removed in the previous commit. * Compiler: Added all known extensions to compiler_defines_for_extensions. After discussion on the pull request, it was decided to have this test test for all known khr extensions accross all API levels. Some vendors support 2.x extensions on 1.x implementations, so wanted to ensure that the test still covered those cases. Re-ordered each sub-list so that the order in which each extension appears mirrors that of https://www.khronos.org/registry/OpenCL/specs/2.2/html/OpenCL_Ext.html. For reference: https://github.com/KhronosGroup/OpenCL-CTS/pull/55. * Compiler: Moved priority and throttle hints to the API-only section of the array in compiler_defines_for_extensions. * Compiler: Added cl_khr_spirv_no_integer_wrap_decoration to the list of extensions.
Description
Languages
C++
84.5%
C
14.7%
CMake
0.5%
Python
0.3%