Skip to content
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

[UR] Extend testing of virtual memory #694

Merged
merged 2 commits into from
Aug 1, 2023

Conversation

veselypeta
Copy link
Contributor

@veselypeta veselypeta commented Jul 6, 2023

This tests that we can you a virtual memory pointer instead of a USM pointer. In this test we enqueue a kernel with a virtual memory pointer instead of a USM pointer and using several urUSM entry points.

Closes #669

@kbenzie
Copy link
Contributor

kbenzie commented Jul 31, 2023

The UR_DEVICE_INFO_VIRTUAL_MEMORY_SUPPORT device query was added since this was opened. All tests using virtual memory should be guarded on this feature being supported or skipped otherwise.

@veselypeta veselypeta merged commit c777601 into oneapi-src:main Aug 1, 2023
24 checks passed
@veselypeta veselypeta deleted the petr/669/extend-vm-testing branch August 1, 2023 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CTS] Extend testing of Virtual Memory entry-points with Read/Write commands.
4 participants