Skip to content

Commit

Permalink
[clang][AMDGPU] Temporarily disable clang atomic fadd test for gfx90a
Browse files Browse the repository at this point in the history
Test is broken by D130579. Temporarily disable to silence builbot failures.
  • Loading branch information
petar-avramovic committed Sep 23, 2022
1 parent 74f0b05 commit a3becb3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions clang/test/CodeGenOpenCL/builtins-fp-atomics-gfx90a.cl
@@ -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;
Expand Down

0 comments on commit a3becb3

Please sign in to comment.