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:
foreman
2017-01-26 13:45:49 -05:00
parent 356b1574bf
commit 5fd072d9b3
6 changed files with 38 additions and 17 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ Settings::Settings()
bool
Settings::create(bool fullProfile)
{
customHostAllocator_ = true;
customHostAllocator_ = false;
if (fullProfile) {
pinnedXferSize_ = 0;