dpctl.get_composite_devices

dpctl.get_composite_devices()

Returns a list of the available composite dpctl.SyclDevice instances.

Only available when ZE_FLAT_DEVICE_HIERARCHY=COMBINED is set in the environment, and only for specific Level Zero devices (i.e., those which expose multiple tiles as root devices).

For more information, see: https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/experimental/sycl_ext_oneapi_composite_device.asciidoc

Returns:

A list of available composite dpctl.SyclDevice instances.

Return type:

list