SWDEV-2 - Change OpenCL version number from 2779 to 2780.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2527 edit
[ROCm/clr commit: ee6fd45fa0]
The logic to parse the kernel metadata is unaware that enabling
of early finalization could result in multiple code blobs in a
single .kernel section. This teaches the HIP runtime to handle
that.
Change-Id: I1581b42f0da8b30233d7898014f7468728c1d489
[ROCm/clr commit: ba2b5ff9da]
SWDEV-2 - Change OpenCL version number from 2778 to 2779.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2526 edit
[ROCm/clr commit: bac252ca0f]
SWDEV-79445 - OCL generic changes and code clean-up
- Don't add static LDS usage, since the value from AQL packet will already accumulate that. Also there is a plan to remove the static LDS field from the code object.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpukernel.cpp#334 edit
[ROCm/clr commit: d71cf5ef8b]
SWDEV-2 - Change OpenCL version number from 2777 to 2778.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2525 edit
[ROCm/clr commit: 9fbda74c5c]
+ for all CUDA versions
+ add missing types
+ fix typos
+ sync with HIP
+ update CUDA_Driver_API_functions_supported_by_HIP.md
+ formatting, annotating
[ROCm/clr commit: 1472478194]
Regressions caused by dependent components have been fixed or workaround
put in place.
Change-Id: I9ecaf0a4a645d9222f12d2c45291f2b23984b72b
[ROCm/clr commit: bb93474e05]
SWDEV-2 - Change OpenCL version number from 2776 to 2777.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2524 edit
[ROCm/clr commit: ca06b7fc45]
SWDEV-167383 - [OCL]: Switch to new object format
- Disable code object v3 for blit programs
- Porting the changes made by Konstantin (http://git.amd.com:8080/#/c/187605)
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/device.cpp#234 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#13 edit
[ROCm/clr commit: 7265b71a1c]
SWDEV-169078 - Also copy private_segment_size/group_segment_size to runtime handle.
The library need these info to setup child kernel's AQL for device enqueue.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/devkernel.hpp#6 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#69 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.hpp#26 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rockernel.cpp#44 edit
[ROCm/clr commit: dcf21ab5e6]
+ StringRef issue, which is finally moved to LLVM from Clang
+ Renamed getBeginLoc() and getEndLoc() resolution for Expr and TypeLoc classes
+ Support all the previous LLVM versions via LLVCompat
[ROCm/clr commit: b087a7f275]
SWDEV-2 - Change OpenCL version number from 2775 to 2776.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2523 edit
[ROCm/clr commit: ef20203777]
SWDEV-2 - Change OpenCL version number from 2774 to 2775.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2522 edit
[ROCm/clr commit: 70ecf20281]
SWDEV-79445 - OCL generic changes and code clean-up
- Remove mapping of some internal CL formats in PAL backend, since it shouldn't need them anymore.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palblit.cpp#27 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldefs.hpp#43 edit
[ROCm/clr commit: eed47ec8b3]
SWDEV-168035 - [18.40] OCL runtime interop DX9EX surface using format uyvy and yuy2 fails on ASICs older than Vega
- The actual issue for this ticket is GSL creates an image view for YUY2 format with incorrect pitch. However OCL runtime can have a workaround, which can disable the view creation by removing useless RGBA to RGB and then back to RGBA.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudefs.hpp#153 edit
[ROCm/clr commit: a8c12ee3b6]