Commit Graph

64357 Commits

Author SHA1 Message Date
Aditya Atluri 97b6f586fb Uncommented failed tests, passing fine via 180bc3 2016-02-29 06:07:26 -06:00
Aditya Atluri 4aecd405c6 Uncommented failed tests, passing fine via 180bc3
[ROCm/hip commit: 0aba2a8b28]
2016-02-29 06:07:26 -06:00
Aditya Atluri 0aba2a8b28 Uncommented failed tests, passing fine via 180bc3 2016-02-29 06:07:26 -06:00
Aditya Atluri 8711fd21c0 Revert "Testing all test cases"
This reverts commit 087db9341e.


[ROCm/clr commit: bef57b11d3]
2016-02-29 06:00:50 -06:00
Aditya Avinash Atluri 087db9341e Testing all test cases
The comments for not-working tests are removed. They are working fine, thanks to this commit https://github.com/AMDComputeLibraries/HIP-privatestaging/commit/a8af2285a1ae1f774a65ac08d75c4fbb12955569

[ROCm/clr commit: dfd72b5ed7]
2016-02-29 13:01:43 -06:00
Aditya Avinash Atluri a8af2285a1 H2H Async memcpy fix
In this change, the cpu memcpy will wait until all the commands in the current stream are done.
Note that, it only waits on current stream. But not on other streams.

[ROCm/clr commit: a845dccfef]
2016-02-29 12:49:50 -06:00
Aditya Atluri bef57b11d3 Revert "Testing all test cases"
This reverts commit dfd72b5ed7.
2016-02-29 06:00:50 -06:00
Aditya Avinash Atluri dfd72b5ed7 Testing all test cases
The comments for not-working tests are removed. They are working fine, thanks to this commit https://github.com/AMDComputeLibraries/HIP-privatestaging/commit/a845dccfefa3f14266fb114635ec296406da0884
2016-02-29 13:01:43 -06:00
Aditya Avinash Atluri a845dccfef H2H Async memcpy fix
In this change, the cpu memcpy will wait until all the commands in the current stream are done.
Note that, it only waits on current stream. But not on other streams.
2016-02-29 12:49:50 -06:00
Aditya Atluri fc280af642 Revert "Testing all test cases"
This reverts commit d9ad5316db.


[ROCm/hip commit: 39d9f5e1b1]
2016-02-29 06:00:50 -06:00
Aditya Avinash Atluri d9ad5316db Testing all test cases
The comments for not-working tests are removed. They are working fine, thanks to this commit https://github.com/AMDComputeLibraries/HIP-privatestaging/commit/5214b314a99bf8f0e77d4594a567c8a59bf3740f

[ROCm/hip commit: 381fe8b51d]
2016-02-29 13:01:43 -06:00
Aditya Avinash Atluri 5214b314a9 H2H Async memcpy fix
In this change, the cpu memcpy will wait until all the commands in the current stream are done.
Note that, it only waits on current stream. But not on other streams.

[ROCm/hip commit: 180bc32db0]
2016-02-29 12:49:50 -06:00
Aditya Atluri 39d9f5e1b1 Revert "Testing all test cases"
This reverts commit 381fe8b51d.
2016-02-29 06:00:50 -06:00
Aditya Avinash Atluri 381fe8b51d Testing all test cases
The comments for not-working tests are removed. They are working fine, thanks to this commit https://github.com/AMDComputeLibraries/HIP-privatestaging/commit/180bc32db0dd57e3baae828d5ed34e8f3b13e836
2016-02-29 13:01:43 -06:00
Aditya Avinash Atluri 180bc32db0 H2H Async memcpy fix
In this change, the cpu memcpy will wait until all the commands in the current stream are done.
Note that, it only waits on current stream. But not on other streams.
2016-02-29 12:49:50 -06:00
foreman ad5047d830 P4 to Git Change 1241627 by johtaylo@johtaylo-JTBUILDER03-increment on 2016/02/29 03:00:09
SWDEV-2 - Change OpenCL version number from 2048 to 2049.

Affected files ...

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


[ROCm/clr commit: de7e51c26c]
2016-02-29 03:06:14 -05:00
foreman de7e51c26c P4 to Git Change 1241627 by johtaylo@johtaylo-JTBUILDER03-increment on 2016/02/29 03:00:09
SWDEV-2 - Change OpenCL version number from 2048 to 2049.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1795 edit
2016-02-29 03:06:14 -05:00
pensun 279cd25c93 Merge branch 'privatestaging' of https://github.com/AMDComputeLibraries/HIP-privatestaging into privatestaging
[ROCm/clr commit: 1c60874378]
2016-02-28 13:09:46 -06:00
Ben Sander d6c404e6f6 Copy dependency bug fixes and test modes.
Add dependency for host-to-host copy.

Add debug mode for HIP_DISABLE_HW_COPY_DEP and
HIP_DISABLE_HW_KERNEL_DEP - setting these to -1 now ignores
all dependencies.


[ROCm/clr commit: 4909faf8e3]
2016-02-28 21:19:49 -06:00
Ben Sander 57cb962823 add check for hip platform configuration
[ROCm/clr commit: 73013ef358]
2016-02-28 21:08:53 -06:00
Ben Sander 62bae97cf7 touchup
[ROCm/clr commit: be0d3510f5]
2016-02-28 21:08:53 -06:00
Ben Sander 130ffbe536 Describe using HIP with native-gcn compiler
[ROCm/clr commit: 25a94601be]
2016-02-28 21:08:53 -06:00
pensun 1c60874378 Merge branch 'privatestaging' of https://github.com/AMDComputeLibraries/HIP-privatestaging into privatestaging 2016-02-28 13:09:46 -06:00
Ben Sander 4909faf8e3 Copy dependency bug fixes and test modes.
Add dependency for host-to-host copy.

