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:
@@ -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