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

[SYCL][ROCm] Add XFAIL rocm to dep_events.cpp #422

Merged
merged 3 commits into from
Aug 31, 2021

Conversation

AidanBeltonS
Copy link

rocm_piextUSMEnqueuePrefetch like cuda_piextUSMEnqueuePrefetch do not currently take flags, so fails with an assert.

Flag feature is waiting on details of Prefetch in USM extension.
Relevant comment from pi_rocm.cpp

// TODO implement handling the flags once the expected behaviour
// of piextUSMEnqueuePrefetch is detailed in the USM extension
  assert(flags == 0u);

USM/prefetch.cpp is currently passing for rocm so is not being set to expected fail.

@AidanBeltonS AidanBeltonS requested a review from jbrodman as a code owner August 25, 2021 13:06
@vladimirlaz vladimirlaz merged commit e3b5d32 into intel:intel Aug 31, 2021
aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Mar 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants