[clang] [clang][AMDGPU] Widen ballot for read_exec_lo/hi to wavefront size (PR #212813)

Arseniy Obolenskiy via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 29 21:56:41 PDT 2026


================
@@ -453,6 +453,10 @@ class LLVM_LIBRARY_VISIBILITY SPIRV64AMDGCNTargetInfo final
   void getTargetDefines(const LangOptions &Opts,
                         MacroBuilder &Builder) const override;
 
+  const llvm::omp::GV &getGridValue() const override {
----------------
aobolensk wrote:

Why? This is used to retrieve the warp size

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


More information about the cfe-commits mailing list