P4 to Git Change 1419209 by lmoriche@lmoriche_palamida on 2017/06/07 01:42:42
SWDEV-101666 - No need to force disable SDMA, the ROCR now enables SDMA for known good configurations. Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#53 edit
Этот коммит содержится в:
@@ -368,12 +368,6 @@ void Device::XferBuffers::release(VirtualGPU& gpu, Memory& buffer) {
|
||||
}
|
||||
|
||||
bool Device::init() {
|
||||
#if defined(__linux__)
|
||||
if (amd::Os::getEnvironment("HSA_ENABLE_SDMA").empty()) {
|
||||
::setenv("HSA_ENABLE_SDMA", "0", false);
|
||||
}
|
||||
#endif // defined (__linux__)
|
||||
|
||||
LogInfo("Initializing HSA stack.");
|
||||
|
||||
// Initialize the compiler
|
||||
|
||||
Ссылка в новой задаче
Block a user