P4 to Git Change 1366459 by gandryey@gera-w8 on 2017/01/26 13:37:23
SWDEV-112016 - [ROCm CQE][OCLonLC][QR][G] Seg fault observed with "sub_buffers_read_write" of Buffers, due to CL#1364923 - Fix subbuffers logic with AHP allocations - Make AHP allocations to use UHP path Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocblit.cpp#7 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#37 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocmemory.cpp#7 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocsettings.cpp#14 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#28 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.hpp#7 edit
This commit is contained in:
@@ -73,7 +73,7 @@ Settings::Settings()
|
||||
bool
|
||||
Settings::create(bool fullProfile)
|
||||
{
|
||||
customHostAllocator_ = true;
|
||||
customHostAllocator_ = false;
|
||||
|
||||
if (fullProfile) {
|
||||
pinnedXferSize_ = 0;
|
||||
|
||||
Reference in New Issue
Block a user