mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 00:03:14 +08:00
Clang 13+ requires (1) that each enabled extension be accompanied by corresponding OCL C extension macro definitions. Fix the extension string for empty device cases to conform to that - pass the same language feature macros as we would for regular image support. (1) release/14.x/clang/lib/Basic/OpenCLOptions.cpp#L142-L149 Related-To: HSD-18031230472 Signed-off-by: Artem Gindinson <artem.gindinson@intel.com>