SWDEV-287332 - Disable NullDevice in HIP
Change-Id: I45c6010d2a3fcd0576438e3c72fbed78dff09b6b
[ROCm/clr commit: 7932b5a562]
This commit is contained in:
@@ -397,7 +397,9 @@ bool Device::init() {
|
||||
// abort();
|
||||
DevLogError("KFD is not installed \n");
|
||||
}
|
||||
ret |= roc::NullDevice::init();
|
||||
if (!amd::IS_HIP) {
|
||||
ret |= roc::NullDevice::init();
|
||||
}
|
||||
}
|
||||
#endif // WITH_HSA_DEVICE
|
||||
#if defined(WITH_GPU_DEVICE)
|
||||
|
||||
Reference in New Issue
Block a user