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

[SYCL][CUDA][HIP] Remove XFAIL from tests failing due to usm_prefetch #464

Merged
merged 1 commit into from
Sep 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions SYCL/USM/dep_events.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <CL/sycl.hpp>

Expand Down
2 changes: 0 additions & 2 deletions SYCL/USM/prefetch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
// RUN: %ACC_RUN_PLACEHOLDER %t1.out

// XFAIL: cuda

#include <CL/sycl.hpp>

using namespace cl::sycl;
Expand Down