SWDEV-381633 - Better log
Change-Id: I5c59d42462fe8a233ef10e26ec67314219aeb167
[ROCm/clr commit: 2e4ce59cf4]
Este commit está contenido en:
@@ -44,7 +44,7 @@ bool init() {
|
||||
if (!amd::Runtime::init()) {
|
||||
return false;
|
||||
}
|
||||
LogPrintfInfo("Direct Dispatch: %d", AMD_DIRECT_DISPATCH);
|
||||
ClPrint(amd::LOG_INFO, amd::LOG_INIT, "Direct Dispatch: %d", AMD_DIRECT_DISPATCH);
|
||||
|
||||
|
||||
const std::vector<amd::Device*>& devices = amd::Device::getDevices(CL_DEVICE_TYPE_GPU, false);
|
||||
|
||||
Referencia en una nueva incidencia
Block a user