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

Commit 2fb0a0e

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

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)