76333 Commits

Author SHA1 Message Date
Nathan Luehr caa40b8dd3 Libwrap checks for LIB.so.1 if LIB.so not found
Change-Id: I6f07f887f828cb2259dcfd496a2ad707db898cf5
Reviewed-on: http://git-master/r/1000162
Reviewed-by: Przemek Tredak <ptredak@nvidia.com>
Tested-by: Przemek Tredak <ptredak@nvidia.com>
2016-01-29 12:36:42 -08:00
foreman 47f16725d6 P4 to Git Change 1232550 by skudchad@skudchad_test_win_opencl2 on 2016/01/29 14:32:21
SWDEV-77172 - Enable ThreadTrace for SVM.

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

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#342 edit


[ROCm/clr commit: 434a3ff361]
2016-01-29 14:39:05 -05:00
foreman 434a3ff361 P4 to Git Change 1232550 by skudchad@skudchad_test_win_opencl2 on 2016/01/29 14:32:21
SWDEV-77172 - Enable ThreadTrace for SVM.

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

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#342 edit
2016-01-29 14:39:05 -05:00
Nathan Luehr 16379ec27b Added NCCL error checking to tests.
Also cleaned up makefile so that tests and lib are not built unnecessarily.

Change-Id: Ia0c596cc2213628de2f066be97615c09bb1bb262
Reviewed-on: http://git-master/r/999627
Reviewed-by: Przemek Tredak <ptredak@nvidia.com>
Tested-by: Przemek Tredak <ptredak@nvidia.com>


[ROCm/rccl commit: 2758353380]
2016-01-29 11:09:05 -08:00
Nathan Luehr 2758353380 Added NCCL error checking to tests.
Also cleaned up makefile so that tests and lib are not built unnecessarily.

Change-Id: Ia0c596cc2213628de2f066be97615c09bb1bb262
Reviewed-on: http://git-master/r/999627
Reviewed-by: Przemek Tredak <ptredak@nvidia.com>
Tested-by: Przemek Tredak <ptredak@nvidia.com>
2016-01-29 11:09:05 -08:00
foreman e2b81b1e54 P4 to Git Change 1232363 by johtaylo@johtaylo-JTBUILDER03-increment on 2016/01/29 03:00:14
SWDEV-2 - Change OpenCL version number from 2019 to 2020.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1766 edit


[ROCm/clr commit: f485a378be]
2016-01-29 03:12:55 -05:00
foreman f485a378be P4 to Git Change 1232363 by johtaylo@johtaylo-JTBUILDER03-increment on 2016/01/29 03:00:14
SWDEV-2 - Change OpenCL version number from 2019 to 2020.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1766 edit
2016-01-29 03:12:55 -05:00
Nathan Luehr c019d205a9 Enabled support for char type to be unsigned.
GCC on POWER arch defines char type as unsigned.

Change-Id: Ic143cb058fe42414b1f6f1f45b02132c837726ae
Reviewed-on: http://git-master/r/999614
Reviewed-by: Przemek Tredak <ptredak@nvidia.com>
Tested-by: Przemek Tredak <ptredak@nvidia.com>


[ROCm/rccl commit: fe1a956715]
2016-01-28 13:38:18 -08:00
Nathan Luehr fe1a956715 Enabled support for char type to be unsigned.
GCC on POWER arch defines char type as unsigned.

Change-Id: Ic143cb058fe42414b1f6f1f45b02132c837726ae
Reviewed-on: http://git-master/r/999614
Reviewed-by: Przemek Tredak <ptredak@nvidia.com>
Tested-by: Przemek Tredak <ptredak@nvidia.com>
2016-01-28 13:38:18 -08:00
Felix Kuehling cc9fc386bd Remove gfx802 page size workaround on gfx803
All tonga page size alignment is done in the memory management
functions in fmm.c. All other code only specifies the minimum
alignment it needs and lets fmm.c handle the HW-specific
alignment.

Clean up aligned-exec memory allocation in queue.c to remove
hard-coded TONGA_PAGE_SIZE alignments and remove code duplication.
Make sure alignments are consistent between allocate and free.

Change-Id: Ia8923448173d1cef315af24cebff12adef385cb0
2016-01-28 16:05:18 -05:00
Felix Kuehling 61039bcd36 Remove gfx802 page size workaround on gfx803
All tonga page size alignment is done in the memory management
functions in fmm.c. All other code only specifies the minimum
alignment it needs and lets fmm.c handle the HW-specific
alignment.

