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
Этот коммит содержится в:
foreman
2017-06-07 01:56:08 -04:00
родитель 1b6f1b949a
Коммит 53f8a48c7c
-6
Просмотреть файл
@@ -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