From 74e864d67e80903e9d3ae0f2d1e3f32b31266e00 Mon Sep 17 00:00:00 2001 From: "aidan.belton" Date: Thu, 16 Sep 2021 10:12:50 +0100 Subject: [PATCH] remove XFAIL for prefetch with cuda and hip --- SYCL/USM/dep_events.cpp | 4 ---- SYCL/USM/prefetch.cpp | 2 -- 2 files changed, 6 deletions(-) diff --git a/SYCL/USM/dep_events.cpp b/SYCL/USM/dep_events.cpp index 5815df8e86..b69ecaabe6 100644 --- a/SYCL/USM/dep_events.cpp +++ b/SYCL/USM/dep_events.cpp @@ -11,10 +11,6 @@ // RUN: %CPU_RUN_PLACEHOLDER %t1.out // RUN: %GPU_RUN_PLACEHOLDER %t1.out // RUN: %ACC_RUN_PLACEHOLDER %t1.out -// -// XFAIL: cuda || hip -// TODO enable the test when cuda_piextUSMEnqueuePrefetch and -// hip_piextUSMEnqueuePrefetch starts handling flags #include diff --git a/SYCL/USM/prefetch.cpp b/SYCL/USM/prefetch.cpp index b8af6accda..6179995de7 100644 --- a/SYCL/USM/prefetch.cpp +++ b/SYCL/USM/prefetch.cpp @@ -11,8 +11,6 @@ // RUN: %GPU_RUN_PLACEHOLDER %t1.out // RUN: %ACC_RUN_PLACEHOLDER %t1.out -// XFAIL: cuda - #include using namespace cl::sycl;