Add debug mode for HIP_DISABLE_HW_COPY_DEP and
HIP_DISABLE_HW_KERNEL_DEP - setting these to -1 now ignores
all dependencies.
2016-02-28 21:19:49 -06:00
Ben Sander 73013ef358 add check for hip platform configuration 2016-02-28 21:08:53 -06:00
Ben Sander be0d3510f5 touchup 2016-02-28 21:08:53 -06:00
Ben Sander 25a94601be Describe using HIP with native-gcn compiler 2016-02-28 21:08:53 -06:00
pensun 954c3051d4 Merge branch 'privatestaging' of https://github.com/AMDComputeLibraries/HIP-privatestaging into privatestaging
[ROCm/hip commit: 2b9ffefad0]
2016-02-28 13:09:46 -06:00
Ben Sander 5fc32bc1e8 Copy dependency bug fixes and test modes.
Add dependency for host-to-host copy.

Add debug mode for HIP_DISABLE_HW_COPY_DEP and
HIP_DISABLE_HW_KERNEL_DEP - setting these to -1 now ignores
all dependencies.


[ROCm/hip commit: ba9ad6be80]
2016-02-28 21:19:49 -06:00
Ben Sander 02a4720281 add check for hip platform configuration
[ROCm/hip commit: 352c056ea6]
2016-02-28 21:08:53 -06:00
Ben Sander cefe65e24a touchup
[ROCm/hip commit: af22d056e0]
2016-02-28 21:08:53 -06:00
Ben Sander 5f3c11fd2f Describe using HIP with native-gcn compiler
[ROCm/hip commit: 28b28ba9b9]
2016-02-28 21:08:53 -06:00
pensun 2b9ffefad0 Merge branch 'privatestaging' of https://github.com/AMDComputeLibraries/HIP-privatestaging into privatestaging 2016-02-28 13:09:46 -06:00
Ben Sander ba9ad6be80 Copy dependency bug fixes and test modes.
Add dependency for host-to-host copy.

Add debug mode for HIP_DISABLE_HW_COPY_DEP and
HIP_DISABLE_HW_KERNEL_DEP - setting these to -1 now ignores
all dependencies.
2016-02-28 21:19:49 -06:00
Ben Sander 352c056ea6 add check for hip platform configuration 2016-02-28 21:08:53 -06:00
Ben Sander af22d056e0 touchup 2016-02-28 21:08:53 -06:00
Ben Sander 28b28ba9b9 Describe using HIP with native-gcn compiler 2016-02-28 21:08:53 -06:00
Jay Cornwall 3a662ac712 Fix race in dGPU event page setup
events_page is unprotected from multiple allocation. The first event
creation ioctl is unprotected from a race with args.event_page_offset
being set (for page setup) and null (all subsequent invocations).

Change-Id: I40ba712a17e9eff257785f90c553a74ad09c661d
Signed-off-by: Yair Shachar <Yair.Shachar@amd.com>
2016-02-28 07:14:23 -05:00
Jay Cornwall 537f217f11 Fix race in dGPU event page setup
events_page is unprotected from multiple allocation. The first event
creation ioctl is unprotected from a race with args.event_page_offset
being set (for page setup) and null (all subsequent invocations).

Change-Id: I40ba712a17e9eff257785f90c553a74ad09c661d
Signed-off-by: Yair Shachar <Yair.Shachar@amd.com>


[ROCm/ROCR-Runtime commit: 3a662ac712]
2016-02-28 07:14:23 -05:00
foreman dfe8cd2a44 P4 to Git Change 1241530 by johtaylo@johtaylo-JTBUILDER03-increment on 2016/02/28 03:00:13
SWDEV-2 - Change OpenCL version number from 2047 to 2048.

Affected files ...

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


[ROCm/clr commit: dcefdaca6c]
2016-02-28 03:10:25 -05:00
foreman dcefdaca6c P4 to Git Change 1241530 by johtaylo@johtaylo-JTBUILDER03-increment on 2016/02/28 03:00:13
SWDEV-2 - Change OpenCL version number from 2047 to 2048.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1794 edit
2016-02-28 03:10:25 -05:00
pensun 9d28711854 Merge branch 'doc_update' into privatestaging
[ROCm/clr commit: d185ed5f3d]
2016-02-27 15:13:14 -06:00
pensun d185ed5f3d Merge branch 'doc_update' into privatestaging 2016-02-27 15:13:14 -06:00
pensun 4f31297623 Merge branch 'doc_update' into privatestaging
[ROCm/hip commit: 1a5c78062f]
2016-02-27 15:13:14 -06:00
pensun 1a5c78062f Merge branch 'doc_update' into privatestaging 2016-02-27 15:13:14 -06:00
pensun 83250c6a54 resolve conflicts of doc_update
[ROCm/clr commit: cb352a17c3]
2016-02-27 15:08:45 -06:00
pensun cb352a17c3 resolve conflicts of doc_update 2016-02-27 15:08:45 -06:00
pensun cb19da0aa7 resolve conflicts of doc_update
[ROCm/hip commit: 11ca71bd76]
2016-02-27 15:08:45 -06:00
pensun 11ca71bd76 resolve conflicts of doc_update 2016-02-27 15:08:45 -06:00
pensun b0f4039e10 minor typo fix
[ROCm/clr commit: dec63c6647]
2016-02-27 15:04:49 -06:00