Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 47539d5

Browse files
[HIP][SYCL] Remove not relevant XFAIL on HIP AtomicRef (#1236)
Signed-off-by: Tikhomirova, Kseniya <[email protected]>
1 parent 16b4541 commit 47539d5

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

SYCL/AtomicRef/add_local.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %ACC_RUN_PLACEHOLDER %t.out
55

6-
// HIP does not support floating point atomics.
7-
// XFAIL: hip
8-
96
#include "add.h"
107

118
int main() { add_test_all<access::address_space::local_space>(); }

SYCL/AtomicRef/min_local.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %ACC_RUN_PLACEHOLDER %t.out
55

6-
// HIP does not support floating point atomics.
7-
// XFAIL: hip
8-
96
#include "min.h"
107

118
int main() { min_test_all<access::address_space::local_space>(); }

SYCL/AtomicRef/sub_local.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %ACC_RUN_PLACEHOLDER %t.out
55

6-
// HIP does not support floating point atomics.
7-
// XFAIL: hip
8-
96
#include "sub.h"
107

118
int main() { sub_test_all<access::address_space::local_space>(); }

0 commit comments

Comments
 (0)