SWDEV-105136 - Use the "execution" view rather than the "linking" view to find the metadata and size of the program scope variables.In the "execution" view, the section header table is optional, so we should iterate through the segments to add up the size of PT_LOAD segments with read but not execute flags. We will also find the metadata in the PT_NOTE segment.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#24 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#45 edit
[ROCm/clr commit: 66c5d710bc]
SWDEV-2 - Change OpenCL version number from 2271 to 2272.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2018 edit
[ROCm/clr commit: 98d1816d61]
Prefer use of source-engine for DMA copies, even if user submits copy
in a stream attached to a different device.
The stream is now used only for synchronization, and HIP
makes the most optimal decision for which engine to perform the
copy - typically the source copy engine.
HIP now makes decision on which engine should perform the copy
and passes this to HCC using new apis.
HIP has additional information about peer
visibility and will make a decision which agent should perform
the copy .
Change-Id: I0cf4cfebeae256e6ca795f08a7ed7130f4857d1f
[ROCm/clr commit: e767e0032e]
SWDEV-102510 - Need a way to control cl_khr/cl_amd extension macros
- Use -cl-ext option to enable OpenCL extensions
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palcompiler.cpp#11 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#23 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#44 edit
[ROCm/clr commit: 90d4cf8e78]
SWDEV-103793 - [ROCm CQE][OCLonLC][ISV] QCDGPU test fails
- The runtime should not report cl_amd_fp64, cl_khr_fp64 should be used instead.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#10 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocsettings.cpp#9 edit
[ROCm/clr commit: 30a6048658]
SWDEV-2 - Change OpenCL version number from 2270 to 2271.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2017 edit
[ROCm/clr commit: 655d43d311]
SWDEV-95488 - Limiting max cap Context on ROCm, it is limited to 100
- Re-order the member variables to match the initializer list.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.hpp#8 edit
[ROCm/clr commit: 1f5d19b75b]
SWDEV-2 - Change OpenCL version number from 2269 to 2270.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2016 edit
[ROCm/clr commit: 0428dca9f2]
SWDEV-2 - Change OpenCL version number from 2268 to 2269.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2015 edit
[ROCm/clr commit: 79459fbd6d]
SWDEV-95903 - Fixing a regression in Conf RQ on Vega10 introduced by CL#1333973. The SVM size was changed from 4096 MB to 16384 MB in this CL and causing a memory allocation failure (out of VA space) when running conformance (test_basic). Change the size back to 4096 MB for now to unblock testing Vega10 with OCL ToT.
ReviewBoardURL = http://ocltc.amd.com/reviews/r/11775/
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#260 edit
[ROCm/clr commit: 12242ad8de]
SWDEV-2 - Change OpenCL version number from 2267 to 2268.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2014 edit
[ROCm/clr commit: 3459794cb3]
SWDEV-2 - Change OpenCL version number from 2266 to 2267.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2013 edit
[ROCm/clr commit: 4d705d6ca0]
SWDEV-2 - Change OpenCL version number from 2265 to 2266.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2012 edit
[ROCm/clr commit: 0d9068fa5a]
Cover cases where P2P is used for H2D copies, where host is pinned
but not accessible to the copy agent.
Change-Id: I9464b787228b40f93473708c3fde9726e1986365
[ROCm/clr commit: 60a8a5405d]