Skip to content

Commit 33f865c

Browse files
Remove incorrect XFAIL (intel/llvm-test-suite#1229)
Support for atomic64 aspect query on HIP was added in: ``` commit cb190fc Author: pgorlani <92453485+pgorlani@users.noreply.github.com> Date: Fri Aug 12 18:54:29 2022 +0100 [SYCL][HIP] Implement PI_DEVICE_INFO_ATOMIC_64 for HIP (intel#6429) ```
1 parent 8983048 commit 33f865c

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)