SWDEV-287332 - Disable NullDevice in HIP
Change-Id: I45c6010d2a3fcd0576438e3c72fbed78dff09b6b
[ROCm/clr commit: 7932b5a562]
This commit is contained in:
committad av
Jason Tang
förälder
5d93ef67af
incheckning
e8ca936563
@@ -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)
|
||||
|
||||
Referens i nytt ärende
Block a user