SWDEV-88119 - OGL team recommends to load libGL.so.1 rather than libGL.so for CL-GL.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/platform/context.cpp#39 edit
[ROCm/clr commit: fd3857d53a]
SWDEV-2 - Change OpenCL version number from 2051 to 2052.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1798 edit
[ROCm/clr commit: b09d0bf37b]
SWDEV-86378 - Workaround sDMA L2T page fault issue.
sDMA L2T has a bug that could have the engine access one page ahead of the starting address of the L2T linear address. Workaround it by using kernel bliting instead for conditions that could run into the bug.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.cpp#161 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.h#59 edit
[ROCm/clr commit: b646548235]
SWDEV-2 - Change OpenCL version number from 2050 to 2051.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1797 edit
[ROCm/clr commit: 62730e40d4]
SWDEV-2 - Change OpenCL version number from 2049 to 2050.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1796 edit
[ROCm/clr commit: 9debd1d4f8]
SWDEV-88670 - Required for upcoming sync of SPIRV translator
SPIRV.h removed the include from header file, but it is needed.
Affected files ...
... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/common/frontend_clang.cpp#28 edit
[ROCm/clr commit: bf90d5a11c]
In this change, the cpu memcpy will wait until all the commands in the current stream are done.
Note that, it only waits on current stream. But not on other streams.
[ROCm/clr commit: a845dccfef]
SWDEV-2 - Change OpenCL version number from 2048 to 2049.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1795 edit
[ROCm/clr commit: de7e51c26c]
Add dependency for host-to-host copy.
Add debug mode for HIP_DISABLE_HW_COPY_DEP and
HIP_DISABLE_HW_KERNEL_DEP - setting these to -1 now ignores
all dependencies.
[ROCm/clr commit: 4909faf8e3]
SWDEV-2 - Change OpenCL version number from 2047 to 2048.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1794 edit
[ROCm/clr commit: dcefdaca6c]
hipEnvVar is the base test case, to be called by hipEnvVarDriver
at the run time.
Test case includes tests for normal use case of the environment
variable, invalid value/sequence and use CUDA_VISIBLE_DEVICES as a
alternative.
[ROCm/clr commit: ee53ef507f]