Skip to content

Commit 0fb9f8a

Browse files
committed
Revert "[NFC] XFAIL HIP/CUDA atomic failures"
This reverts commit f5d8456.
1 parent 2230f67 commit 0fb9f8a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
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
75

86
#include <sycl/sycl.hpp>
97

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
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
64

75
#include <sycl/sycl.hpp>
86

0 commit comments

Comments
 (0)