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
This would correspond to sycl::platform::get_devices(deviceType), see table 16 in 4.6.2.1 of SYCL 2020 standard
sycl::platform::get_devices(deviceType)
https://www.khronos.org/registry/SYCL/specs/sycl-2020/html/sycl-2020.html#table.members.platform
The text was updated successfully, but these errors were encountered:
It should also support the platform-specific default context, provided by oneAPI extension.
Sorry, something went wrong.
This was implemented in #827
No branches or pull requests
This would correspond to
sycl::platform::get_devices(deviceType)
, see table 16 in 4.6.2.1 of SYCL 2020 standardhttps://www.khronos.org/registry/SYCL/specs/sycl-2020/html/sycl-2020.html#table.members.platform
The text was updated successfully, but these errors were encountered: