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

dpctl.SyclPlatform should provide get_devices method #509

Open
oleksandr-pavlyk opened this issue Jul 10, 2021 · 2 comments · May be fixed by #1992
Open

dpctl.SyclPlatform should provide get_devices method #509

oleksandr-pavlyk opened this issue Jul 10, 2021 · 2 comments · May be fixed by #1992
Assignees

Comments

@oleksandr-pavlyk
Copy link
Collaborator

oleksandr-pavlyk commented Jul 10, 2021

This would correspond to sycl::platform::get_devices(deviceType), see table 16 in 4.6.2.1 of SYCL 2020 standard

https://www.khronos.org/registry/SYCL/specs/sycl-2020/html/sycl-2020.html#table.members.platform

@oleksandr-pavlyk
Copy link
Collaborator Author

It should also support the platform-specific default context, provided by oneAPI extension.

@oleksandr-pavlyk
Copy link
Collaborator Author

It should also support the platform-specific default context, provided by oneAPI extension.

This was implemented in #827

@ndgrigorian ndgrigorian self-assigned this Feb 10, 2025
@ndgrigorian ndgrigorian linked a pull request Feb 11, 2025 that will close this issue
8 tasks
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 a pull request may close this issue.

2 participants