SWDEV-2 - Change OpenCL version number from 2419 to 2420.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2167 edit
[ROCm/clr commit: 7a2a73f05a]
Some Clang tooling functions return std::string, some return StringRef. Assigning of returning std::string to StringRef variables leads to garbage in it.
DEBUG build is always affected.
[ROCm/clr commit: aa52b94be1]
SWDEV-2 - Change OpenCL version number from 2418 to 2419.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2166 edit
[ROCm/clr commit: e7659e8e45]
SWDEV-2 - Change OpenCL version number from 2417 to 2418.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2165 edit
[ROCm/clr commit: df01201857]
SWDEV-2 - Change OpenCL version number from 2416 to 2417.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2164 edit
[ROCm/clr commit: dc779392ba]
- add checks for events across devices.
- refactor test to make sure it runs long enough to sensitive sync
techniques.
- add tests for DeviceSync, streamWaitEvent.
[ROCm/clr commit: 444e4a20ba]
- use addOne kernel, use local initializer rather than init_array.
- use addOneReverse test to add from back of array. Test alternate fwd and backward to stress dependency logic.
- check device-side dependencies.
[ROCm/clr commit: a10d37e5e6]
SWDEV-2 - Change OpenCL version number from 2415 to 2416.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2163 edit
[ROCm/clr commit: 6d650dd3ee]
SWDEV-2 - Change OpenCL version number from 2414 to 2415.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2162 edit
[ROCm/clr commit: ea32d564cc]
+ Update CUDA_Driver_API_functions_supported_by_HIP.md.
+ Final update of HIPIFY with CUDA driver data types.
[TODO] Syncing HIPIFY and HIP by CUDA Driver API functions.
[ROCm/clr commit: 3b40776244]
SWDEV-2 - Change OpenCL version number from 2413 to 2414.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2161 edit
[ROCm/clr commit: 6b4034a2d6]
SWDEV-2 - Change OpenCL version number from 2412 to 2413.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2160 edit
[ROCm/clr commit: 6c858567f2]
SWDEV-2 - Change OpenCL version number from 2411 to 2412.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2159 edit
[ROCm/clr commit: d26b48851b]
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]