33f1e46cc3
SWDEV-164783 - [ROCm QA][G][QR] Wimpyfull ->Buffer->sub_buffers_read_write_dual_devices test is failing - Problem looks to be due to a change made in rocmemory.cpp in allocMapTarget() function. - The issue was that Vlad modified the host memory that was being returned by using 'mapMemory_' vs 'owner()' as a pointer to use 'getHostMem()'. - Added the old logic back in while also maintaining Vlads logic, and the test is now passing. Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocmemory.cpp#40 edit