From b45c2e6c5ccee2e0a24d824c69f99a03ad6645ac Mon Sep 17 00:00:00 2001 From: Alexey Sachkov Date: Wed, 7 Sep 2022 11:14:14 -0400 Subject: [PATCH] Remove incorrect XFAIL Support for atomic64 aspect query on HIP was added in: commit cb190fc25d56f42b3283a3a31c13ead47be46f60 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/llvm#6429) --- SYCL/AtomicRef/device_has_aspect_atomic64_cuda_and_hip.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/SYCL/AtomicRef/device_has_aspect_atomic64_cuda_and_hip.cpp b/SYCL/AtomicRef/device_has_aspect_atomic64_cuda_and_hip.cpp index 7d5092178e..1aa48eb675 100644 --- a/SYCL/AtomicRef/device_has_aspect_atomic64_cuda_and_hip.cpp +++ b/SYCL/AtomicRef/device_has_aspect_atomic64_cuda_and_hip.cpp @@ -2,9 +2,6 @@ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out -// XFAIL: hip -// Expected failure because hip does not have atomic64 check implementation - #include #include