[clang] [lldb] [llvm] [OpenCL][Clang] Add support for cooperative matrix extension (PR #221328)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 8 13:57:01 PDT 2026
================
@@ -71,6 +71,7 @@ OPENCL_EXTENSION(cl_khr_int64_extended_atomics, true, 100)
OPENCL_EXTENSION(cl_khr_depth_images, true, 100)
OPENCL_COREFEATURE(cl_khr_extended_bit_ops, false, 100, OCL_C_31)
OPENCL_EXTENSION(cl_ext_float_atomics, false, 100)
+OPENCL_EXTENSION(cl_khr_cooperative_matrix, true, 100)
----------------
asudarsa-qti wrote:
@svenvh comment: as we shouldn't need any pragma I think.
Reply: Updated. Thanks
https://github.com/llvm/llvm-project/pull/221328
More information about the cfe-commits
mailing list