SWDEV-2 - Change OpenCL version number from 2823 to 2824.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2571 edit
[ROCm/clr commit: 1d5a0f4ee0]
SWDEV-2 - Change OpenCL version number from 2822 to 2823.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2570 edit
[ROCm/clr commit: d21f62fd18]
SWDEV-2 - Change OpenCL version number from 2821 to 2822.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2569 edit
[ROCm/clr commit: eb76a4fb09]
SWDEV-127767 - Don't guess at the suffix for the device libraries
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/CMakeLists.txt#18 edit
[ROCm/clr commit: e07adc287f]
SWDEV-2 - Change OpenCL version number from 2820 to 2821.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2568 edit
[ROCm/clr commit: 19f2b3dd84]
SWDEV-2 - Change OpenCL version number from 2819 to 2820.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2567 edit
[ROCm/clr commit: 74d0d697d8]
SWDEV-2 - Change OpenCL version number from 2818 to 2819.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2566 edit
[ROCm/clr commit: dfbf0c56b3]
SWDEV-79445 - OCL generic changes and code clean-up
- Add 101010 GL interop formats mapping into CL_RGBA. The change will make sure the channel order consistency between OGL and OCL
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_gl.cpp#62 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldefs.hpp#47 edit
[ROCm/clr commit: 0b466ae6ff]
SWDEV-79445 - OCL generic changes and code clean-up
- Add 101010 GL interop formats mapping into CL_RGBA. The change will make sure the channel order consistency between OGL and OCL
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_gl.cpp#62 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldefs.hpp#47 edit
[ROCm/clr commit: 02c5d38cb9]
SWDEV-2 - Change OpenCL version number from 2817 to 2818.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2565 edit
[ROCm/clr commit: cdbec540c4]
SWDEV-132899 - [OCL][GFX10] 70 subtests of Conformance Mipmaps (clCopyImage) test failed for image type 1Darray
This is the follow up for CL#1517501
copyImage1DA blit kernel uses image2d_array_t type for src/dst images. On gx10, num of arrays/layers is expected in Z component for a 2Darray image so a swap is required for 1Darray images when we use 2Darray image for the image copy. The copyImage1DA has code for swapping z and y components as follows:
if (srcOrigin.w != 0) {
coordsSrc.z = coordsSrc.y;
coordsSrc.y = 0;
}
if (dstOrigin.w != 0) {
coordsDst.z = coordsDst.y;
coordsDst.y = 0;
}
So to use this path force the w component to 1 for src and dst images on gfx10 if image type is 1Darray.
ReviewRequestURL = http://ocltc.amd.com/reviews/r/16538/diff/
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palblit.cpp#28 edit
[ROCm/clr commit: bd3af873ec]
SWDEV-174282 - [AMF] WIN10 Converter fails when scale YUY2 image with certain output width
- When OCL creates an image view use the pitch value from the original surface
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.cpp#185 edit
[ROCm/clr commit: aab00a26bc]
SWDEV-172202 - Workaround the scheduler for systems don't support PCIe 3 atomics properly.
The idea is the scheduler uses a device side global as write_index, and only write the write_index back to the hsa queue when the last thread of the scheduler leaves.
This change along with the library side change have been tested on systems with or without proper PCIe 3 atomics support.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocblit.cpp#29 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocsched.hpp#2 edit
[ROCm/clr commit: aa3989dcd0]
SWDEV-162389 - OpenCL Support for COMgr
- added the machineTargetLC_ values, which was introduced in CL1702548, for Carrizo and Hawaii
- requested by Joseph Greathouse for public users (https://github.com/RadeonOpenCompute/ROCm/issues/668)
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdefs.hpp#22 edit
[ROCm/clr commit: dc3e9a916d]
SWDEV-2 - Change OpenCL version number from 2816 to 2817.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2564 edit
[ROCm/clr commit: 30a3da25f9]
SWDEV-172202 - Back out changelist 1730757.
Failure in OCLDynamic tests in various TC Sanity tests.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#111 edit
[ROCm/clr commit: 1210448dd2]
+ Always check for existence any file or dir, first of all, because real_path and make_absolute differ: real_path additionally performs access on file/dir.
+ Relative path routines in source files implemented similarly to dirs.
+ Error handling improvements.
[ROCm/clr commit: 7bbf284636]
SWDEV-2 - Change OpenCL version number from 2815 to 2816.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2563 edit
[ROCm/clr commit: a7d345bacc]
SWDEV-2 - Change OpenCL version number from 2814 to 2815.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2562 edit
[ROCm/clr commit: 6b10f9322c]