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:
@@ -555,8 +555,6 @@ bool Device::init() {
|
||||
roc_device.release()->registerDevice();
|
||||
} else if (useDeviceList && selectedDevices[ordinal++]) {
|
||||
roc_device.release()->registerDevice();
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user