SWDEV-127280 - Expose CL_DEVICE_GFXIP_MINOR_AMD/CL_DEVICE_GFXIP_MAJOR_AMD even though cl_amd_device_attribute_query is not yet supported on OpenCL/ROCm.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#57 edit
[ROCm/clr commit: 660650d441]
SWDEV-2 - Change OpenCL version number from 2454 to 2455.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2202 edit
[ROCm/clr commit: a77399a76b]
SWDEV-102733 - [OCL-LC-ROCm] Cmake build Write CMakeLists.txt to enable building with and without the DK environment
- Update from git.
Affected files ...
... //depot/stg/opencl/drivers/opencl/CMakeLists.txt#13 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/CMakeLists.txt#7 edit
[ROCm/clr commit: dfd8394134]
SWDEV-102733 - [OCL-LC-ROCm] Cmake build Write CMakeLists.txt to enable building with and without the DK environment
- Update from git.
Affected files ...
... //depot/stg/opencl/drivers/opencl/CMakeLists.txt#13 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/CMakeLists.txt#7 edit
[ROCm/clr commit: ca5e8526e0]
SWDEV-2 - Change OpenCL version number from 2453 to 2454.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2201 edit
[ROCm/clr commit: 8e68958b18]
SWDEV-102733 - Remove an old instance var that was used by the finalizer path.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.hpp#23 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#66 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.hpp#26 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.hpp#13 edit
[ROCm/clr commit: 2aad2059f9]
SWDEV-2 - Change OpenCL version number from 2452 to 2453.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2200 edit
[ROCm/clr commit: 825cc6cc73]
SWDEV-126057 - Fix a segfault of libamdocl-rocr64.so when there's no vega10 is in the system.
When there's no supported device, Device::devices_ is not created. So we add a check.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#56 edit
[ROCm/clr commit: a00fa77a6e]
SWDEV-122734 - [OCL]Carrizo crashes test on OCLperf in Windows 10
- revert CL#142983. The crash still exists inside fprintf() for unknown reason. Could be memory corruption, which is difficult to reproduce
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/device.cpp#211 edit
[ROCm/clr commit: c0750db6d1]
SWDEV-2 - Change OpenCL version number from 2451 to 2452.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2199 edit
[ROCm/clr commit: 8727610142]
SWDEV-2 - Change OpenCL version number from 2450 to 2451.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2198 edit
[ROCm/clr commit: 7741fd5abf]
SWDEV-2 - Change OpenCL version number from 2449 to 2450.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2197 edit
[ROCm/clr commit: d1bd0fdabf]
SWDEV-122734 - [OCL]Carrizo crashes test on OCLperf in Windows 10
- Attempt to fix CZ crash on TC
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/device.cpp#210 edit
[ROCm/clr commit: bd27e2330c]
Don't require setting __HIP_PLATFORM_HCC__ ; Instead check if compiler is HCC.
The functions here use HCC-specific functionality so only work with HCC.
ANd they work regardless of the __HIP_PLATFORM_HCC__ setting so don't
require that.
Also remove the "hcc_detail" extra hierarchy level for hip_hcc.h as
it is not necessary. Remove hcc_detail/hip_hcc.h.
[ROCm/clr commit: 5e5b017b0d]
SWDEV-2 - Change OpenCL version number from 2448 to 2449.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2196 edit
[ROCm/clr commit: c946bd840b]
SWDEV-124720 - Observed "Memory access fault by GPU node-1" while running few of OpenCL - ISV apps
- Change to use system scope on acquire fence for dispatch packet
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#41 edit
[ROCm/clr commit: 796b6db8f7]
SWDEV-2 - Change OpenCL version number from 2447 to 2448.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2195 edit
[ROCm/clr commit: 8035289a92]
SWDEV-102733 - [OCL-LC-ROCm] Cmake build Write CMakeLists.txt to enable building with and without the DK environment
- Remove .gitignore
Affected files ...
... //depot/stg/opencl/drivers/opencl/.gitignore#2 delete
[ROCm/clr commit: c694dd53dd]
SWDEV-102733 - [OCL-LC-ROCm] Cmake build Write CMakeLists.txt to enable building with and without the DK environment
- Remove .gitignore
Affected files ...
... //depot/stg/opencl/drivers/opencl/.gitignore#2 delete
[ROCm/clr commit: 88695d2e74]
SWDEV-2 - Change OpenCL version number from 2446 to 2447.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2194 edit
[ROCm/clr commit: 24bdb5a904]
SWDEV-124720 - Observed "Memory access fault by GPU node-1" while running few of OpenCL - ISV apps
- Change to use system scope on acquire fence for barrier packet
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#40 edit
[ROCm/clr commit: c465ab63ae]