Skip to content

Commit f3cf6bd

Browse files
committed
XFAIL amdgpu_unsafe_atomics.cpp due to b5e63cc
b5e63cc started to expand __builtin_amdgcn_global_atomic_fadd_
1 parent 6dea501 commit f3cf6bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/test/check_device_code/hip/atomic/amdgpu_unsafe_atomics.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// REQUIRES: hip
2+
// XFAIL: hip
23
// RUN: %clangxx -fsycl -fsycl-targets=amd_gpu_gfx906 %s -S -emit-llvm -o - | FileCheck %s --check-prefixes=CHECK,CHECK-SAFE
34
// RUN: %clangxx -fsycl -fsycl-targets=amd_gpu_gfx906 %s -mllvm --amdgpu-oclc-unsafe-int-atomics=true -S -emit-llvm -o - | FileCheck %s --check-prefixes=CHECK,CHECK-UNSAFE
45
// RUN: %clangxx -fsycl -fsycl-targets=amd_gpu_gfx90a %s -mllvm --amdgpu-oclc-unsafe-fp-atomics=true -mllvm --amdgpu-oclc-unsafe-int-atomics=true -S -emit-llvm -o - | FileCheck %s --check-prefixes=CHECK,CHECK-UNSAFE-FP
@@ -38,4 +39,4 @@ SYCL_EXTERNAL void fpAtomicFunc(float *f, double *d) {
3839
// CHECK-UNSAFE-FP: llvm.amdgcn.global.atomic.fadd.f64
3940
// CHECK-UNSAFE-FP-NOT: cmpxchg
4041
// CHECK: __CLANG_OFFLOAD_BUNDLE____END__ sycl-amdgcn-amd-amdhsa-
41-
}
42+
}

0 commit comments

Comments
 (0)