P4 to Git Change 1596631 by skudchad@skudchad-lnx on 2018/08/21 18:05:06

SWDEV-145570 - [HIP] Fixes incorrect condition. Its not needed

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#106 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#99 edit
This commit is contained in:
foreman
2018-08-21 18:24:17 -04:00
parent d886bbdb2c
commit 96acb578ad
2 changed files with 0 additions and 6 deletions
-2
View File
@@ -555,8 +555,6 @@ bool Device::init() {
roc_device.release()->registerDevice();
} else if (useDeviceList && selectedDevices[ordinal++]) {
roc_device.release()->registerDevice();
} else {
break;
}
}