[clang] [HIP][SPIRV] Enable the SPIRV backend instead of the translator through an experimental flag. (PR #162282)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 9 09:22:01 PDT 2025
================
@@ -5483,6 +5483,20 @@ defm wavefrontsize64 : SimpleMFlag<"wavefrontsize64",
defm amdgpu_precise_memory_op
: SimpleMFlag<"amdgpu-precise-memory-op", "Enable", "Disable",
" precise memory mode (AMDGPU only)">;
+def amdgpu_use_experimental_spirv_backend
----------------
arsenm wrote:
This has nothing to do with amdgpu?
https://github.com/llvm/llvm-project/pull/162282
More information about the cfe-commits
mailing list