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 c6d8293 commit 2e527a1Copy full SHA for 2e527a1
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