SWDEV-2 - Change OpenCL version number from 2055 to 2056.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1802 edit
[ROCm/clr commit: 1efc6c7b3e]
- Control with HIP_DB=mask (env var). See src/hip_hcc.cpp for mask
values:
#define DB_API 0 /* 0x01 - shortcut to enable HIP_TRACE_API on single switch */
#define DB_SYNC 1 /* 0x02 - trace synchronization pieces */
#define DB_MEM 2 /* 0x04 - trace memory allocation / deallocation */
#define DB_COPY1 3 /* 0x08 - trace memory copy commands. . */
#define DB_SIGNAL 4 /* 0x10 - trace signal pool commands */
- Combine with HIP_TRACE to see debug with API trace.
- Use colors to distinguish different flows of debug.
- Add define COMPILE_DB_TRACE to allow removing all debug at compile-time
[ROCm/clr commit: 9b1b108ea8]
SWDEV-2 - Change OpenCL version number from 2054 to 2055.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1801 edit
[ROCm/clr commit: a1ac21209a]
SWDEV-2 - Change OpenCL version number from 2053 to 2054.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1800 edit
[ROCm/clr commit: 2c428a2f76]
SWDEV-2 - Change OpenCL version number from 2052 to 2053.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1799 edit
[ROCm/clr commit: 1c9a499271]
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]