[llvm-branch-commits] [clang] clang/AMDGPU: Rename amdgcn triples to amdgpu in cc1 tests (14) (PR #212053)
Robert Imschweiler via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Jul 25 13:09:39 PDT 2026
================
@@ -5,31 +5,31 @@
// Build the fake device library in the way rocm-device-libs should be built.
//
-// RUN: %clang_cc1 -x cl -triple amdgcn-amd-amdhsa -fdenormal-fp-math-f32=dynamic \
+// RUN: %clang_cc1 -x cl -triple amdgpu-amd-amdhsa -fdenormal-fp-math-f32=dynamic \
// RUN: -mcode-object-version=none -emit-llvm-bc \
// RUN: %S/Inputs/ocml-sample.cl -o %t.dynamic.f32.bc
//
-// RUN: %clang_cc1 -x cl -triple amdgcn-amd-amdhsa -fdenormal-fp-math=dynamic \
+// RUN: %clang_cc1 -x cl -triple amdgpu-amd-amdhsa -fdenormal-fp-math=dynamic \
// RUN: -mcode-object-version=none -emit-llvm-bc \
// RUN: %S/Inputs/ocml-sample.cl -o %t.dynamic.full.bc
// Check the default behavior with no denormal-fp-math arguments.
-// RUN: %clang_cc1 -x hip -triple amdgcn-amd-amdhsa -target-cpu gfx803 -fcuda-is-device \
----------------
ro-i wrote:
conflict with PR description in this file? "This set of updates covers cases that did not have a set -target-cpu."
https://github.com/llvm/llvm-project/pull/212053
More information about the llvm-branch-commits
mailing list