We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 407b8ee commit 74a98d1Copy full SHA for 74a98d1
sycl/plugins/level_zero/pi_level_zero.hpp
@@ -157,6 +157,9 @@ struct _pi_device : _pi_object {
157
ze_device_handle_t ZeDevice;
158
159
// Keep the subdevices that are partitioned from this pi_device for reuse
160
+ // The order of sub-devices in this vector is repeated from the
161
+ // ze_device_handle_t array that are returned from zeDeviceGetSubDevices()
162
+ // call, which will always return sub-devices in the fixed same order.
163
std::vector<pi_device> SubDevices;
164
165
// PI platform to which this device belongs.
0 commit comments