Skip to content

Commit bf004dc

Browse files
AlexeySachkovbb-sycl
authored andcommitted
Remove incorrect XFAIL (intel#1229)
Support for atomic64 aspect query on HIP was added in: ``` commit cb190fc25d56f42b3283a3a31c13ead47be46f60 Author: pgorlani <[email protected]> Date: Fri Aug 12 18:54:29 2022 +0100 [SYCL][HIP] Implement PI_DEVICE_INFO_ATOMIC_64 for HIP (intel/llvm#6429) ```
1 parent b11888d commit bf004dc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

SYCL/AtomicRef/device_has_aspect_atomic64_cuda_and_hip.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
44

5-
// XFAIL: hip
6-
// Expected failure because hip does not have atomic64 check implementation
7-
85
#include <CL/sycl.hpp>
96
#include <iostream>
107

0 commit comments

Comments
 (0)