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 09e0100 commit 0aa92d2Copy full SHA for 0aa92d2
clang/test/CodeGenOpenCL/builtins-amdgcn-dl-insts-gfx11.cl
@@ -1,6 +1,7 @@
1
// REQUIRES: amdgpu-registered-target
2
3
// RUN: %clang_cc1 -triple amdgcn-unknown-unknown -target-cpu gfx1100 -emit-llvm -o - %s | FileCheck %s
4
+// RUN: %clang_cc1 -triple amdgcn-unknown-unknown -target-cpu gfx1200 -emit-llvm -o - %s | FileCheck %s
5
6
typedef unsigned int uint;
7
typedef half __attribute__((ext_vector_type(2))) half2;
0 commit comments