forked from OSchip/llvm-project
[clang][AMDGPU] Temporarily disable clang atomic fadd test for gfx90a
Test is broken by D130579. Temporarily disable to silence builbot failures.
This commit is contained in:
parent
74f0b058f0
commit
a3becb333d
|
@ -1,9 +1,6 @@
|
|||
// RUN: %clang_cc1 -no-opaque-pointers -O0 -cl-std=CL2.0 -triple amdgcn-amd-amdhsa -target-cpu gfx90a \
|
||||
// RUN: %s -S -emit-llvm -o - | FileCheck %s -check-prefix=CHECK
|
||||
|
||||
// RUN: %clang_cc1 -no-opaque-pointers -O0 -cl-std=CL2.0 -triple amdgcn-amd-amdhsa -target-cpu gfx90a \
|
||||
// RUN: -S -o - %s | FileCheck -check-prefix=GFX90A %s
|
||||
|
||||
// REQUIRES: amdgpu-registered-target
|
||||
|
||||
typedef half __attribute__((ext_vector_type(2))) half2;
|
||||
|
|
Loading…
Reference in New Issue