We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df24a26 commit 599454dCopy full SHA for 599454d
clang/test/Driver/sycl-oneapi-gpu-amdgpu.cpp
@@ -150,7 +150,7 @@
150
// RUN: FileCheck %s --check-prefix=BAD_TARGET_TRIPLE_ENV
151
// BAD_TARGET_TRIPLE_ENV: error: SYCL target is invalid: 'amdgcn-amd-amdhsa-sycl'
152
153
-// Check for invalid SYCL triple for NVidia GPUs.
+// Check for invalid SYCL triple for AMD GPUs.
154
// RUN: not %clangxx -c -fsycl -fsycl-targets=amdgcn -### %s 2>&1 | \
155
// RUN: FileCheck %s --check-prefix=BAD_TARGET_TRIPLE
156
// RUN: not %clang_cl -c -fsycl -fsycl-targets=amdgcn-amd -### %s 2>&1 | \
0 commit comments