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

[SYCL][HIP] Expect failure of some tests that have 'has(aspect::atomic64)' #861

Merged
merged 4 commits into from
Mar 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions SYCL/AtomicRef/assignment_atomic64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// XFAIL: hip
// Expected failure because hip does not have atomic64 check implementation

#include "assignment.h"
#include <iostream>
using namespace sycl;
Expand Down
3 changes: 3 additions & 0 deletions SYCL/Basic/aspects.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
// Hip is missing some of the parameters tested here so it fails with NVIDIA
// XFAIL: hip_nvidia

// XFAIL: hip
// Expected failure because hip does not have atomic64 check implementation

//==--------------- aspects.cpp - SYCL device test ------------------------==//
//
// Returns the various aspects of a device and platform.
Expand Down