SWDEV-2 - Change OpenCL version number from 2521 to 2522.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2269 edit
[ROCm/clr commit: ce8ed40695]
[HIPIFY] CUDA RT Textures and Arrays support update
[HIPIFY] cmake changes
[HIPIFY][#199][Partial fix] Fix for cudaLaunchKernel transformation
[ROCm/clr commit: 69b1b91311]
SWDEV-2 - Change OpenCL version number from 2520 to 2521.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2268 edit
[ROCm/clr commit: 0702d1b040]
This copies to the output after operation, instead of working
_on_ the output. This allows includes to work correctly, while
supporting output paths anywhere on the filesystem.
Fixes#208Fixes#206
[ROCm/clr commit: bd8a90a05b]
SWDEV-2 - Change OpenCL version number from 2519 to 2520.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2267 edit
[ROCm/clr commit: a423364ee7]
SWDEV-2 - Change OpenCL version number from 2518 to 2519.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2266 edit
[ROCm/clr commit: c48579eda1]
SWDEV-2 - Change OpenCL version number from 2517 to 2518.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2265 edit
[ROCm/clr commit: c6ab68be17]
SWDEV-120036 - Supporting the cl_amd_device_attribute_query on the ROC device
- divided the query of HSA_AMD_AGENT_INFO_MEMORY_WIDTH by 32 to obtained the globale memory channels as done in ORCA and PAL
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#69 edit
[ROCm/clr commit: 05216e1f54]
[Synopsis]
If any of kernel arguments is a MACRO its location calculation is wrong (location of its definition is actually calculated).
Thus garbage code is being produced on the place of such a MACRO starting from the end of its actual definition.
[Solution]
Add isMacroBodyExpansion and isMacroArgExpansion checks on kernel arguments.
[ROCm/clr commit: f3ef942407]
SWDEV-2 - Change OpenCL version number from 2516 to 2517.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2264 edit
[ROCm/clr commit: 469491fd51]
SWDEV-2 - Change OpenCL version number from 2515 to 2516.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2263 edit
[ROCm/clr commit: bf1ff9f160]
SWDEV-133815 - PAL support for Linux Pro w/OpenCL 2.0 support
- Fix the clear size in FillBuffer. It's in bytes.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#61 edit
[ROCm/clr commit: 7b524705c1]
SWDEV-2 - Change OpenCL version number from 2514 to 2515.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2262 edit
[ROCm/clr commit: 3bd2d13b40]
SWDEV-2 - Change OpenCL version number from 2513 to 2514.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2261 edit
[ROCm/clr commit: efcf004ed5]
SWDEV-2 - Change OpenCL version number from 2512 to 2513.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2260 edit
[ROCm/clr commit: 3f6483c03c]
SWDEV-134554 - OCLPerfConcurrency is failed on Vega10 Lnx Pro after CL#1465654
- fixed the issue by limit the number of asyn queues to 8, which matches the number of pipes.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdefs.hpp#12 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#68 edit
[ROCm/clr commit: 051ffe4780]
SWDEV-2 - Change OpenCL version number from 2511 to 2512.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2259 edit
[ROCm/clr commit: eb35e4050b]
SWDEV-126904 - rocm Pipe: fill device info for Pipe, and initialize Pipe memory object according to clk_pipe_t structure
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#67 edit
[ROCm/clr commit: 55a4b40473]
SWDEV-2 - Change OpenCL version number from 2510 to 2511.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2258 edit
[ROCm/clr commit: 7eca6c1d96]
SWDEV-120036 - Supporting the cl_amd_device_attribute_query on the ROC device
- resubmit the codes with the addition of global free memory query support
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#66 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.hpp#24 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocmemory.cpp#26 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocsettings.cpp#27 edit
[ROCm/clr commit: 676a9d5003]