Clean up aligned-exec memory allocation in queue.c to remove
hard-coded TONGA_PAGE_SIZE alignments and remove code duplication.
Make sure alignments are consistent between allocate and free.

Change-Id: Ia8923448173d1cef315af24cebff12adef385cb0


[ROCm/ROCR-Runtime commit: cc9fc386bd]
2016-01-28 16:05:18 -05:00
foreman 2677ab713e P4 to Git Change 1232190 by gandryey@gera-w8 on 2016/01/28 15:54:15
SWDEV-86312 - Report correct available LDS size for clGetKernelInfoAMD
	- return LDS size.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuscsi.cpp#35 edit


[ROCm/clr commit: f009f13ac4]
2016-01-28 16:02:41 -05:00
foreman f009f13ac4 P4 to Git Change 1232190 by gandryey@gera-w8 on 2016/01/28 15:54:15
SWDEV-86312 - Report correct available LDS size for clGetKernelInfoAMD
	- return LDS size.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuscsi.cpp#35 edit
2016-01-28 16:02:41 -05:00
Sylvain Jeaugey 42c3edc35a Moved tests to separate dir and improved MPI test
test sources moved to test/ directory.
MPI test displays PASS/FAIL and returns code accordingly.

Change-Id: I058ebd1bd5202d8f38cc9787898b2480100c102b
Reviewed-on: http://git-master/r/936086
Reviewed-by: Przemek Tredak <ptredak@nvidia.com>
Tested-by: Przemek Tredak <ptredak@nvidia.com>


[ROCm/rccl commit: c05312f151]
2016-01-28 12:56:36 -08:00
Sylvain Jeaugey c05312f151 Moved tests to separate dir and improved MPI test
test sources moved to test/ directory.
MPI test displays PASS/FAIL and returns code accordingly.

Change-Id: I058ebd1bd5202d8f38cc9787898b2480100c102b
Reviewed-on: http://git-master/r/936086
Reviewed-by: Przemek Tredak <ptredak@nvidia.com>
Tested-by: Przemek Tredak <ptredak@nvidia.com>
2016-01-28 12:56:36 -08:00
sunway513 90f385fc55 Fix some typos and incorrect namings in comments
[ROCm/clr commit: 04aa623569]
2016-01-28 13:17:44 -06:00
sunway513 04aa623569 Fix some typos and incorrect namings in comments 2016-01-28 13:17:44 -06:00
sunway513 1b93c2f456 Fix some typos and incorrect namings in comments
[ROCm/hip commit: 02fa107967]
2016-01-28 13:17:44 -06:00
sunway513 02fa107967 Fix some typos and incorrect namings in comments 2016-01-28 13:17:44 -06:00
sunway513 d89011badf Fix @file and @brief tag on header files
[ROCm/clr commit: f531ab50e5]
2016-01-28 10:59:21 -06:00
sunway513 f531ab50e5 Fix @file and @brief tag on header files 2016-01-28 10:59:21 -06:00
sunway513 11edc27b87 Fix @file and @brief tag on header files
[ROCm/hip commit: 71a841d764]
2016-01-28 10:59:21 -06:00
sunway513 71a841d764 Fix @file and @brief tag on header files 2016-01-28 10:59:21 -06:00
Ben Sander 94863d2bee Fix typo in hipStreamWaitEvent. Fixes#9
[ROCm/clr commit: fd1a2721c2]
2016-01-28 09:51:11 -06:00
Ben Sander fd1a2721c2 Fix typo in hipStreamWaitEvent. Fixes#9 2016-01-28 09:51:11 -06:00
Ben Sander 34ee235d06 Fix typo in hipStreamWaitEvent. Fixes#9
[ROCm/hip commit: 1e2fb8a1ab]
2016-01-28 09:51:11 -06:00
Ben Sander 1e2fb8a1ab Fix typo in hipStreamWaitEvent. Fixes#9 2016-01-28 09:51:11 -06:00
foreman e4a13bb84d P4 to Git Change 1231889 by johtaylo@johtaylo-JTBUILDER03-increment on 2016/01/28 03:00:15
SWDEV-2 - Change OpenCL version number from 2018 to 2019.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1765 edit


[ROCm/clr commit: 91ed3c45fc]
2016-01-28 03:10:27 -05:00
foreman 91ed3c45fc P4 to Git Change 1231889 by johtaylo@johtaylo-JTBUILDER03-increment on 2016/01/28 03:00:15
SWDEV-2 - Change OpenCL version number from 2018 to 2019.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1765 edit
2016-01-28 03:10:27 -05:00
foreman 66ef29e19a P4 to Git Change 1231595 by weizhang@weizhang-lnx-opencl on 2016/01/27 12:13:15
SWDEV-85649 - The return of owner() needs to be casted to get amd::Image.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpumemory.cpp#125 edit


[ROCm/clr commit: 4ad4539710]
2016-01-27 12:28:37 -05:00
foreman 4ad4539710 P4 to Git Change 1231595 by weizhang@weizhang-lnx-opencl on 2016/01/27 12:13:15
SWDEV-85649 - The return of owner() needs to be casted to get amd::Image.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpumemory.cpp#125 edit
2016-01-27 12:28:37 -05:00
foreman 36632103a6 P4 to Git Change 1231549 by wchau@wchau_WIN_OCL_HSA on 2016/01/27 11:23:48
SWDEV-79308 - Use 64-bit to calculate the scratch buffer size for OCL.  We observed that the computed scratch buffer size could be > 4G when compilier optimization option is not used.
	Cross branch change - requires CL1231547.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.cpp#157 edit


[ROCm/clr commit: 80ab916a5b]
2016-01-27 11:36:07 -05:00
foreman 80ab916a5b P4 to Git Change 1231549 by wchau@wchau_WIN_OCL_HSA on 2016/01/27 11:23:48
SWDEV-79308 - Use 64-bit to calculate the scratch buffer size for OCL.  We observed that the computed scratch buffer size could be > 4G when compilier optimization option is not used.
	Cross branch change - requires CL1231547.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.cpp#157 edit
2016-01-27 11:36:07 -05:00
foreman 742ffca771 P4 to Git Change 1231447 by johtaylo@johtaylo-JTBUILDER03-increment on 2016/01/27 03:00:10
SWDEV-2 - Change OpenCL version number from 2017 to 2018.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1764 edit


[ROCm/clr commit: e33c3ccfea]
2016-01-27 03:08:14 -05:00
foreman e33c3ccfea P4 to Git Change 1231447 by johtaylo@johtaylo-JTBUILDER03-increment on 2016/01/27 03:00:10
SWDEV-2 - Change OpenCL version number from 2017 to 2018.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1764 edit
2016-01-27 03:08:14 -05:00
Ben Sander 47c50f5906 Update links in docs to GPUOpen and to Doxygen
[ROCm/hip-tests commit: afac6a2c4a]
2016-01-27 00:23:47 -06:00
Ben Sander afac6a2c4a Update links in docs to GPUOpen and to Doxygen 2016-01-27 00:23:47 -06:00
Ben Sander 85fd763081 Update links in docs to GPUOpen and to Doxygen
[ROCm/clr commit: 0dcc03434d]
2016-01-27 00:23:47 -06:00
Ben Sander 0dcc03434d Update links in docs to GPUOpen and to Doxygen 2016-01-27 00:23:47 -06:00
Ben Sander 0d983ce647 Update links in docs to GPUOpen and to Doxygen
[ROCm/hip commit: 317566c1b6]
2016-01-27 00:23:47 -06:00
Ben Sander 317566c1b6 Update links in docs to GPUOpen and to Doxygen 2016-01-27 00:23:47 -06:00
Aditya Avinash Atluri 36f4cc2224 Update README.md
[ROCm/hip-tests commit: 9c7e2593e9]
2016-01-26 10:43:41 -05:00
Aditya Avinash Atluri 9c7e2593e9 Update README.md 2016-01-26 10:43:41 -05:00
Aditya Avinash Atluri 35e3765105 Update README.md
[ROCm/clr commit: f1c3e2cd15]
2016-01-26 10:43:41 -05:00
Aditya Avinash Atluri f1c3e2cd15 Update README.md 2016-01-26 10:43:41 -05:00
Aditya Avinash Atluri c0aa29d381 Update README.md
[ROCm/hip commit: 1d74e7c05f]
2016-01-26 10:43:41 -05:00
Aditya Avinash Atluri 1d74e7c05f Update README.md 2016-01-26 10:43:41 -05:00
Aditya Avinash Atluri b1bf6de48e Corrected compilation error
[ROCm/hip-tests commit: 6e2721890a]
2016-01-26 10:40:06 -05:00
Ben Sander d49392904a Initial commit for GPUOpen Launch
[ROCm/hip-tests commit: 4eafc92922]
2016-01-26 20:14:33 -06:00
Aditya Avinash Atluri 6e2721890a Corrected compilation error 2016-01-26 10:40:06 -05:00