You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The property would expose uint32_t sycl::device::get_info<sycl::info::device::partition_max_sub_devices>() that gives "the maximum number of sub-devices that can be created when this SYCL device is partitioned".
This can be used to differentiate between GPUs that support partitioning and those that do not.