Граф коммитов

13402 Коммитов

Автор SHA1 Сообщение Дата
Evgeny Mankov 767651da1f Merge pull request #1253 from emankov/cuDNN
[HIPIFY][doc] Fix typo

[ROCm/clr commit: d4bf0fb309]
2019-07-24 21:11:02 +03:00
Evgeny Mankov a5f8444a26 [HIPIFY][doc] Fix typo
[ROCm/clr commit: fa0ef27994]
2019-07-24 21:10:14 +03:00
Evgeny Mankov 77a3544c2d Merge pull request #1252 from emankov/cuDNN
[HIPIFY][doc] Fix typos

[ROCm/clr commit: d458ee20ad]
2019-07-24 21:05:59 +03:00
Evgeny Mankov dba1863c97 [HIPIFY][doc] Fix typos
[ROCm/clr commit: 325ddef6b6]
2019-07-24 21:04:41 +03:00
foreman 58e913edef P4 to Git Change 1972969 by gandryey@gera-win10 on 2019/07/24 13:47:29
SWDEV-79445 - OCL generic changes and code clean-up
	- Change default size for CB allocation

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#141 edit


[ROCm/clr commit: c6e58119c9]
2019-07-24 13:01:33 -05:00
Evgeny Mankov f2555a7bf3 Merge pull request #1251 from emankov/cuDNN
[HIPIFY][doc] Populate Driver API doc with CUDA version field

[ROCm/clr commit: 60b2c701d2]
2019-07-24 20:53:57 +03:00
Evgeny Mankov ff629321fb [HIPIFY][doc] Populate Driver API doc with CUDA version field
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]
2019-07-24 20:52:42 +03:00
foreman fe56372bc2 P4 to Git Change 1972950 by gandryey@gera-win10 on 2019/07/24 12:52:08
SWDEV-79445 - OCL generic changes and code clean-up
	- Add priority for the queue creation

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#140 edit


[ROCm/clr commit: da7ddf2563]
2019-07-24 12:59:42 -04:00
foreman bb6045552f P4 to Git Change 1972936 by pghafari@pghafari-gera-win10 on 2019/07/24 12:22:38
SWDEV-197122 - Renamed filename typo

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/CMakeFiles.txt#2 move/delete
... //depot/stg/opencl/drivers/opencl/api/hip/CMakeLists.txt#1 move/add


[ROCm/clr commit: e261ef59fb]
2019-07-24 12:29:10 -04:00
foreman 38cfac4dcd P4 to Git Change 1972922 by cpaquot@cpaquot-ocl-lc-lnx on 2019/07/24 11:59:16
SWDEV-196881 - [HIP] Fix hipStreamQuery implementation. Using isEmpty isn't correct.

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/hip_internal.hpp#32 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_stream.cpp#20 edit


[ROCm/clr commit: 47ac573d70]
2019-07-24 12:05:47 -04:00
foreman f1086b0b13 P4 to Git Change 1972736 by pghafari@pghafari-gera-win10 on 2019/07/24 04:51:12
SWDEV-197122 - Initial CMake file for hip-vdi-rocr path

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/CMakeFiles.txt#1 add


[ROCm/clr commit: a348d30d64]
2019-07-24 05:06:40 -04:00
Aryan Salmanpour 8b0c37a9ce [hip][tests] add a unit test for using hipExtLaunchMultiKernelMultiDevice API (#1250)
[ROCm/clr commit: 571af6d85b]
2019-07-24 07:57:39 +00:00
Aaron Enye Shi 73af1ac4bd Add GFX908 specific changes to HIP (#1229)
* Add GFX908 specific for HIP

* Fix missing __halfTest in hipTestNativeHalf


[ROCm/clr commit: 8c82f9db77]
2019-07-24 07:51:17 +00:00
Maneesh Gupta a1e4200ee8 [dtests] Fix complex_loading_behavior.cpp build issues on nvcc path (#1242)
[ROCm/clr commit: 7feda764b6]
2019-07-24 07:49:39 +00:00
Aaron Enye Shi 99ca4c2483 Fix hipMemcpy-size test running out of Host Mem (#1224)
* 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]
2019-07-24 07:49:20 +00:00
foreman c3b79ec4cd P4 to Git Change 1972672 by chui@ocl-promo-incrementor on 2019/07/24 03:00:14
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]
2019-07-24 03:04:24 -04:00
foreman 2dd1cc9436 P4 to Git Change 1972494 by kjayapra@0_HIPWS_P2P1_ROCM on 2019/07/23 20:01:13
SWDEV-144570 - Handling variable register during hipModuleLoad.

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/hip_internal.hpp#31 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_module.cpp#30 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_platform.cpp#34 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#51 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.hpp#30 edit


[ROCm/clr commit: 7edcf4b581]
2019-07-23 20:09:59 -04:00
foreman d2a66bfa03 P4 to Git Change 1972494 by kjayapra@0_HIPWS_P2P1_ROCM on 2019/07/23 20:01:13
SWDEV-144570 - Handling variable register during hipModuleLoad.

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/hip_internal.hpp#31 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_module.cpp#30 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_platform.cpp#34 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#51 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.hpp#30 edit


[ROCm/clr commit: 36f69cbf76]
2019-07-23 20:09:59 -04:00
foreman b56773c890 P4 to Git Change 1972329 by cpaquot@cpaquot-ocl-lc-lnx on 2019/07/23 15:16:26
SWDEV-197168 - [HIP] handle width or height or src or dst being 0

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/hip_memory.cpp#63 edit


[ROCm/clr commit: fed540ab47]
2019-07-23 15:18:51 -04:00
Evgeny Mankov e63049acdc Merge pull request #1249 from emankov/cuDNN
[HIPIFY][doc] Update Readme.md

[ROCm/clr commit: 7e1a3c450c]
2019-07-23 19:35:19 +03:00
Evgeny Mankov 267c313862 [HIPIFY][doc] Update Readme.md
+ 8.0.1 - is the latest supported clang version on Linux
+ Testing update


[ROCm/clr commit: 682f1301bd]
2019-07-23 19:30:57 +03:00
Evgeny Mankov 4ca2c0d4f5 Merge pull request #1248 from emankov/cuDNN
HIPIFY] Clang 8.0.1 support

[ROCm/clr commit: 21d0ef01b1]
2019-07-23 19:20:12 +03:00
Evgeny Mankov 493afd57d7 HIPIFY] Clang 8.0.1 support
+ 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]
2019-07-23 19:18:17 +03:00
Jenkins ddc97cc6c2 Merge 'master' into 'amd-master'
Change-Id: I75832f03fee4361d2d71cc90c5fc7171164b3565


[ROCm/clr commit: ea98d0d79b]
2019-07-23 05:10:33 -04:00
foreman d027362158 P4 to Git Change 1971870 by chui@ocl-promo-incrementor on 2019/07/23 03:00:14
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]
2019-07-23 03:03:27 -04:00
foreman 65dbba594d P4 to Git Change 1971654 by kzhuravl@kzhuravl-spot-ocl on 2019/07/22 17:15:57
SWDEV-79445 - Bring cmake related changes from git

	http://git.amd.com:8080/c/compute/ec/opencl/+/229473
	http://git.amd.com:8080/c/compute/ec/opencl/+/229474
	http://git.amd.com:8080/c/compute/ec/opencl/+/233268

	+

	Payam's changes for comgr

Affected files ...

... //depot/stg/opencl/drivers/opencl/CMakeLists.txt#24 edit
... //depot/stg/opencl/drivers/opencl/DEB/postinst#1 add
... //depot/stg/opencl/drivers/opencl/DEB/prerm#1 add
... //depot/stg/opencl/drivers/opencl/RPM/rpm_post#1 add
... //depot/stg/opencl/drivers/opencl/RPM/rpm_postun#1 add
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/CMakeLists.txt#18 edit
... //depot/stg/opencl/drivers/opencl/cmake/modules/FindROCR.cmake#3 edit
... //depot/stg/opencl/drivers/opencl/cmake/modules/FindROCT.cmake#1 add
... //depot/stg/opencl/drivers/opencl/runtime/CMakeLists.txt#15 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/CMakeLists.txt#20 edit


[ROCm/clr commit: 29a575e268]
2019-07-22 17:19:35 -04:00
foreman 39c000fcfb P4 to Git Change 1971654 by kzhuravl@kzhuravl-spot-ocl on 2019/07/22 17:15:57
SWDEV-79445 - Bring cmake related changes from git

	http://git.amd.com:8080/c/compute/ec/opencl/+/229473
	http://git.amd.com:8080/c/compute/ec/opencl/+/229474
	http://git.amd.com:8080/c/compute/ec/opencl/+/233268

	+

	Payam's changes for comgr

Affected files ...

... //depot/stg/opencl/drivers/opencl/CMakeLists.txt#24 edit
... //depot/stg/opencl/drivers/opencl/DEB/postinst#1 add
... //depot/stg/opencl/drivers/opencl/DEB/prerm#1 add
... //depot/stg/opencl/drivers/opencl/RPM/rpm_post#1 add
... //depot/stg/opencl/drivers/opencl/RPM/rpm_postun#1 add
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/CMakeLists.txt#18 edit
... //depot/stg/opencl/drivers/opencl/cmake/modules/FindROCR.cmake#3 edit
... //depot/stg/opencl/drivers/opencl/cmake/modules/FindROCT.cmake#1 add
... //depot/stg/opencl/drivers/opencl/runtime/CMakeLists.txt#15 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/CMakeLists.txt#20 edit


