- Separate the definition of `__HCC_OR_HIP_CLANG__`, `__HCC_ONLY__`, and
`__HIP_CLANG_ONLY__` into hip_common.h so that it could be included in
hip_fp16.h, which may be included separately in app.
[ROCm/clr commit: d086dbd0e5]
SWDEV-187020 - Basic "Hello World" Tensorflow program fails to execute on HIP/VDI/PAL/LINUX
Make sure that the size of `dest` is big enough to hoid `src` including trailing zero byte
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_device.cpp#19 edit
[ROCm/clr commit: 02b4ec115b]
SWDEV-2 - Change OpenCL version number from 2883 to 2884.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2631 edit
[ROCm/clr commit: f97209b5e0]
SWDEV-187076 - Fix parameter initialization on COMPGR path.
- Once 'Args' or '.args' cannot be found, it should be regarded as no
argument is associated with that kernel instead of an error.
RB: http://ocltc.amd.com/reviews/r/17177/
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/devkernel.cpp#22 edit
[ROCm/clr commit: f874d958e8]
SWDEV-187020 - Basic "Hello World" Tensorflow program fails to execute on HIP/VDI/PAL/LINUX
the API hiDeviceGetName() should pass the length of device name as argument to strncpy() instead
of total (dest) memory size which is being passed to it by its caller. Also, bit of a code clean-up.
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_device.cpp#18 edit
[ROCm/clr commit: 4538956a99]
SWDEV-2 - Change OpenCL version number from 2882 to 2883.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2630 edit
[ROCm/clr commit: 51fb01161f]
SWDEV-2 - Change OpenCL version number from 2881 to 2882.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2629 edit
[ROCm/clr commit: 3cc84d73a3]
SWDEV-165259 - Update OpenCL runtime to support MsgPack metadata
- Fixed a typo in the value type field of kernel metadata for V3
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/devkernel.hpp#15 edit
[ROCm/clr commit: 62e83525cb]
SWDEV-165259 - Update OpenCL runtime to support MsgPack metadata
- Fixed argument type qualifier bug. Data are represented as "0"/"1" in V3, not "false"/"true" as in V2
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/devkernel.cpp#21 edit
[ROCm/clr commit: 86c3076bff]
SWDEV-2 - Change OpenCL version number from 2880 to 2881.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2628 edit
[ROCm/clr commit: afa2b17340]
SWDEV-182204 - [CQE OCL][QR][DTB-Blocker][RV2][PCO][Windows][RS] Soft hang is observed with multiple OCL applications on PCO, RV | Faulty CL#1747482
Ocltst test SW hung at sub test OCLCreateBuffer due to the failure of submit command buffer, because of not enough OS memory allocation.
OCL adds back up GART heap for memory allocation.
http://ocltc.amd.com/reviews/r/17143/
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.cpp#72 edit
[ROCm/clr commit: 2eee401d31]
SWDEV-2 - Change OpenCL version number from 2879 to 2880.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2627 edit
[ROCm/clr commit: b61cca2930]