SWDEV-317716 - Win: hipDeviceGetUuid return default uuid for pal device
Change-Id: Id102b54c78f031a8e7cc5ab5223cef9a0914d4fd
Этот коммит содержится в:
@@ -322,7 +322,9 @@ void NullDevice::fillDeviceInfo(const Pal::DeviceProperties& palProp,
|
||||
uint numExclusiveComputeRings) {
|
||||
info_.type_ = CL_DEVICE_TYPE_GPU;
|
||||
info_.vendorId_ = palProp.vendorId;
|
||||
|
||||
//default uuid similar to rocm device
|
||||
info_.uuid_[0] = 'X';
|
||||
info_.uuid_[1] = 'X';
|
||||
info_.maxWorkItemDimensions_ = 3;
|
||||
|
||||
info_.maxComputeUnits_ = settings().enableWgpMode_
|
||||
|
||||
Ссылка в новой задаче
Block a user