Skip to content

Commit 0aa92d2

Browse files
[AMDGPU] Run DL builtin tests for new GFX (#130054)
1 parent 09e0100 commit 0aa92d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/test/CodeGenOpenCL/builtins-amdgcn-dl-insts-gfx11.cl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// REQUIRES: amdgpu-registered-target
22

33
// 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
45

56
typedef unsigned int uint;
67
typedef half __attribute__((ext_vector_type(2))) half2;

0 commit comments

Comments
 (0)