dpctl icon indicating copy to clipboard operation
dpctl copied to clipboard

dpctl.SyclPlatform should provide get_devices method

Open oleksandr-pavlyk opened this issue 4 years ago • 2 comments

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 avatar Jul 10 '21 04:07 oleksandr-pavlyk

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

oleksandr-pavlyk avatar Sep 14 '21 03:09 oleksandr-pavlyk

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

This was implemented in #827

oleksandr-pavlyk avatar Jun 06 '22 02:06 oleksandr-pavlyk