[clang] [HIP][SPIRV] Enable the SPIRV backend instead of the translator through an experimental flag. (PR #162282)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 16 06:46:47 PDT 2025


================
@@ -0,0 +1,4 @@
+// RUN: %clang -x hip %s --cuda-device-only --offload-arch=amdgcnspirv -use-experimental-spirv-backend -nogpuinc -nogpulib -ccc-print-bindings 2>&1 | FileCheck %s 
----------------
jhuber6 wrote:

Needs a test for the new driver, because if all goes well I'm going to completely delete the old offload driver next release.

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


More information about the cfe-commits mailing list