-
Notifications
You must be signed in to change notification settings - Fork 795
[SYCL][E2E] Add USM compatibility test for sycl_ext_oneapi_virtual_mem extension
#15974
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SYCL][E2E] Add USM compatibility test for sycl_ext_oneapi_virtual_mem extension
#15974
Conversation
|
@uditagarwal97 Could you review this PR? |
|
I'd also reword the PR description a little. Perhaps something like the following: Based on the test plan #15509, this PR adds an E2E test to ensure that USM APIs also accept the pointer to virtual memory. |
Co-authored-by: Udit Agarwal <[email protected]>
Co-authored-by: Udit Agarwal <[email protected]>
…_memory_as_usm_memory
uditagarwal97
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
|
@intel/llvm-gatekeepers Can we merge this PR? |
Based on the test plan #15509, this PR adds an E2E test to ensure that USM APIs also accept the pointer to virtual memory.