76333 Commits

Author SHA1 Message Date
Ben Sander 1327d3e03d Merge branch 'master' into privatestaging 2016-02-03 09:39:19 -06:00
foreman a9fe7973fe P4 to Git Change 1233845 by johtaylo@johtaylo-JTBUILDER03-increment on 2016/02/03 03:00:12
SWDEV-2 - Change OpenCL version number from 2024 to 2025.

Affected files ...

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


[ROCm/clr commit: 865b81887a]
2016-02-03 03:11:31 -05:00
foreman 865b81887a P4 to Git Change 1233845 by johtaylo@johtaylo-JTBUILDER03-increment on 2016/02/03 03:00:12
SWDEV-2 - Change OpenCL version number from 2024 to 2025.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1771 edit
2016-02-03 03:11:31 -05:00
Peng Sun b9367aedec Fix all TODO-doc
[ROCm/clr commit: d4835c7416]
2016-02-02 21:29:09 -06:00
Peng Sun d4835c7416 Fix all TODO-doc 2016-02-02 21:29:09 -06:00
Peng Sun 503ec9ad24 Fix all TODO-doc
[ROCm/hip commit: c73996d041]
2016-02-02 21:29:09 -06:00
Peng Sun c73996d041 Fix all TODO-doc 2016-02-02 21:29:09 -06:00
foreman 2669fce89a P4 to Git Change 1233743 by bcrane@MSDNBCRANE99-OCL on 2016/02/02 20:45:13
SWDEV-86253 - [QR] 6 to 7% performance drop is observed in BasemarkCL test

	CL1226184 adds serialization to LHIO, because pxproxy accesses global state, without locks, leading to crash, etc.

	To fix OpenCL perf regressions, allow unserialized access to pxproxy.  It may be that OpenCL design leads away from racy behavior, so it may be safe.  This was checked in to gather information.  What software gets perf drops?  Does any software get fixed?

	The dangerous functions are CreateDevice, CreateContext, because the handles from the OS are saved in global caches, and if those global caches are modified in one thread, while other threads are looking-up from the caches - that is a problem.

	TC: http://ocltc:8111/viewModification.html?modId=66278&personal=true

Affected files ...

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


[ROCm/clr commit: bd54838ca7]
2016-02-02 20:52:50 -05:00
foreman bd54838ca7 P4 to Git Change 1233743 by bcrane@MSDNBCRANE99-OCL on 2016/02/02 20:45:13
SWDEV-86253 - [QR] 6 to 7% performance drop is observed in BasemarkCL test

	CL1226184 adds serialization to LHIO, because pxproxy accesses global state, without locks, leading to crash, etc.

	To fix OpenCL perf regressions, allow unserialized access to pxproxy.  It may be that OpenCL design leads away from racy behavior, so it may be safe.  This was checked in to gather information.  What software gets perf drops?  Does any software get fixed?

	The dangerous functions are CreateDevice, CreateContext, because the handles from the OS are saved in global caches, and if those global caches are modified in one thread, while other threads are looking-up from the caches - that is a problem.

	TC: http://ocltc:8111/viewModification.html?modId=66278&personal=true

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.cpp#158 edit
2016-02-02 20:52:50 -05:00
Peng Sun 4afe96bf21 Finish all TODO for error code
[ROCm/clr commit: b20e02ae58]
2016-02-02 17:39:46 -06:00
Peng Sun b20e02ae58 Finish all TODO for error code 2016-02-02 17:39:46 -06:00
Peng Sun 03630ee0a4 Finish all TODO for error code
[ROCm/hip commit: 8b74333204]
2016-02-02 17:39:46 -06:00
Peng Sun 8b74333204 Finish all TODO for error code 2016-02-02 17:39:46 -06:00
scchan a9745be3f4 add inline attribute to shfl functions
[ROCm/clr commit: 63a6bce3d9]
2016-02-02 12:53:17 -06:00
scchan 63a6bce3d9 add inline attribute to shfl functions 2016-02-02 12:53:17 -06:00
scchan 39fb16bc5f add inline attribute to shfl functions
[ROCm/hip commit: 265c42500f]
2016-02-02 12:53:17 -06:00
scchan 265c42500f add inline attribute to shfl functions 2016-02-02 12:53:17 -06:00
Ben Sander 0d62f7767a Merge branch 'master' of https://github.com/GPUOpen-ProfessionalCompute-Tools/HIP
[ROCm/clr commit: 714bfcbff6]
2016-02-02 10:05:44 -06:00
Ben Sander 714bfcbff6 Merge branch 'master' of https://github.com/GPUOpen-ProfessionalCompute-Tools/HIP 2016-02-02 10:05:44 -06:00
Ben Sander 5593dd846a Merge branch 'master' of https://github.com/GPUOpen-ProfessionalCompute-Tools/HIP
[ROCm/hip commit: 6175d665fc]
2016-02-02 10:05:44 -06:00
Ben Sander 6175d665fc Merge branch 'master' of https://github.com/GPUOpen-ProfessionalCompute-Tools/HIP 2016-02-02 10:05:44 -06:00
Ben Sander 71bfa20508 Remove warning on ballot/any/all and pop/clz.
Since these are supported in HIP no reason to emit warnings.


[ROCm/clr commit: 182296ce59]
2016-02-02 10:02:48 -06:00
Ben Sander 182296ce59 Remove warning on ballot/any/all and pop/clz.
Since these are supported in HIP no reason to emit warnings.
2016-02-02 10:02:48 -06:00
Ben Sander 57d88913f8 Remove warning on ballot/any/all and pop/clz.
Since these are supported in HIP no reason to emit warnings.


