File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1588,7 +1588,7 @@ pi_result _pi_platform::populateDeviceCacheIfNeeded() {
1588
1588
}
1589
1589
1590
1590
// Create PI sub-sub-devices with the sub-device for all the ordinals.
1591
- // A {sub-device, ordinal } points to a specific CCS which constructs
1591
+ // Each {ordinal, index } points to a specific CCS which constructs
1592
1592
// a sub-sub-device at this point.
1593
1593
for (uint32_t J = 0 ; J < Ordinals.size (); ++J) {
1594
1594
for (uint32_t K = 0 ; K < QueueProperties[Ordinals[J]].numQueues ;
Original file line number Diff line number Diff line change @@ -302,8 +302,9 @@ struct _pi_device : _pi_object {
302
302
bool hasCopyEngine () const { return ZeCopyQueueGroupIndex >= 0 ; }
303
303
304
304
// Initialize the entire PI device.
305
- // Optional param `SubSubDeviceOrdinal` is the compute command queue index
306
- // used to initialize sub-sub-devices.
305
+ // Optional param `SubSubDeviceOrdinal` `SubSubDeviceIndex` are the compute
306
+ // command queue ordinal and index respectively, used to initialize
307
+ // sub-sub-devices.
307
308
pi_result initialize (int SubSubDeviceOrdinal = -1 ,
308
309
int SubSubDeviceIndex = -1 );
309
310
You can’t perform that action at this time.
0 commit comments