We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5a069 commit b58c04bCopy full SHA for b58c04b
SYCL/AtomicRef/assignment_atomic64.cpp
@@ -4,9 +4,6 @@
4
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6
7
-// XFAIL: hip
8
-// Expected failure because hip does not have atomic64 check implementation
9
-
10
#include "assignment.h"
11
#include <iostream>
12
using namespace sycl;
SYCL/Basic/aspects.cpp
// Hip is missing some of the parameters tested here so it fails with NVIDIA
// XFAIL: hip_nvidia
//==--------------- aspects.cpp - SYCL device test ------------------------==//
//
// Returns the various aspects of a device and platform.
0 commit comments