SWDEV-2 - Change OpenCL version number from 2429 to 2430.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2177 edit
[ROCm/clr commit: af7e8beb34]
SWDEV-120065 - [Vega10] Multi 4k60 Hyrid VP9 Chrome Decode Causes System Hang
- The hang happens because runtime was overwriting an incomplete IB due to incorrect result for OS event wait.
- To fix this issue force to wait for fences if ibReuse is enabled.
ReviewBoardURL = http://ocltc.amd.com/reviews/r/12862/
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.hpp#23 edit
[ROCm/clr commit: 600b7c365c]
SWDEV-2 - Change OpenCL version number from 2428 to 2429.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2176 edit
[ROCm/clr commit: 88f304df7d]
SWDEV-121486 - Create a metadata structure
This is needed for UGL/CL interop because in UGL, they do not pass the metadata
to KMD/KFD via amdgpu_bo_set_metadata. UGL instead will pass the SRD info
via the mesa_in.out_driver_data.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#286 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocmemory.cpp#22 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocmemory.hpp#9 edit
[ROCm/clr commit: 2839999356]
SWDEV-2 - Change OpenCL version number from 2427 to 2428.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2175 edit
[ROCm/clr commit: 5782f336db]
SWDEV-102733 - [OCL-LC-ROCm] Cmake build Write CMakeLists.txt to enable building with and without the DK environment
- Set the default triple to amdgcn-amd-amdhsa-opencl
Affected files ...
... //depot/stg/opencl/drivers/opencl/CMakeLists.txt#9 edit
[ROCm/clr commit: 80b3356ed6]
SWDEV-102733 - [OCL-LC-ROCm] Cmake build Write CMakeLists.txt to enable building with and without the DK environment
- Set the default triple to amdgcn-amd-amdhsa-opencl
Affected files ...
... //depot/stg/opencl/drivers/opencl/CMakeLists.txt#9 edit
[ROCm/clr commit: 3623f0d69e]
SWDEV-2 - Change OpenCL version number from 2426 to 2427.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2174 edit
[ROCm/clr commit: 5e85545c43]
Provide per-allocation control over coherent/non-coherent mem.
These overrid the default HIP_COHERENT_HOST_ALLOC setting.
[ROCm/clr commit: dda70ae514]
SWDEV-2 - Change OpenCL version number from 2425 to 2426.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2173 edit
[ROCm/clr commit: 2e71ba3a73]
https://github.com/GPUOpen-ProfessionalCompute-Tools/HIP/issues/80
Example from CUDA 8.0.44 sample (CUDASamples\0_Simple\matrixMulDrv\matrixMulDrv.cpp):
CUjit_option *jitOptions = new CUjit_option[jitNumOptions];
where CUjit_option is enum, should be:
hipJitOption *jitOptions = new hipJitOption[jitNumOptions];
[ROCm/clr commit: 21d74f09b9]
SWDEV-2 - Change OpenCL version number from 2424 to 2425.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2172 edit
[ROCm/clr commit: 421c10fd87]
https://github.com/GPUOpen-ProfessionalCompute-Tools/HIP/issues/81
1. Do not use JIT options on HCC path, call hipModuleLoadData instead.
2. NVCC path is unchanged, to call cuModuleLoadDataEx with all options.
3. Get rid of manual hipification, based on #ifdef #else for NVCC/HIP.
4. Update documentation accordingly.
[ROCm/clr commit: ae9f14ef9c]
SWDEV-2 - Change OpenCL version number from 2423 to 2424.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2171 edit
[ROCm/clr commit: 738528f6f3]
SWDEV-2 - Change OpenCL version number from 2422 to 2423.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2170 edit
[ROCm/clr commit: fabcd11161]
SWDEV-102733 - [OCL-LC-ROCm] Cmake build Write CMakeLists.txt to enable building with and without the DK environment
- Make it possible to use cl2.hpp
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/khronos/headers/opencl2.0/CL/cl2.hpp#2 edit
... //depot/stg/opencl/drivers/opencl/tools/clinfo/clinfo.cpp#3 edit
[ROCm/clr commit: 842f311464]
SWDEV-102733 - [OCL-LC-ROCm] Cmake build Write CMakeLists.txt to enable building with and without the DK environment
- Add FindROCR.cmake, and use find_package() to locate the ROCR
Affected files ...
... //depot/stg/opencl/drivers/opencl/cmake/modules/FindROCR.cmake#2 edit
[ROCm/clr commit: 83937abeae]
SWDEV-102733 - [OCL-LC-ROCm] Cmake build Write CMakeLists.txt to enable building with and without the DK environment
- Add FindROCR.cmake, and use find_package() to locate the ROCR
Affected files ...
... //depot/stg/opencl/drivers/opencl/CMakeLists.txt#8 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/CMakeLists.txt#5 edit
... //depot/stg/opencl/drivers/opencl/cmake/modules/FindROCR.cmake#1 add
... //depot/stg/opencl/drivers/opencl/runtime/CMakeLists.txt#3 edit
[ROCm/clr commit: 8f8d05040f]
SWDEV-102733 - [OCL-LC-ROCm] Cmake build Write CMakeLists.txt to enable building with and without the DK environment
- Add FindROCR.cmake, and use find_package() to locate the ROCR
Affected files ...
... //depot/stg/opencl/drivers/opencl/CMakeLists.txt#8 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/CMakeLists.txt#5 edit
... //depot/stg/opencl/drivers/opencl/cmake/modules/FindROCR.cmake#1 add
... //depot/stg/opencl/drivers/opencl/runtime/CMakeLists.txt#3 edit
[ROCm/clr commit: 85b83e06cf]
SWDEV-2 - Change OpenCL version number from 2421 to 2422.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2169 edit
[ROCm/clr commit: 540e578066]
Fail faster if synchronization rules are violated.
Run vectorAddRevers to read last elements of array first - if the
vector add kernel starts before preceding copy finishes we
will read stale data and flag the error.
Increase default array sizes, so synchronization errors more easily
exposed.
[ROCm/clr commit: 848d77ebb5]
This eliminates host-synchronization for null stream. Instead, the
null-stream uses GPU-side events to wait for other streams.
Default is OFF pending additional testing.
Add enhanced null-stream test.
Also refine HIP_TRACE_API.
[ROCm/clr commit: 8bc6ee5932]