Skip to content

Commit a00ef65

Browse files
[SYCL][HIP] Expect failure of some tests that have 'has(aspect::atomic64)' (intel/llvm-test-suite#861)
Expect failure of some tests that have 'has(aspect::atomic64)' because hip backend does not have such check implementation. PR with specialization removing for atomic64 check: intel#5430 Github issue for implementating such check on hip backend: intel#5570 **Should be merged at the same time with mentioned [PR](intel#5430
1 parent cf94fa8 commit a00ef65

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

SYCL/AtomicRef/assignment_atomic64.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
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+
710
#include "assignment.h"
811
#include <iostream>
912
using namespace sycl;

SYCL/Basic/aspects.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
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+
710
//==--------------- aspects.cpp - SYCL device test ------------------------==//
811
//
912
// Returns the various aspects of a device and platform.

0 commit comments

Comments
 (0)