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

[SYCL][XPTI] Buffer events #681

Merged
merged 15 commits into from
Dec 28, 2021
Merged

Conversation

vladimirlaz
Copy link

The following test cases are covered:

  • the buffer without associated host memory;
  • the buffer with associated host memory;
  • the buffer with use_host_ptr property;
  • two buffers used on the same device;
  • the buffer used on different devices;
  • the buffer used in recurrent calls;
  • the buffer created inside a cycle.

The following test cases are covered:
 - the buffer without associated host memory;
 - the buffer with associated host mememory;
 - the buffer with use_host_ptr property;
 - two buffers used on the same device;
 - the buffer used on different devices;
 - the buffer used in recurrent calls;
 - the buffer created inside cycle.
@vladimirlaz
Copy link
Author

/verify with intel/llvm#5161

@vladimirlaz vladimirlaz merged commit 1931500 into intel:intel Dec 28, 2021
@vladimirlaz vladimirlaz deleted the xpti_events_buffer branch February 2, 2022 10:44
aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Mar 27, 2023
The following test cases are covered:
 - the buffer without associated host memory;
 - the buffer with associated host memory;
 - the buffer with use_host_ptr property;
 - two buffers used on the same device;
 - the buffer used on different devices;
 - the buffer used in recurrent calls;
 - the buffer created inside a cycle.
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