https://github.com/GPUOpen-ProfessionalCompute-Tools/HIP/issues/71
[Solution]
getUnqualifiedType for enumConstantDecl's type is added, except ordinary enum declarations (w/o typedef).
[ToDo]
Find more appropriate way of distinguishing redefined enum declarations and ordinary ones.
[ROCm/clr commit: 5f76cf3098]
SWDEV-2 - Change OpenCL version number from 2410 to 2411.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2158 edit
[ROCm/clr commit: f35795b992]
SWDEV-102733 - [OCL-LC-ROCm] Cmake build Write CMakeLists.txt to enable building with and without the DK environment
- Fix the Makefile and CMakeLists after removing libHSAIL.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/CMakeLists.txt#3 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/build/Makefile.oclrocm#14 edit
[ROCm/clr commit: 0a139b1670]
SWDEV-2 - Change OpenCL version number from 2409 to 2410.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2157 edit
[ROCm/clr commit: 75c7835453]
SWDEV-102733 - [OCL-LC-ROCm] Cmake build Write CMakeLists.txt to enable building with and without the DK environment
- Remove the dependency on libHSAIL
Affected files ...
... //depot/stg/opencl/drivers/opencl/CMakeLists.txt#6 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/CMakeLists.txt#2 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.hpp#24 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#37 edit
[ROCm/clr commit: debd366bfd]
SWDEV-102733 - [OCL-LC-ROCm] Cmake build Write CMakeLists.txt to enable building with and without the DK environment
- Remove the dependency on libHSAIL
Affected files ...
... //depot/stg/opencl/drivers/opencl/CMakeLists.txt#6 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/CMakeLists.txt#2 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.hpp#24 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#37 edit
[ROCm/clr commit: 5127770544]
SWDEV-102733 - [OCL-LC-ROCm] Cmake build Write CMakeLists.txt to enable building with and without the DK environment
- Add -Bsymbolic to the linker flags.
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/CMakeLists.txt#2 edit
[ROCm/clr commit: 425038afba]
SWDEV-2 - Change OpenCL version number from 2408 to 2409.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2156 edit
[ROCm/clr commit: 2013eecf2e]
SWDEV-102726 - [OCL-LC-ROCm] Open source OpenCL Runtime
- Use the access flags in the metadata to handle read-only arguments.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#35 edit
[ROCm/clr commit: 6e6d58727c]
SWDEV-2 - Change OpenCL version number from 2407 to 2408.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2155 edit
[ROCm/clr commit: 915c8a0258]
HCC sometimes uses the srcPtrInfo or dstPtrInfo to determine the
pointer. Make sure these use the actual pointer and not the base
of the allocation.
[ROCm/clr commit: 3da8e94cbf]
+ Introduce CUDA_Driver_API_functions_supported_by_HIP.md.
+ Initial update of HIPIFY with CUDA driver data types.
+ Initial sync HIP types against CUDA Driver and Runtime API types.
+ Typo fixes.
[ROCm/clr commit: 342c63d398]
SWDEV-2 - Change OpenCL version number from 2406 to 2407.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2154 edit
[ROCm/clr commit: 35c666e4c0]
SWDEV-119262 - Remove CM_SURF_FMT_sRGBA32I_EXT. Replace it with CM_SURF_FMT_sRGBA32I
There does not seem to be any difference between the two. Both seem to be used in various places, so I am consolidating them into 1.
ReviewBoardURL = http://ocltc.amd.com/reviews/r/12618/diff/
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDeviceGL.cpp#29 edit
[ROCm/clr commit: 79967488fe]