Commit Graph

12234 Commits

Author SHA1 Message Date
foreman d7247e104a P4 to Git Change 1450441 by asalmanp@asalmanp-ocl-stg on 2017/08/22 17:11:11
SWDEV-79278 - adding support for Vega12/Vega20/Navi10
	ReviewBoardURL = http://ocltc.amd.com/reviews/r/13326/

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/utils/v0_8/libUtils.cpp#7 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/utils/v0_8/target_mappings.h#20 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/utils/v0_8/target_mappings_hsail.h#23 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/utils/v0_8/target_mappings_hsail64.h#23 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/common/linker.cpp#156 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/loaders/bif/amuabi/amuABI.h#22 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/loaders/bif/amuabi/amuABIMultiBinary.cpp#22 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/libUtils.cpp#27 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings.h#52 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings_hsail.h#48 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings_hsail64.h#43 edit
... //depot/stg/opencl/drivers/opencl/compiler/tools/driver/driver.cpp#67 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudefs.hpp#148 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#568 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuprogram.cpp#234 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#352 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.cpp#180 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/caltarget.h#6 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldefs.hpp#18 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#45 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#26 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/binary/BIFEnumCheck.cpp#28 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/runtime/OCLOfflineCompilation.cpp#19 edit
2017-08-23 10:57:45 -05:00
Maneesh Gupta fbcc8764df Merge pull request #162 from gargrahul/correct_devicecnt_check
Device count range check on input device id function argument
2017-08-23 14:45:00 +05:30
Maneesh Gupta 76700d0d81 Merge pull request #163 from gargrahul/pcibusid_dtests
PCI Bus ID related dtests
2017-08-23 14:44:25 +05:30
Jenkins f3c9264b3c Merge 'master' into 'amd-master'
Change-Id: I226ec56c422f1a78f88e8b8f5c27f0bcf41a4c31
2017-08-23 04:11:24 -05:00
foreman 2da2ed4ca1 P4 to Git Change 1450327 by asalmanp@asalmanp-ocl-stg on 2017/08/22 14:59:47
SWDEV-107271 - follow up for CL#1449513, adding missing gfx902/gfx903 IDs in palprogram

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#44 edit
2017-08-22 15:21:26 -04:00
Rahul Garg 5a49396e3e PCI Bus ID related dtests 2017-08-22 15:41:16 +05:30
Maneesh Gupta eab54316ee Merge pull request #159 from bensander/hipDispatchLatency
Refactor dispatch latency test and fix several bugs.
2017-08-22 14:49:14 +05:30
Rahul Garg 04a5a36ef7 Device count check on input device id 2017-08-22 14:05:44 +05:30
foreman 6ff1eb1d4e P4 to Git Change 1449639 by johtaylo@johtaylo-jtincrementor-increment on 2017/08/21 03:00:05
SWDEV-2 - Change OpenCL version number from 2481 to 2482.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2229 edit
2017-08-21 03:18:12 -04:00
foreman a643fcf3d1 P4 to Git Change 1449513 by skudchad@skudchad_test_win_opencl2 on 2017/08/20 12:41:18
SWDEV-107271 - Add Raven IDs.
	- Refactor PAL backend code

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/utils/v0_8/libUtils.cpp#6 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/utils/v0_8/target_mappings.h#19 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/utils/v0_8/target_mappings_hsail.h#22 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/utils/v0_8/target_mappings_hsail64.h#22 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/common/linker.cpp#155 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/libUtils.cpp#26 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings.h#51 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings_hsail.h#47 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings_hsail64.h#42 edit
... //depot/stg/opencl/drivers/opencl/compiler/tools/driver/driver.cpp#66 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldefs.hpp#17 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#49 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/math/OCLMathFunc.cpp#29 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/runtime/OCLDeviceQueries.cpp#45 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/runtime/OCLPerfCounters.cpp#39 edit
2017-08-20 12:49:56 -04:00
foreman aa2a61f18a P4 to Git Change 1449505 by johtaylo@johtaylo-jtincrementor-increment on 2017/08/20 03:00:03
SWDEV-2 - Change OpenCL version number from 2480 to 2481.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2228 edit
2017-08-20 03:12:27 -04:00
foreman 14d246d2b8 P4 to Git Change 1449431 by johtaylo@johtaylo-jtincrementor-increment on 2017/08/19 03:00:05
SWDEV-2 - Change OpenCL version number from 2479 to 2480.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2227 edit
2017-08-19 03:16:59 -04:00
Jenkins 55ddb8637b Merge 'master' into 'amd-master'
Change-Id: I826af9162f47fc666d0de3e7a170c384e93fa2b1
2017-08-18 04:10:49 -05:00
Ben Sander 9da4352142 Refactor dispatch latency test and fix several bugs. 2017-08-17 08:46:58 -05:00
Jenkins 88d20813be Merge 'master' into 'amd-master'
Change-Id: I1977b3b9931aa42245fc0e8328e791f9c2ce40b4
2017-08-17 04:11:11 -05:00
foreman c51f9e388e P4 to Git Change 1448306 by johtaylo@johtaylo-jtincrementor-increment on 2017/08/17 03:00:05
SWDEV-2 - Change OpenCL version number from 2478 to 2479.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2226 edit
2017-08-17 03:16:14 -04:00
Maneesh Gupta ec84e8818e Merge pull request #156 from bensander/update_trace_api
Add some new HIP_TRACE_API options.
2017-08-17 12:02:29 +05:30
foreman 6622762df5 P4 to Git Change 1448201 by smekhano@stas-nova-hsa on 2017/08/16 19:58:09
SWDEV-121551 - Complib: fix ocltst ACLApi regression after CL 1448141 (HSAIL part)

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/libUtils.cpp#25 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings_amdil.h#47 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings_amdil64.h#43 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings_hsail.h#46 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings_hsail64.h#41 edit
2017-08-16 20:11:30 -04:00
foreman 0196394dcf P4 to Git Change 1448192 by lmoriche@lmoriche_opencl_dev2 on 2017/08/16 18:31:50
SWDEV-127386 - Revert to HSAIL instead of LC
	- More asic_reg path fixes (remove asic_reg/ prefix)
	- Add LIQUID_FLASH_INCS/LOPTS/LLIBS variables
	- Add HSA_RUNTIME_INCS/LOPTS/LLIBS variables
	- Add ASIC_REG_INCS variable

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/build/Makefile.api#160 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/api/v0_8/aclKstatsr800.cpp#3 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/backends/gpu/scwrapper/7XX/devState7XX.cpp#3 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/backends/gpu/scwrapper/7XX/scState7XX.cpp#3 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/backends/gpu/scwrapper/EGNI/devStateEGNI.cpp#3 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/backends/gpu/scwrapper/EGNI/scCompile89.cpp#5 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/backends/gpu/scwrapper/EGNI/scStateEGNI.cpp#3 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/backends/gpu/scwrapper/SI/devStateSI.cpp#5 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/backends/gpu/scwrapper/SI/scStateSI.cpp#3 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/backends/gpu/scwrapper/devState.cpp#6 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/complibdefs#10 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/utils/v0_8/target_mappings_amdil.h#20 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/utils/v0_8/target_mappings_amdil64.h#19 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/utils/v0_8/target_mappings_hsail.h#20 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/utils/v0_8/target_mappings_hsail64.h#20 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/api/v0_8/aclKstatsr800.cpp#3 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/complibdefs#53 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings_amdil.h#46 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings_amdil64.h#42 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings_hsail.h#45 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings_hsail64.h#40 edit
... //depot/stg/opencl/drivers/opencl/opencldefs#210 edit
... //depot/stg/opencl/drivers/opencl/runtime/build/Makefile.runtime#70 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/build/Makefile.gpu#69 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/build/Makefile.backend#9 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/build/Makefile.pal#15 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/build/Makefile.oclrocm#19 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#70 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/binary/build/Makefile.binary#23 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/complib/build/Makefile.complib#41 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/spir/build/Makefile.spir#17 edit
2017-08-16 18:45:30 -04:00
foreman 804fab7700 P4 to Git Change 1448141 by smekhano@stas-nova-hsa on 2017/08/16 17:26:46
SWDEV-121551 - Complib: add missing Baffin and Ellesmere chip ids
	Reviewed by Evgeny Mankov

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings_amdil.h#45 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings_amdil64.h#41 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings_hsail.h#44 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings_hsail64.h#39 edit
2017-08-16 17:40:09 -04:00
Jenkins 37dd4b8470 Merge 'master' into 'amd-master'
Change-Id: I94b14b135dd8437c5a6ed5667bfed290051a36c9
2017-08-16 04:10:58 -05:00
foreman 93d2dfaa16 P4 to Git Change 1447809 by johtaylo@johtaylo-jtincrementor-increment on 2017/08/16 03:00:03
SWDEV-2 - Change OpenCL version number from 2477 to 2478.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2225 edit
2017-08-16 03:15:09 -04:00
Maneesh Gupta f18167570d Merge pull request #158 from mangupta/bump_hip_version
Bump HIP version to 1.3 and update release notes
2017-08-16 12:30:13 +05:30
foreman 1f16a55a7b P4 to Git Change 1447790 by lmoriche@lmoriche_opencl_dev2 on 2017/08/16 02:14:56
SWDEV-127386 - Revert to HSAIL instead of LC
	- Make it possible to override the path to components used by OpenCL by using variables.

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/build/Makefile.api#159 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/complibdefs#9 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/complibdefs#52 edit
... //depot/stg/opencl/drivers/opencl/opencldefs#209 edit
... //depot/stg/opencl/drivers/opencl/runtime/build/Makefile.runtime#69 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/build/Makefile.oclrocm#18 edit
2017-08-16 02:27:50 -04:00
Maneesh Gupta dbfe12083e Merge pull request #157 from mangupta/switch_archived_ci_artifacts
[ci] Archive packages based on hcc-ctu instead of hcc-1.6
2017-08-16 11:19:20 +05:30
Maneesh Gupta 809a548bd4 Bump HIP version to 1.3 and update release notes
Change-Id: I53f89efca03472cb906bd56200a2bf2996453915
2017-08-16 11:18:51 +05:30
Maneesh Gupta 59c0df4d5c [ci] Archive packages based on hcc-ctu instead of hcc-1.6
Change-Id: Ie1ea6411ed19aae87b979fa001db3e8927fc11f6
2017-08-16 10:57:07 +05:30
Ben Sander a0bbe2da97 Merge pull request #152 from scchan/fix_threadfence_system_test
add C++11 compilation flags and minor bug fixes
2017-08-15 23:04:49 -05:00
Ben Sander 6c9c7b9e22 Merge pull request #153 from mangupta/ci_ignore_testbuild_failures
[ci] Continue building remaining dtests on failure
2017-08-15 23:03:41 -05:00
Ben Sander d6aee9ad8f Add some new HIP_TRACE_API options. 2017-08-16 04:00:33 +00:00
Ben Sander 94554500db Merge pull request #148 from weixingzhang/vmaddr1
[HIP Texture] The GPU virtual address for texture memory needs to be
2017-08-15 14:19:45 -05:00
wsttiger 8302138d57 Modify header such that it's compatible with strict C compiler 2017-08-15 13:23:09 -05:00
wsttiger 7933b3292d Add missing CUDA tags 2017-08-15 13:22:20 -05:00
Maneesh Gupta 172a568aa6 [texture] guard new HCC APIs under workweek
Change-Id: I4f60a64fb0b0496ca1eb01ffe6ddda121c25d976
2017-08-15 15:51:38 +05:30
foreman b5c8bb7846 P4 to Git Change 1447247 by johtaylo@johtaylo-jtincrementor-increment on 2017/08/15 03:00:04
SWDEV-2 - Change OpenCL version number from 2476 to 2477.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2224 edit
2017-08-15 03:16:42 -04:00
foreman f36b7d8030 P4 to Git Change 1446681 by johtaylo@johtaylo-jtincrementor-increment on 2017/08/14 03:00:05
SWDEV-2 - Change OpenCL version number from 2475 to 2476.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2223 edit
2017-08-14 03:22:14 -04:00
foreman 3c8eb3ec8e P4 to Git Change 1446561 by smekhano@stas-mwamba-rocm on 2017/08/13 15:22:24
SWDEV-127767 - COmplib: process -fuse-native option with LC

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/options.cpp#41 edit
2017-08-13 15:35:34 -04:00
foreman 1d7462b716 P4 to Git Change 1446482 by johtaylo@johtaylo-jtincrementor-increment on 2017/08/12 03:00:04
SWDEV-2 - Change OpenCL version number from 2474 to 2475.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2222 edit
2017-08-12 03:16:29 -04:00
foreman b076dfd8ea P4 to Git Change 1446389 by lmoriche@lmoriche_opencl_dev2 on 2017/08/11 16:56:26
SWDEV-127386 - Revert to HSAIL instead of LC
	- Fixes the asic_reg include files paths.

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/api/v0_8/aclKstatsr800.cpp#2 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/backends/gpu/scwrapper/7XX/devState7XX.cpp#2 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/backends/gpu/scwrapper/7XX/scState7XX.cpp#2 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/backends/gpu/scwrapper/EGNI/devStateEGNI.cpp#2 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/backends/gpu/scwrapper/EGNI/scCompile89.cpp#4 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/backends/gpu/scwrapper/EGNI/scStateEGNI.cpp#2 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/backends/gpu/scwrapper/SI/devStateSI.cpp#4 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/backends/gpu/scwrapper/SI/scStateSI.cpp#2 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/backends/gpu/scwrapper/devState.cpp#5 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/complibdefs#8 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/utils/v0_8/target_mappings_amdil.h#18 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/utils/v0_8/target_mappings_amdil64.h#17 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/utils/v0_8/target_mappings_hsail.h#18 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/utils/v0_8/target_mappings_hsail64.h#18 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/api/v0_8/aclKstatsr800.cpp#2 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/complibdefs#51 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings_amdil.h#44 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings_amdil64.h#40 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings_hsail.h#43 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings_hsail64.h#38 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/binary/build/Makefile.binary#22 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/complib/build/Makefile.complib#40 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/spir/build/Makefile.spir#16 edit
2017-08-11 17:09:47 -04:00
Maneesh Gupta c48b1dc8ff [ci] Continue building remaining dtests on failure
Change-Id: Iab7fd53517e0b66dd5f71efb9e65bd2e9c91355b
2017-08-11 15:57:20 +05:30
Maneesh Gupta 88ff8d9da4 [dtests] Fix hip_threadfence_system test's BUILD command
Change-Id: I037c523369e4bddd7a386ffe117fe97a178900fd
2017-08-11 14:49:17 +05:30
Jenkins d9bffbe09a Merge 'master' into 'amd-master'
Change-Id: I91979b423c77711019ab0e2aec11f03e4ad252c9
2017-08-11 04:11:32 -05:00
foreman 77376bcf0b P4 to Git Change 1446008 by johtaylo@johtaylo-jtincrementor-increment on 2017/08/11 03:00:03
SWDEV-2 - Change OpenCL version number from 2473 to 2474.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2221 edit
2017-08-11 03:12:56 -04:00
Siu Chi Chan 8c2cda8f9e add C++11 compilation flags and minor bug fixes 2017-08-10 17:58:36 +00:00
Jenkins 105f08c197 Merge 'master' into 'amd-master'
Change-Id: I958da2155a9578cc0e136651b1d71e1de1b0c0c7
2017-08-10 04:10:42 -05:00
foreman 18cb009335 P4 to Git Change 1445436 by johtaylo@johtaylo-jtincrementor-increment on 2017/08/10 03:00:04
SWDEV-2 - Change OpenCL version number from 2472 to 2473.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2220 edit
2017-08-10 03:21:34 -04:00
Maneesh Gupta 2bd79ab9f5 Merge pull request #138 from scchan/threadfence_system
implement __threadfence_system
2017-08-10 12:51:05 +05:30
Maneesh Gupta 0d537f9966 [dtests] Disable hip_threadfence_system.tst on nvcc
The test needs some more modifications before it is ready for building
on nvcc path. Disabling it for now so that the pull request can be
merged.

Change-Id: I19a894fcda7b2159f86a4e4e95a409c5655d3760
2017-08-10 12:05:58 +05:30
Ben Sander e810da61f3 Merge pull request #146 from gargrahul/docs_update_memcpysymbol
docs update for memcpytosymbol support
2017-08-09 17:48:48 -05:00
Ben Sander dfc87a85bd Merge pull request #145 from gargrahul/context_mgmt_changes
Updated context management logic:
2017-08-09 17:47:45 -05:00