We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Summary: Many tests rely on USM. However, it is an optional feature, which is not supported by all the devices.
Preferred Solution: Fall back to SYCL buffers if USM is not supported, turn off USM if it is already tested alongside with SYCL buffers.
Additional Context: _PSTL_SYCL_TEST_USM controls USM usage, but it covers only a portion of tests, while some tests solely rely on USM.
_PSTL_SYCL_TEST_USM
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary:
Many tests rely on USM. However, it is an optional feature, which is not supported by all the devices.
Preferred Solution:
Fall back to SYCL buffers if USM is not supported, turn off USM if it is already tested alongside with SYCL buffers.
Additional Context:
_PSTL_SYCL_TEST_USM
controls USM usage, but it covers only a portion of tests, while some tests solely rely on USM.The text was updated successfully, but these errors were encountered: