CUDA version - version in which API has appeared and (optional) last version before abandoning it; no value in case of earlier versions < 7.5.
[ROCm/clr commit: d1a0ac6990]
* Fix hipMemcpy-size test running out of Host Mem
The hipMemcpy-size uses a maxElem calculated from the total GPU mem /8. Then it will allocate 4 times that amount of host memory. This tests begins failing when there is not enough host memory, such as on systems with 32GB GPU mem, and 16GB RAM. This fixes the test if not enough host memory is available on the system.
* Add windows support to hipMemcpy-size fix
* avoid linking extra libs for windows
* HIPMemcpy-size Remove freeCPU including swap
[ROCm/clr commit: c56876cc19]
SWDEV-2 - Change OpenCL version number from 2954 to 2955.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2702 edit
[ROCm/clr commit: aee60ac29d]
+ Tested on Windows and Linux;
+ Provide patch for clang's bug 38811;
+ Update Readme.md accordingly.
P.S.
With the next 9.0.0 release patches for Windows won't be needed, cause all fixes will be there.
[ROCm/clr commit: deb4325372]
SWDEV-2 - Change OpenCL version number from 2953 to 2954.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2701 edit
[ROCm/clr commit: 0249ed9bc3]
SWDEV-2 - Change OpenCL version number from 2952 to 2953.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2700 edit
[ROCm/clr commit: 615e8b4809]
SWDEV-2 - Change OpenCL version number from 2951 to 2952.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2699 edit
[ROCm/clr commit: cf1188fd7c]
SWDEV-2 - Change OpenCL version number from 2950 to 2951.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2698 edit
[ROCm/clr commit: c7c15d7f89]
+ 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.
[ROCm/clr commit: 14aad50e07]
SWDEV-2 - Change OpenCL version number from 2949 to 2950.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2697 edit
[ROCm/clr commit: 26aff241a8]
* [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
[ROCm/clr commit: af9aae6b4e]
* [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
[ROCm/clr commit: f566bec546]
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
[ROCm/clr commit: b7ab73b6db]
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
[ROCm/clr commit: 88227c7575]
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
[ROCm/clr commit: b9897c0ba9]
SWDEV-2 - Change OpenCL version number from 2948 to 2949.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2696 edit
[ROCm/clr commit: de80cb1189]
* 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
[ROCm/clr commit: 00aa42e05f]