[clang] [HIP][SPIRV] Enable the SPIRV backend instead of the translator through an experimental flag. (PR #162282)
Manuel Carrasco via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 10 01:51:32 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
----------------
mgcarrasco wrote:
Thanks @arsenm, you're right. Now we use hip instead.
https://github.com/llvm/llvm-project/pull/162282
More information about the cfe-commits
mailing list