[libclc] [libclc] fix clspv/shared/vstore_half.cl (PR #171105)

Wenju He via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 8 04:38:33 PST 2025


================
@@ -7,6 +7,7 @@
 //===----------------------------------------------------------------------===//
 
 #include <clc/float/definitions.h>
+#include <clc/internal/clc.h>
----------------
wenju-he wrote:

Could you include clc/clc_as_type.h instead? “clc/internal/clc.h” is intended only for the CLC library (libclc/clc/lib).

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


More information about the cfe-commits mailing list