[ROCm/hip commit: 3898f6af3c]
2016-02-02 10:02:48 -06:00
Ben Sander 3898f6af3c Remove warning on ballot/any/all and pop/clz.
Since these are supported in HIP no reason to emit warnings.
2016-02-02 10:02:48 -06:00
streamhsa c832718f42 Adjusted the value of __any as per CUDA -sandeep
[ROCm/clr commit: b14c890851]
2016-02-02 15:25:42 +05:30
streamhsa b14c890851 Adjusted the value of __any as per CUDA -sandeep 2016-02-02 15:25:42 +05:30
streamhsa af8cc35552 Adjusted the value of __any as per CUDA -sandeep
[ROCm/hip commit: 974d491902]
2016-02-02 15:25:42 +05:30
streamhsa 974d491902 Adjusted the value of __any as per CUDA -sandeep 2016-02-02 15:25:42 +05:30
streamhsa fa391f72c9 ADDED Support for __ffs() and __ffsll() having signed input -sandeep
[ROCm/clr commit: a7c0be6e4b]
2016-02-02 15:05:46 +05:30
streamhsa a7c0be6e4b ADDED Support for __ffs() and __ffsll() having signed input -sandeep 2016-02-02 15:05:46 +05:30
streamhsa e4635c36a0 ADDED Support for __ffs() and __ffsll() having signed input -sandeep
[ROCm/hip commit: 23904df99b]
2016-02-02 15:05:46 +05:30
streamhsa 23904df99b ADDED Support for __ffs() and __ffsll() having signed input -sandeep 2016-02-02 15:05:46 +05:30
streamhsa 75643c8c00 Added test for ballot and removing HIP_FUNCTION from hipSampleAtomicsTest.cpp -sandeep
[ROCm/clr commit: e5a491f3c8]
2016-02-02 14:50:55 +05:30
streamhsa e5a491f3c8 Added test for ballot and removing HIP_FUNCTION from hipSampleAtomicsTest.cpp -sandeep 2016-02-02 14:50:55 +05:30
streamhsa 19d0b8095f Added test for ballot and removing HIP_FUNCTION from hipSampleAtomicsTest.cpp -sandeep
[ROCm/hip commit: 2b02fe082f]
2016-02-02 14:50:55 +05:30
streamhsa 2b02fe082f Added test for ballot and removing HIP_FUNCTION from hipSampleAtomicsTest.cpp -sandeep 2016-02-02 14:50:55 +05:30
Jack Chung 627c9622c8 Merge branch 'privatestaging' of github.com:AMDComputeLibraries/HIP-privatestaging into privatestaging
[ROCm/clr commit: e62a9e1bb7]
2016-02-02 16:28:02 +08:00
Jack Chung e62a9e1bb7 Merge branch 'privatestaging' of github.com:AMDComputeLibraries/HIP-privatestaging into privatestaging 2016-02-02 16:28:02 +08:00
Jack Chung 114874e5ee Merge branch 'privatestaging' of github.com:AMDComputeLibraries/HIP-privatestaging into privatestaging
[ROCm/hip commit: 8551855f89]
2016-02-02 16:28:02 +08:00
Jack Chung 8551855f89 Merge branch 'privatestaging' of github.com:AMDComputeLibraries/HIP-privatestaging into privatestaging 2016-02-02 16:28:02 +08:00
Jack Chung 58e2e13f04 Suppress linker warnings in case HCC distribution contains OpenCL/SPIR symbols
[ROCm/clr commit: 8df395a006]
2016-02-02 16:27:42 +08:00
Jack Chung 8df395a006 Suppress linker warnings in case HCC distribution contains OpenCL/SPIR symbols 2016-02-02 16:27:42 +08:00
Jack Chung c94a8de983 Suppress linker warnings in case HCC distribution contains OpenCL/SPIR symbols
[ROCm/hip commit: 1e7642c569]
2016-02-02 16:27:42 +08:00
Jack Chung 1e7642c569 Suppress linker warnings in case HCC distribution contains OpenCL/SPIR symbols 2016-02-02 16:27:42 +08:00
foreman d2c511fc38 P4 to Git Change 1233406 by johtaylo@johtaylo-JTBUILDER03-increment on 2016/02/02 03:01:34
SWDEV-2 - Change OpenCL version number from 2023 to 2024.

Affected files ...

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


[ROCm/clr commit: 99556aca1d]
2016-02-02 03:13:00 -05:00
foreman 99556aca1d P4 to Git Change 1233406 by johtaylo@johtaylo-JTBUILDER03-increment on 2016/02/02 03:01:34
SWDEV-2 - Change OpenCL version number from 2023 to 2024.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1770 edit
2016-02-02 03:13:00 -05:00
Andres Rodriguez 3797b56ec9 Bump version for bugfix release 1.8.1
Change-Id: I06701905592594221d26c075a8fe370b4cc92aff
2016-02-02 01:29:51 -05:00
Andres Rodriguez cd849bc3e9 Bump version for bugfix release 1.8.1
Change-Id: I06701905592594221d26c075a8fe370b4cc92aff


[ROCm/ROCR-Runtime commit: 3797b56ec9]
2016-02-02 01:29:51 -05:00
scchan 4ca3c297be adding shfl, shfl_up, shfl_down, shfl_xor intrinsics
[ROCm/clr commit: ed0a4fc1b7]
2016-02-01 23:55:31 -06:00