dpctl.SyclPlatform.get_composite_devices¶
- SyclPlatform.get_composite_devices()¶
Returns the list of composite
dpctl.SyclDeviceobjects associated withdpctl.SyclPlatforminstance.- Returns:
A
listof compositedpctl.SyclDeviceobjects that belong to this platform.- Return type:
- Raises:
ValueError – If the
DPCTLPlatform_GetCompositeDevicescall returnedNULLinstead of aDPCTLDeviceVectorRefobject.