Skip to content

Commit f5d8456

Browse files
committed
[NFC] XFAIL HIP/CUDA atomic failures
1 parent e0c209f commit f5d8456

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// RUN: %clangxx -fsycl -fsycl-targets=amdgcn-amd-amdhsa %s -S -emit-llvm -o - | FileCheck %s --check-prefixes=CHECK,CHECK-SAFE
33
// RUN: %clangxx -fsycl -fsycl-targets=amdgcn-amd-amdhsa %s -mllvm --amdgpu-oclc-unsafe-int-atomics=true -S -emit-llvm -o - | FileCheck %s --check-prefixes=CHECK,CHECK-UNSAFE
44
// RUN: %clangxx -fsycl -fsycl-targets=amdgcn-amd-amdhsa %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
5+
// XFAIL: hip
6+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20465
57

68
#include <sycl/sycl.hpp>
79

sycl/test/check_device_code/math-builtins/native-math-cuda.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// REQUIRES: cuda
22

33
// RUN: %clangxx -fsycl -fsycl-targets=nvptx64-nvidia-cuda -S -Xclang -emit-llvm %s -o -| FileCheck %s
4+
// XFAIL: cuda
5+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20109
46

57
#include <sycl/sycl.hpp>
68

0 commit comments

Comments
 (0)