dpctl.SyclPlatform.get_composite_devices¶
- SyclPlatform.get_composite_devices()¶
Returns the list of composite
dpctl.SyclDevice
objects associated withdpctl.SyclPlatform
instance.- Returns:
A
list
of compositedpctl.SyclDevice
objects that belong to this platform.- Return type:
- Raises:
ValueError – If the
DPCTLPlatform_GetCompositeDevices
call returnedNULL
instead of aDPCTLDeviceVectorRef
object.