Skip to content

Commit b58c04b

Browse files
authored
[SYCL][HIP] Re-enable aspect::atomic64 tests (intel/llvm-test-suite#1094)
This patch re-enables the aspect::atomic64 tests for HIP after the PI_DEVICE_INFO_ATOMIC_64 implementation in intel#6429
1 parent cb5a069 commit b58c04b

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

SYCL/AtomicRef/assignment_atomic64.cpp

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

7-
// XFAIL: hip
8-
// Expected failure because hip does not have atomic64 check implementation
9-
107
#include "assignment.h"
118
#include <iostream>
129
using namespace sycl;

SYCL/Basic/aspects.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
// Hip is missing some of the parameters tested here so it fails with NVIDIA
55
// XFAIL: hip_nvidia
66

7-
// XFAIL: hip
8-
// Expected failure because hip does not have atomic64 check implementation
9-
107
//==--------------- aspects.cpp - SYCL device test ------------------------==//
118
//
129
// Returns the various aspects of a device and platform.

0 commit comments

Comments
 (0)