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

Commit b8ee3a5

Browse files
[SYCL][HIP] Expect failure of some tests that have 'has(aspect::atomic64)' (#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/llvm#5430 Github issue for implementating such check on hip backend: intel/llvm#5570 **Should be merged at the same time with mentioned [PR](intel/llvm#5430
1 parent e218d1f commit b8ee3a5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

SYCL/AtomicRef/assignment_atomic64.cpp

Lines changed: 3 additions & 0 deletions
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

Lines changed: 3 additions & 0 deletions
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)