76333 Commits

Author SHA1 Message Date
foreman 837ab19841 P4 to Git Change 1236333 by johtaylo@johtaylo-JTBUILDER03-increment on 2016/02/11 03:00:10
SWDEV-2 - Change OpenCL version number from 2032 to 2033.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1779 edit
2016-02-11 03:08:59 -05:00
Maneesh Gupta f826c7aaae Updated readme for test
[ROCm/clr commit: ed2d86f3a9]
2016-02-11 13:06:58 +05:30
Maneesh Gupta ed2d86f3a9 Updated readme for test 2016-02-11 13:06:58 +05:30
Maneesh Gupta f8290141b1 Updated readme for test
[ROCm/hip commit: a87c7988e8]
2016-02-11 13:06:58 +05:30
Maneesh Gupta a87c7988e8 Updated readme for test 2016-02-11 13:06:58 +05:30
dfukalov 50260adbe0 Initial version of CLANG based HIPIFY tool for CUDA -> HIP sources conversion
[ROCm/clr commit: 9d10ae4325]
2016-02-10 20:20:11 +03:00
dfukalov 9d10ae4325 Initial version of CLANG based HIPIFY tool for CUDA -> HIP sources conversion 2016-02-10 20:20:11 +03:00
dfukalov 4518a1de70 Initial version of CLANG based HIPIFY tool for CUDA -> HIP sources conversion
[ROCm/hip commit: 5f224280ce]
2016-02-10 20:20:11 +03:00
dfukalov 5f224280ce Initial version of CLANG based HIPIFY tool for CUDA -> HIP sources conversion 2016-02-10 20:20:11 +03:00
Felix Kuehling 887b32fe86 Make hsaKmtAllocMemory more compliant with the Thunk spec
Allocations from GPU nodes will return VRAM, not system memory.
Only non-paged allocation from GPU nodes is supported. System
memory can only be allocated from CPU nodes (usually node 0).

The HostAccess flag is no longer used to distinguish the memory
type. It only indicates, whether the memory is mapped for CPU
access.

Maintain compatibility with broken KfdTests by returning system
memory for paged-memory requested from GPU nodes.

Change-Id: I514defede735f55e6de436f41944125b6f2c4ccf
2016-02-10 10:29:54 -05:00
Felix Kuehling 03720306b9 Make hsaKmtAllocMemory more compliant with the Thunk spec
Allocations from GPU nodes will return VRAM, not system memory.
Only non-paged allocation from GPU nodes is supported. System
memory can only be allocated from CPU nodes (usually node 0).

The HostAccess flag is no longer used to distinguish the memory
type. It only indicates, whether the memory is mapped for CPU
access.

Maintain compatibility with broken KfdTests by returning system
memory for paged-memory requested from GPU nodes.

Change-Id: I514defede735f55e6de436f41944125b6f2c4ccf


[ROCm/ROCR-Runtime commit: 887b32fe86]
2016-02-10 10:29:54 -05:00
Ben Sander 7879d2f103 Initial commit
[ROCm/clr commit: f3a2e03a6b]
2016-02-10 09:29:29 -06:00
Ben Sander f3a2e03a6b Initial commit 2016-02-10 09:29:29 -06:00
Ben Sander 48a445168b Initial commit
[ROCm/hip commit: 09fe3cc7d4]
2016-02-10 09:29:29 -06:00
Ben Sander 09fe3cc7d4 Initial commit 2016-02-10 09:29:29 -06:00
Evgeny Mankov cedd1c0947 Merge branch 'privatestaging' of https://github.com/AMDComputeLibraries/HIP-privatestaging into privatestaging
[ROCm/clr commit: 3139c72756]
2016-02-10 17:21:53 +03:00
Evgeny Mankov 3139c72756 Merge branch 'privatestaging' of https://github.com/AMDComputeLibraries/HIP-privatestaging into privatestaging 2016-02-10 17:21:53 +03:00
Evgeny Mankov 1a9bd34ca2 Merge branch 'privatestaging' of https://github.com/AMDComputeLibraries/HIP-privatestaging into privatestaging
[ROCm/hip commit: 12d9d9be82]
2016-02-10 17:21:53 +03:00
Evgeny Mankov 12d9d9be82 Merge branch 'privatestaging' of https://github.com/AMDComputeLibraries/HIP-privatestaging into privatestaging 2016-02-10 17:21:53 +03:00
Evgeny Mankov 2478fc078f Formatting, no functional changes
[ROCm/clr commit: d9a94191f2]
2016-02-10 17:21:18 +03:00
Evgeny Mankov d9a94191f2 Formatting, no functional changes 2016-02-10 17:21:18 +03:00
Evgeny Mankov 3a032ff317 Formatting, no functional changes
[ROCm/hip commit: 254da4ec53]
2016-02-10 17:21:18 +03:00
Evgeny Mankov 254da4ec53 Formatting, no functional changes 2016-02-10 17:21:18 +03:00
streamhsa 03c2768897 Remove test for atomicInc and atomicDec
[ROCm/clr commit: 90add185fd]
2016-02-10 21:02:52 +08:00
streamhsa 90add185fd Remove test for atomicInc and atomicDec 2016-02-10 21:02:52 +08:00
streamhsa 4c861f0284 Remove test for atomicInc and atomicDec
[ROCm/hip commit: 51bff8757c]
2016-02-10 21:02:52 +08:00
streamhsa 51bff8757c Remove test for atomicInc and atomicDec 2016-02-10 21:02:52 +08:00
Yair Shachar a815a4337f Disable scratch Host allocation - via debug registration flags.
Change-Id: Ia6e5f86ec3979c4a49800f7af4509442a4e5be27
Signed-off-by: Yair Shachar <Yair.Shachar@amd.com>
2016-02-10 07:52:32 -05:00
Yair Shachar 8359dc3119 Disable scratch Host allocation - via debug registration flags.
Change-Id: Ia6e5f86ec3979c4a49800f7af4509442a4e5be27
Signed-off-by: Yair Shachar <Yair.Shachar@amd.com>