[ROCm/clr commit: b21a094a92]
2019-07-22 17:19:35 -04:00
Evgeny Mankov 86e3c7ab42 Merge pull request #1244 from emankov/cuDNN
[HIPIFY][#1239] Fix an assert

[ROCm/clr commit: bec84fa53b]
2019-07-22 22:18:58 +03:00
Evgeny Mankov 24277696ab [HIPIFY][#1239] Fix an assert
[ROCm/clr commit: 6d61e02acb]
2019-07-22 22:13:54 +03:00
foreman b29ee85dce P4 to Git Change 1971182 by chui@ocl-promo-incrementor on 2019/07/22 03:00:14
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]
2019-07-22 14:21:39 -04:00
foreman 640e79aded P4 to Git Change 1971058 by chui@ocl-promo-incrementor on 2019/07/21 03:00:13
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]
2019-07-22 13:51:28 -04:00
Jeff Daily df457ce2bd remove stream locks where it is safe to do so
[ROCm/clr commit: 734c4b92c3]
2019-07-22 17:38:51 +00:00
foreman b5229be733 P4 to Git Change 1971013 by chui@ocl-promo-incrementor on 2019/07/20 03:00:12
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]
2019-07-20 10:41:26 -04:00
foreman 37836c8baa P4 to Git Change 1970940 by vsytchen@vsytchen-remote-ocl-win10 on 2019/07/19 17:25:51
SWDEV-196420 - Enable NV12 for OpenCL mainline

	ReviewBoardURL = http://ocltc.amd.com/reviews/r/17716/diff/

Affected files ...

... //depot/stg/opencl/drivers/opencl/library/build/Makefile.library#83 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbedefs#44 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldefs.hpp#57 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#149 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#91 integrate


[ROCm/clr commit: abb6a88458]
2019-07-19 17:35:11 -04:00
Evgeny Mankov b6f429bdae Merge pull request #1241 from emankov/cuDNN
[HIPIFY][#941][fix] Workaround for an assert on forbidden option "--"

[ROCm/clr commit: 452ce283c8]
2019-07-19 20:25:19 +03:00
Evgeny Mankov 1f4954ca79 [HIPIFY][#941][fix] Workaround for an assert on forbidden option "--"
+ 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]
2019-07-19 20:23:17 +03:00
Yaxun (Sam) Liu 16632b627c Temporarily disable maxTexture1D in hipDeviceProp_t for VDI (#1237)
[ROCm/clr commit: 13301398d8]
2019-07-19 15:38:32 +00:00
Jenkins 99f770a0a2 Merge 'master' into 'amd-master'
Change-Id: I79fe77319a0627dc35a1a88fe12f0e7115cd679f


[ROCm/clr commit: 527b73618d]
2019-07-19 05:10:30 -04:00
foreman 1424e4d5b1 P4 to Git Change 1970403 by chui@ocl-promo-incrementor on 2019/07/19 03:00:12
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]
2019-07-19 02:04:58 -05:00
gilbertlee-amd 71f87c218e Fix Typo HipHostMemory to HipHostMalloc (#1236)
[ROCm/clr commit: 54ad90f2fa]
2019-07-19 04:46:07 +00:00
Maneesh Gupta f0f831daa7 [hit] Workaround for %cc and %cxx mappings. (#1233)
* [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]
2019-07-19 04:45:56 +00:00
cdevadas 35f0fb2916 Increased the number of implicit-kernarg bytes to 56 (#1217)
[ROCm/clr commit: fc0aca2a7d]
2019-07-19 04:45:34 +00:00
ansurya af2df395a0 [HIP][Tests] Added new testcases for Module API (#1150)
* [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]
2019-07-19 04:45:20 +00:00
foreman d922e67ee4 P4 to Git Change 1970157 by gandryey@gera-win10 on 2019/07/18 18:06:12
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]
2019-07-18 18:18:09 -04:00
foreman 24cb490f35 P4 to Git Change 1970044 by gandryey@gera-win10 on 2019/07/18 16:19:22
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]
2019-07-18 16:23:50 -04:00
foreman d893fa6730 P4 to Git Change 1969954 by gandryey@gera-win10 on 2019/07/18 14:55:51
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]
2019-07-18 14:57:53 -04:00
Jenkins 4e63aa9aa3 Merge 'master' into 'amd-master'
Change-Id: I143645ea2bd2c543f0d7ed736b4515c39ee2832b


[ROCm/clr commit: 98ae8eca8f]
2019-07-18 05:22:11 -04:00
foreman a4bafe4b9a P4 to Git Change 1969548 by chui@ocl-promo-incrementor on 2019/07/18 03:00:12
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]
2019-07-18 03:07:25 -04:00
wkwchau d20537e595 Fixed bug of determine max block size in hipOccupancyMaxPotentialBlockSize (#1235)
[ROCm/clr commit: 6ec476e50a]
2019-07-18 03:19:29 +00:00
ansurya 8b8946f78b Add Max Texture 1D,2D,3D device properties (#1226)
* 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]
2019-07-18 03:18:50 +00:00