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]
SWDEV-2 - Change OpenCL version number from 2264 to 2265.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2011 edit
[ROCm/clr commit: 0794d6b50b]
SWDEV-105604 - [OCL-LC-PAL] OpenCL program manager for LC on PAL
- Finish the implementation of the program manager to support separare compilation and binary loading.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#22 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.hpp#13 edit
[ROCm/clr commit: 065133bbc0]
SWDEV-86035 - Add PAL backend to OpenCL
- Use size() method in the segment freeze instead of vmSize(), because vmSize() is aligned in PAL and different heaps may have different alignments
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#21 edit
[ROCm/clr commit: 30b62e264c]
SWDEV-86035 - Add PAL backend to OpenCL
- Update printf initialization to match the GSL backend
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#22 edit
[ROCm/clr commit: 4d82398e1f]
SWDEV-105604 - [OCL-LC-PAL] OpenCL program manager for LC on PAL
- Fix the corrupted HSACO file when using -save-temps/-save-temps-all on Windows.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palcompiler.cpp#10 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#20 edit
[ROCm/clr commit: 9227e8ede5]
SWDEV-2 - Change OpenCL version number from 2263 to 2264.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2010 edit
[ROCm/clr commit: 99b5c92998]
SWDEV-2 - Change OpenCL version number from 2262 to 2263.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2009 edit
[ROCm/clr commit: 5208f758c7]