Files
Ratajewski, Andrzej aca51efd6b Prevent opencl-clang from automatically enabling extensions
Prevent opencl-clang from automatically enabling extensions by undefining __SPIR__/__SPIRV__
macros. This way we only enable extensions that are passed to IGC from NEO, which are extensions
supported by the device we compile code for.

This change also enables the cl_khr_integer_dot_product extension in OpenCL C < 3.0.
2025-10-10 19:16:37 +02:00
..