Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 7689457

Browse files
authored
remove XFAIL for prefetch with cuda and hip (#464)
1 parent cdb2bcd commit 7689457

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

SYCL/USM/dep_events.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
1313
// RUN: %ACC_RUN_PLACEHOLDER %t1.out
14-
//
15-
// XFAIL: cuda || hip
16-
// TODO enable the test when cuda_piextUSMEnqueuePrefetch and
17-
// hip_piextUSMEnqueuePrefetch starts handling flags
1814

1915
#include <CL/sycl.hpp>
2016

SYCL/USM/prefetch.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
1212
// RUN: %ACC_RUN_PLACEHOLDER %t1.out
1313

14-
// XFAIL: cuda
15-
1614
#include <CL/sycl.hpp>
1715

1816
using namespace cl::sycl;

0 commit comments

Comments
 (0)