SWDEV-107075 - [OCL][VG10] progvar_prog_scope_misc subtest of Conf test_basic fails on VG10.
Issue: 64GB (instead of 4GB) was used as the maximum single allocation size in PAL which is for workstation boards only.
Fix: Added the query to get workstation feature information from PAL to fix this issue.
ReviewBoardsURL = http://ocltc.amd.com/reviews/r/11881/
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#36 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#12 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.hpp#6 edit
SWDEV-107226 - [SDI] SDISpeedTest Corruption for OCL GPU to SDI RGBA
- Single step copy using SDMA to remote SDI buffer seems to be causing corruption. This fix is a workaround to do transfer via a staging buffer and seems to be fixing corruption. The issue is under investigation
ReviewBoardURL = http://ocltc.amd.com/reviews/r/11882/diff/
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpublit.cpp#125 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palblit.cpp#12 edit
SWDEV-2 - Change OpenCL version number from 2282 to 2283.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2029 edit
SWDEV-2 - Change OpenCL version number from 2281 to 2282.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2028 edit
SWDEV-2 - Change OpenCL version number from 2280 to 2281.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2027 edit
SWDEV-2 - Change OpenCL version number from 2279 to 2280.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2026 edit
SWDEV-2 - Change OpenCL version number from 2278 to 2279.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2025 edit
SWDEV-2 - Change OpenCL version number from 2277 to 2278.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2024 edit
SWDEV-2 - Change OpenCL version number from 2276 to 2277.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2023 edit
SWDEV-2 - Change OpenCL version number from 2275 to 2276.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2022 edit
SWDEV-2 - Change OpenCL version number from 2274 to 2275.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2021 edit
SWDEV-2 - Change OpenCL version number from 2273 to 2274.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2020 edit
SWDEV-2 - Change OpenCL version number from 2272 to 2273.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2019 edit
SWDEV-105136 - Use the "execution" view rather than the "linking" view to find the metadata and size of the program scope variables.In the "execution" view, the section header table is optional, so we should iterate through the segments to add up the size of PT_LOAD segments with read but not execute flags. We will also find the metadata in the PT_NOTE segment.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#24 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#45 edit
SWDEV-2 - Change OpenCL version number from 2271 to 2272.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2018 edit
SWDEV-102510 - Need a way to control cl_khr/cl_amd extension macros
- Use -cl-ext option to enable OpenCL extensions
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palcompiler.cpp#11 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#23 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#44 edit
SWDEV-103793 - [ROCm CQE][OCLonLC][ISV] QCDGPU test fails
- The runtime should not report cl_amd_fp64, cl_khr_fp64 should be used instead.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#10 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocsettings.cpp#9 edit
SWDEV-2 - Change OpenCL version number from 2270 to 2271.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2017 edit
SWDEV-95488 - Limiting max cap Context on ROCm, it is limited to 100
- Re-order the member variables to match the initializer list.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.hpp#8 edit
SWDEV-2 - Change OpenCL version number from 2269 to 2270.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2016 edit
SWDEV-2 - Change OpenCL version number from 2268 to 2269.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2015 edit
SWDEV-95903 - Fixing a regression in Conf RQ on Vega10 introduced by CL#1333973. The SVM size was changed from 4096 MB to 16384 MB in this CL and causing a memory allocation failure (out of VA space) when running conformance (test_basic). Change the size back to 4096 MB for now to unblock testing Vega10 with OCL ToT.
ReviewBoardURL = http://ocltc.amd.com/reviews/r/11775/
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#260 edit
SWDEV-2 - Change OpenCL version number from 2267 to 2268.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2014 edit
SWDEV-2 - Change OpenCL version number from 2266 to 2267.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2013 edit
SWDEV-2 - Change OpenCL version number from 2265 to 2266.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2012 edit
SWDEV-2 - Change OpenCL version number from 2264 to 2265.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2011 edit
SWDEV-105604 - [OCL-LC-PAL] OpenCL program manager for LC on PAL
- Finish the implementation of the program manager to support separare compilation and binary loading.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#22 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.hpp#13 edit
SWDEV-86035 - Add PAL backend to OpenCL
- Use size() method in the segment freeze instead of vmSize(), because vmSize() is aligned in PAL and different heaps may have different alignments
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#21 edit
SWDEV-86035 - Add PAL backend to OpenCL
- Update printf initialization to match the GSL backend
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#22 edit
SWDEV-105604 - [OCL-LC-PAL] OpenCL program manager for LC on PAL
- Fix the corrupted HSACO file when using -save-temps/-save-temps-all on Windows.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palcompiler.cpp#10 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#20 edit
SWDEV-2 - Change OpenCL version number from 2263 to 2264.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2010 edit
SWDEV-2 - Change OpenCL version number from 2262 to 2263.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2009 edit
SWDEV-94611 - [OCL-LC-ROCm] Add "HSAIL" or "LC" to the driver version string to tell which stack is used.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#24 edit
SWDEV-106446 - OpenCL constant address space limit control
- Use maxMemAllocSize for the maximum constant buffer size
http://ocltc.amd.com/reviews/r/11725/
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#557 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#31 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#23 edit
SWDEV-2 - Change OpenCL version number from 2261 to 2262.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2008 edit