[clang] [OpenCL] Allow undefining cl_khr_integer_dot_product features macros (PR #162055)

Wenju He via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 6 03:39:06 PDT 2025


================
@@ -53,6 +53,13 @@
 #define __opencl_c_kernel_clock_scope_work_group 1
 #define __opencl_c_kernel_clock_scope_sub_group 1
 
+#ifdef __undef___opencl_c_integer_dot_product_input_4x8bit
----------------
wenju-he wrote:

> Perhaps move this down to the section that starts with the comment `// Undefine any feature macros that`...

done in https://github.com/llvm/llvm-project/pull/162055/commits/4e77d69bb399bbe4d2bb87c4e4cf5e160a95d006

https://github.com/llvm/llvm-project/pull/162055


More information about the cfe-commits mailing list