SWDEV-2 - Change OpenCL version number from 2952 to 2953.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2700 edit
SWDEV-2 - Change OpenCL version number from 2951 to 2952.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2699 edit
SWDEV-2 - Change OpenCL version number from 2950 to 2951.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2698 edit
+ Fixes the following assert in debug version:
Assertion failed: (S.empty() || S[0] != '-') && "Option can't start with '-", file C:\GIT\LLVM\trunk-for-submits\llvm-project\llvm\lib\Support\CommandLine.cpp, line 440
+ DashDash option left declared in order to be listed in help.
SWDEV-2 - Change OpenCL version number from 2949 to 2950.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2697 edit
* [hit] Workaround for %cc and %cxx mappings.
HIP CMakeLists.txt modifies CMAKE_C_COMPILER and CMAKE_CXX_COMPILER.
This messes up any dtests that want to test against cc/c++.
So hardcode %cc to /usr/bin/cc and %cxx to /usr/bin/c++ for now till
we come up with a better solution.
Change-Id: I7dce93ce8360191e612a94e3a735e5612ac27ab5
* [hit] Add auto-variable %hip-path to syntax for BUILD_CMD
Change-Id: Id097a183fbce2b2c9691d0180d3304dd17a4e016
* [HIP][tests] New testcases for module api
* [HIP][Tests]Support for CUDA devices
* Updated tests as per latest master & test GetGlobal to work on all platforms
SWDEV-189140 - Add P2P support in PAL path
- Don't add host mem direct access flag for P2P buffers
- Avoid sync cocherency logic for P2P buffers
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palmemory.cpp#27 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palmemory.hpp#13 edit
SWDEV-189787 - [NWNIT] WX9100 crashing under heavy load in Agisoft
- Don't report SPIR extension, since HSAIL doesn't support it
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#90 edit
SWDEV-196199 - [Navi10] Corruption is observed when running Premier Pro Benchmarks using Adobe Premier Pro 2019
- In addition to CL#1968527. Add an extra transfer in the case the app reads image without kernel execution
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#139 edit
SWDEV-2 - Change OpenCL version number from 2948 to 2949.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2696 edit
* Add Max Texture 1D,2D,3D device properties
* Corrected testcase to use enums defined in hipDeviceAttribute_t
* Added texture 1D,2D and 3D support for NVIDIA path
* UChar and UShort textures as Normalized Float
* UChar and UShort textures as Normalized Float for all float variants
* Handled uninitilaized texture format value
SWDEV-174198 - Put back the fix of segfault running integer_ops.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#80 edit
SWDEV-174198 - Back out changelist 1968648.
Since it causes soft-hang in multiple_device_context test.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#79 edit
+ Source files are the first to go. It is needed for in-place hipification in order to avoid errors with included but already hipified header files.
+ More extensions support for batch processing.
SWDEV-2 - Change OpenCL version number from 2947 to 2948.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2695 edit
SWDEV-79445 - Don't use amdgizcl. This has been unnecessary for a long time.
Affected files ...
... //depot/stg/opencl/drivers/opencl/CMakeLists.txt#23 edit
SWDEV-79445 - Don't use amdgizcl. This has been unnecessary for a long time.
Affected files ...
... //depot/stg/opencl/drivers/opencl/CMakeLists.txt#23 edit
SWDEV-195023 - [CQE OCL][Navi10][RESOLVE] corruption seen in thumbnail for mxf clip after enabling temporal denoiser in Davinci resolve app
- Add a workaround for missing custom pitch in gfx10 HW. It can be disabled with GPU_IMAGE_BUFFER_WAR=0. Workaround implements double copy with an image without pitch.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palmemory.cpp#26 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palmemory.hpp#12 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#89 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.hpp#24 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#138 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.hpp#62 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#313 edit
SWDEV-79445 - OCL generic changes and code clean-up
1. Fill out out NULL entries in the cltrace dispatch table with original api calls.
ReviewBoardURL = http://ocltc.amd.com/reviews/r/17691/diff/
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_icd_amd.h#21 edit
... //depot/stg/opencl/drivers/opencl/tools/cltrace/cltrace.cpp#16 edit
SWDEV-2 - Change OpenCL version number from 2946 to 2947.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2694 edit
SWDEV-2 - Change OpenCL version number from 2945 to 2946.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2693 edit
SWDEV-192353 - 12% Performance drop observed while running ROC_OCL_Perf_CompubenchCL_GPU_W64 only on Vega10 with Win7
1. Reduce CmdAllocator sub-allocation size to 4KB.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#137 edit