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


[ROCm/clr commit: 53f8a48c7c]
This commit is contained in:
foreman
2017-06-07 01:56:08 -04:00
والد 7bd5997b5c
کامیت 9f96e9227d
@@ -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