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
SWDEV-2 - Change OpenCL version number from 2260 to 2261.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2007 edit
SWDEV-2 - Change OpenCL version number from 2259 to 2260.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2006 edit
SWDEV-2 - Change OpenCL version number from 2258 to 2259.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2005 edit
SWDEV-86035 - Add PAL backend to OpenCL
- Use size_t for hidden arguments
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#21 edit
SWDEV-95922 - OpenCL on PAL - GL/Depth interop
- Apply a workaround for interop with D24S8 format
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.cpp#16 edit
SWDEV-105604 - [OCL-LC-PAL] OpenCL program manager for LC on PAL
- Try to find the LLVM_BIN from the current module's path
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palcompiler.cpp#8 edit
SWDEV-105604 - [OCL-LC-PAL] OpenCL program manager for LC on PAL
- Suppress the assertion message box on windows by default.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/platform/runtime.cpp#34 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#258 edit
SWDEV-2 - Change OpenCL version number from 2257 to 2258.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2004 edit
SWDEV-105604 - [OCL-LC-PAL] OpenCL program manager for LC on PAL
- Remove cl_khr_depth_images from the extension list for CL2.0 since it is already defined in opencl-c.h
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palcompiler.cpp#7 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#18 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.hpp#12 edit
SWDEV-95912 - OpenCL on PAL - RT Compute
- Check for the queue properties before requesting the exclusive queues.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#29 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.hpp#12 edit
SWDEV-105604 - [OCL-LC-PAL] OpenCL program manager for LC on PAL
- Use the gfxip target names by default
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palcompiler.cpp#6 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#17 edit
SWDEV-2 - Change OpenCL version number from 2256 to 2257.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2003 edit
SWDEV-105604 - OpenCL program manager for LC on PAL
- Don't count the hidden arguments as the OCL signature should not see them. Use -1 for hidden index.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#19 edit
SWDEV-105604 - OpenCL program manager for LC on PAL
- Initialize arg->index_
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#18 edit
SWDEV-105604 - OpenCL program manager for LC on PAL
- Another tentative fix for the Windows build
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#15 edit
SWDEV-105604 - OpenCL program manager for LC on PAL
- Fix the Windows build
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#17 edit
SWDEV-105604 - OpenCL program manager for LC on PAL
- Integrate changes form the ROCm device: add generic handling of hidden arguments and flatten vector types.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#16 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.hpp#7 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#35 edit
SWDEV-2 - Change OpenCL version number from 2255 to 2256.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2002 edit
SWDEV-105604 - OpenCL program manager for LC on PAL
- Set the global offsets hidden arguments.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#15 edit