[ROCm/ROCR-Runtime commit: a815a4337f]
2016-02-10 07:52:32 -05:00
streamhsa 688a9a19a5 Updated readme for test
[ROCm/clr commit: 56f1832e70]
2016-02-10 20:05:59 +08:00
streamhsa 56f1832e70 Updated readme for test 2016-02-10 20:05:59 +08:00
streamhsa 1c89a8853a Updated readme for test
[ROCm/hip commit: 6f2a94fb93]
2016-02-10 20:05:59 +08:00
streamhsa 6f2a94fb93 Updated readme for test 2016-02-10 20:05:59 +08:00
streamhsa 5d857b2bc3 Resolved test issues
[ROCm/clr commit: 2f8d56e903]
2016-02-10 20:01:16 +08:00
streamhsa 2f8d56e903 Resolved test issues 2016-02-10 20:01:16 +08:00
streamhsa 837875df37 Resolved test issues
[ROCm/hip commit: 4035b71df4]
2016-02-10 20:01:16 +08:00
streamhsa 4035b71df4 Resolved test issues 2016-02-10 20:01:16 +08:00
foreman 77053c3c72 P4 to Git Change 1235953 by johtaylo@johtaylo-JTBUILDER03-increment on 2016/02/10 03:00:10
SWDEV-2 - Change OpenCL version number from 2031 to 2032.

Affected files ...

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


[ROCm/clr commit: 4a8a26801c]
2016-02-10 03:10:47 -05:00
foreman 4a8a26801c P4 to Git Change 1235953 by johtaylo@johtaylo-JTBUILDER03-increment on 2016/02/10 03:00:10
SWDEV-2 - Change OpenCL version number from 2031 to 2032.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1778 edit
2016-02-10 03:10:47 -05:00
gargrahul 91a5b0aa77 Removed atomicInc and atomicDec support from HIP
[ROCm/clr commit: 51f46d9ddf]
2016-02-10 04:29:55 +05:30
gargrahul 51f46d9ddf Removed atomicInc and atomicDec support from HIP 2016-02-10 04:29:55 +05:30
gargrahul 1ab2294657 Removed atomicInc and atomicDec support from HIP
[ROCm/hip commit: 8c40a4ace4]
2016-02-10 04:29:55 +05:30
gargrahul 8c40a4ace4 Removed atomicInc and atomicDec support from HIP 2016-02-10 04:29:55 +05:30
foreman 027f022623 P4 to Git Change 1235782 by asalmanp@asalmanp-opencl-stg on 2016/02/09 15:30:16
SWDEV-68792 - [OpenCL][HWS/CWSR] Adding support for Hardware Scheduler and Compute Wave Save restore (CWSR) feature on ORCA

	Adding a temporary w/a for a CP uCode bug in HWS mode. Due to this bug, CP uCode loops through a RUNLIST unless there is a submission on all queues in HWS mode. This causes some overhead and performance drop in PCMark8 on CZ in HWS mode. To work around this issue, it was suggested to submit a dummy packet during initialization on all available queues on HWS mode so that CP uCode can break the loop. This w/a should be removed once CP uCode provides a final fix for this issue.

	ReviewBoardURL = http://ocltc.amd.com/reviews/r/9616/

Affected files ...

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


[ROCm/clr commit: 45715f0c48]
2016-02-09 17:25:20 -05:00
foreman 45715f0c48 P4 to Git Change 1235782 by asalmanp@asalmanp-opencl-stg on 2016/02/09 15:30:16
SWDEV-68792 - [OpenCL][HWS/CWSR] Adding support for Hardware Scheduler and Compute Wave Save restore (CWSR) feature on ORCA

	Adding a temporary w/a for a CP uCode bug in HWS mode. Due to this bug, CP uCode loops through a RUNLIST unless there is a submission on all queues in HWS mode. This causes some overhead and performance drop in PCMark8 on CZ in HWS mode. To work around this issue, it was suggested to submit a dummy packet during initialization on all available queues on HWS mode so that CP uCode can break the loop. This w/a should be removed once CP uCode provides a final fix for this issue.

	ReviewBoardURL = http://ocltc.amd.com/reviews/r/9616/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.cpp#160 edit
2016-02-09 17:25:20 -05:00
Peng Sun a2550c7ce0 Merge branch 'privatestaging' of https://github.com/AMDComputeLibraries/HIP-privatestaging into doc_update
[ROCm/clr commit: b61f0453c0]
2016-02-09 15:08:39 -06:00
Peng Sun b61f0453c0 Merge branch 'privatestaging' of https://github.com/AMDComputeLibraries/HIP-privatestaging into doc_update 2016-02-09 15:08:39 -06:00
Peng Sun 691aa5cda6 Merge branch 'privatestaging' of https://github.com/AMDComputeLibraries/HIP-privatestaging into doc_update
[ROCm/hip commit: 1fb48b0714]
2016-02-09 15:08:39 -06:00
Peng Sun 1fb48b0714 Merge branch 'privatestaging' of https://github.com/AMDComputeLibraries/HIP-privatestaging into doc_update 2016-02-09 15:08:39 -06:00
Peng Sun 37a3263766 Fix TODO-Doc in hip_texture.h
[ROCm/clr commit: 6731505c5f]
2016-02-09 10:58:23 -06:00