Commit Graph

11608 Commits

Author SHA1 Message Date
Ben Sander 9af6545379 Fix delete[]
[ROCm/clr commit: ff77106399]
2017-01-09 21:03:11 -06:00
Ben Sander 13bf4c39cc Add HIP_MAX_QUEUES feature.
Includes some tricky manipulation of the locks for contexts and streams.
issue is that stealing a stream requires we lock the context to
walk the streams to find a victim.  To avoid deadlock, we can't
have a stream locked when we lock the context.  This implementation
releases the stream lock, then acquires the context and selects the
victim.
A more stable implemenation might be to copy the stream list
from a context so that a lock is not required to walk all streams.
Smart shared_ptr could be used to prevent the streams from being
deallocated during the walk.


[ROCm/clr commit: b29fbf736d]
2017-01-09 21:02:56 -06:00
Ben Sander 82cf0397c5 First pass at virtualized queue support.
Also updated stream debug messages to consistently use trace_helper.


[ROCm/clr commit: c9f5fe34e6]
2017-01-09 21:02:53 -06:00
Ben Sander a3d325d206 Add more notes on debugging HIP apps.
[ROCm/clr commit: a6034b88e2]
2017-01-09 21:02:50 -06:00
Ben Sander 9d22c4f727 tolerate spaces in hip args
[ROCm/clr commit: 49d1477b9d]
2017-01-09 20:57:13 -06:00
foreman dc0d4ec3ef P4 to Git Change 1359979 by skudchad@skudchad_test_win_opencl2 on 2017/01/09 18:53:16
SWDEV-107271 - [OpenCL][GFXIP9 Bring up] add support for Raven(gfx901)
	- Fix USWC memory calculations
	- Try USWC allocations if local are unsuccessful

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

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#40 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palmemory.cpp#9 edit


[ROCm/clr commit: d535a9fbf4]
2017-01-09 19:02:23 -05:00
Rahul Garg 0aabd435a9 Added state for hipDevice.
Change-Id: Idbc3c04cd054a01b634856a1e0a23ff172e991aa


[ROCm/clr commit: 090eadd0bd]
2017-01-09 23:54:01 +05:30
foreman 9341debcb4 P4 to Git Change 1359607 by johtaylo@johtaylo-jtincrementor-increment on 2017/01/09 03:00:05
SWDEV-2 - Change OpenCL version number from 2329 to 2330.

Affected files ...

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


[ROCm/clr commit: 9461bd5db9]
2017-01-09 03:12:49 -05:00
foreman dbf9f27385 P4 to Git Change 1359514 by johtaylo@johtaylo-jtincrementor-increment on 2017/01/08 03:00:07
SWDEV-2 - Change OpenCL version number from 2328 to 2329.

Affected files ...

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


[ROCm/clr commit: 688ff11645]
2017-01-08 03:24:05 -05:00
foreman 770ce8230f P4 to Git Change 1359506 by johtaylo@johtaylo-jtincrementor-increment on 2017/01/07 03:00:04
SWDEV-2 - Change OpenCL version number from 2327 to 2328.

Affected files ...

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


[ROCm/clr commit: 449772003a]
2017-01-07 03:15:56 -05:00
foreman ed576e7e86 P4 to Git Change 1359138 by johtaylo@johtaylo-jtincrementor-increment on 2017/01/06 03:00:07
SWDEV-2 - Change OpenCL version number from 2326 to 2327.

Affected files ...

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


[ROCm/clr commit: 26aa36070b]
2017-01-06 03:05:28 -05:00
scchan e53542301a [cmake] add library dependencies to hip_hcc libraries
[ROCm/clr commit: d71ac5c91a]
2017-01-05 18:26:54 -05:00
foreman 3165cb60e4 P4 to Git Change 1358998 by gandryey@gera-w8 on 2017/01/05 17:36:02
SWDEV-110504 - OpenCL on ROCm: MAX_WORK_GROUP_SIZE is 256 but max work items per dimension is 1024
	- Report Orca stack capabilities. OCL runtime currently can't report 1024 due to possible regressions in the apps.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#32 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocsettings.cpp#12 edit


[ROCm/clr commit: 0673572c79]
2017-01-05 17:46:40 -05:00
foreman 6b33e1c577 P4 to Git Change 1358907 by skudchad@skudchad_test_win_opencl2 on 2017/01/05 15:04:39
SWDEV-107966 - PCMark10 OpenCL Performance Regression with SVM
	- Remove optimization for pinned memory. This causes performance drops now what we can use SUA model. This can be inserted in the future if the IOMMUv2 HW gets faster

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

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuresource.cpp#237 edit


[ROCm/clr commit: 46b8820454]
2017-01-05 15:16:37 -05:00
foreman 3fcbe1c281 P4 to Git Change 1358812 by asalmanp@asalmanp-opencl-stg on 2017/01/05 11:55:44
SWDEV-109077 - [Polaris22][OCL] Add Driver Support for Polaris22(gfx8). Polaris22 is yet another new gfx8 ASIC and should follow ELM/BFN/Lexa code path.

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

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/backends/gpu/scwrapper/SI/devStateSI.cpp#3 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/backends/gpu/scwrapper/devState.cpp#4 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/backends/gpu/scwrapper/scCompileBase.cpp#4 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/loaders/bif/amuabi/amuABI.h#4 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/loaders/bif/amuabi/amuABIMultiBinary.cpp#4 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/loaders/bif/amuabi/amuABI.h#20 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/loaders/bif/amuabi/amuABIMultiBinary.cpp#20 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/libUtils.cpp#24 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm32/lib/Target/AMDIL/AMDIL.h#7 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm32/lib/Target/AMDIL/AMDILSubtarget.cpp#11 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm32/lib/Target/AMDIL/Internal/AMDILInternalDeviceFlags.h#6 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudefs.hpp#145 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#562 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuprogram.cpp#230 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#349 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.cpp#179 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/caltarget.h#5 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/binary/BIFEnumCheck.cpp#27 edit


[ROCm/clr commit: 978163569f]
2017-01-05 12:05:03 -05:00
foreman 3594b27cd0 P4 to Git Change 1358677 by johtaylo@johtaylo-jtincrementor-increment on 2017/01/05 03:00:04
SWDEV-2 - Change OpenCL version number from 2325 to 2326.

Affected files ...

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


[ROCm/clr commit: 6d8a7a40c9]
2017-01-05 03:06:26 -05:00
foreman a8e2b9f7c4 P4 to Git Change 1358617 by crjin@tc_opencl on 2017/01/04 21:54:04
SWDEV-110151 - [CQE OCL][TongaGL][QR] Hard hang/ error saying: "rendered images have artifacts(probably due to driver...)" is observed, while running RAT GPU(Low) due to faulty CL#1354622

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

Affected files ...

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


[ROCm/clr commit: eba058f572]
2017-01-04 22:02:46 -05:00
foreman f60db0a6e0 P4 to Git Change 1358402 by gandryey@gera-w8 on 2017/01/04 11:28:19
SWDEV-109541 - Max queues limit in OCL impacts product development at GE Healthcare
	- Make GPU_MAX_COMMAND_QUEUES available in release build

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#263 edit


[ROCm/clr commit: 548d4174ea]
2017-01-04 11:36:21 -05:00
foreman 028e415521 P4 to Git Change 1358358 by wchau@wchau_OCL_boltzmann on 2017/01/04 10:21:31
SWDEV-102698 - Back out changelist 1358063

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/build/Makefile.api#147 edit
... //depot/stg/opencl/drivers/opencl/compiler/tools/Makefile#21 edit
... //depot/stg/opencl/drivers/opencl/runtime/build/Makefile.runtime#66 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.cpp#206 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#281 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/build/Makefile.oclrocm#11 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/roccompiler.cpp#26 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#31 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.hpp#11 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#50 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.hpp#18 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocsettings.cpp#11 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocsettings.hpp#5 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#262 edit


[ROCm/clr commit: ff99f1f762]
2017-01-04 10:26:13 -05:00
foreman e762915068 P4 to Git Change 1358295 by johtaylo@johtaylo-jtincrementor-increment on 2017/01/04 03:00:06
SWDEV-2 - Change OpenCL version number from 2324 to 2325.

Affected files ...

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


[ROCm/clr commit: 99820356f1]
2017-01-04 03:11:15 -05:00
Maneesh Gupta ac59859a25 hipcc: Link to shared HIP runtime by default
Change-Id: I5030e3245e4afb6863b401656ca5d1ad9ae84310


[ROCm/clr commit: 9b02f0d7e5]
2017-01-04 12:39:09 +05:30
foreman 06990c922a P4 to Git Change 1358063 by wchau@wchau_OCL_boltzmann on 2017/01/03 16:44:42
SWDEV-102698 - [OCL-LC-ROCm] Add code caching support to OpenCL program manager

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/build/Makefile.api#146 edit
... //depot/stg/opencl/drivers/opencl/compiler/tools/Makefile#20 edit
... //depot/stg/opencl/drivers/opencl/runtime/build/Makefile.runtime#65 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.cpp#205 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#280 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/build/Makefile.oclrocm#10 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/roccompiler.cpp#25 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#30 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.hpp#10 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#49 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.hpp#17 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocsettings.cpp#10 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocsettings.hpp#4 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#261 edit


[ROCm/clr commit: b9916d35f4]
2017-01-03 16:56:06 -05:00
foreman 20cd50201a P4 to Git Change 1358001 by skudchad@skudchad_test_win_opencl2 on 2017/01/03 15:05:28
SWDEV-107271 - [OpenCL][GFXIP9 Bring up] add support for Raven(gfx901)
	- Add perf counter blocks in PAL backend.

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

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palcounters.cpp#7 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/runtime/OCLPerfCounters.cpp#36 edit


[ROCm/clr commit: b48cac624d]
2017-01-03 15:18:03 -05:00
foreman ab06cc03d7 P4 to Git Change 1357839 by johtaylo@johtaylo-jtincrementor-increment on 2017/01/03 03:00:05
SWDEV-2 - Change OpenCL version number from 2323 to 2324.

Affected files ...

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


[ROCm/clr commit: 0948789f95]
2017-01-03 03:08:26 -05:00
foreman 4980907f67 P4 to Git Change 1357711 by johtaylo@johtaylo-jtincrementor-increment on 2017/01/02 03:00:06
SWDEV-2 - Change OpenCL version number from 2322 to 2323.

Affected files ...

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


[ROCm/clr commit: 8970ee531c]
2017-01-02 03:29:07 -05:00
foreman 73f722ecba P4 to Git Change 1357696 by johtaylo@johtaylo-jtincrementor-increment on 2017/01/01 03:00:05
SWDEV-2 - Change OpenCL version number from 2321 to 2322.

Affected files ...

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


[ROCm/clr commit: e28597cc6a]
2017-01-01 02:19:50 -06:00
foreman 90a08d3a24 P4 to Git Change 1357689 by johtaylo@johtaylo-jtincrementor-increment on 2016/12/31 03:00:05
SWDEV-2 - Change OpenCL version number from 2320 to 2321.

Affected files ...

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


[ROCm/clr commit: ac57286b77]
2016-12-31 03:13:13 -05:00
foreman 02ee85f576 P4 to Git Change 1357675 by johtaylo@johtaylo-jtincrementor-increment on 2016/12/30 03:00:04
SWDEV-2 - Change OpenCL version number from 2319 to 2320.

Affected files ...

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


[ROCm/clr commit: b15c59101c]
2016-12-30 03:05:55 -05:00
foreman 717ba68a25 P4 to Git Change 1357560 by johtaylo@johtaylo-jtincrementor-increment on 2016/12/29 03:00:17
SWDEV-2 - Change OpenCL version number from 2318 to 2319.

Affected files ...

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


[ROCm/clr commit: d129ee08cb]
2016-12-29 03:10:01 -05:00
Evgeny Mankov a22a75be44 [HIPIFY] Elapsed time is added to statistics.
[ROCm/clr commit: bbb75fdd8e]
2016-12-28 20:44:05 +03:00
Evgeny Mankov 15d2b5e6e2 [HIPIFY] Added the rest of cuBlas API.
CUBLAS API 7.5 now is supported by hipify;
API calls, which are not yet supported by hcblas/hipblas, are listed as HIP_UNSUPPORTED.


[ROCm/clr commit: ddf51d382c]
2016-12-28 18:08:10 +03:00
foreman 4c717a048e P4 to Git Change 1357423 by johtaylo@johtaylo-jtincrementor-increment on 2016/12/28 03:00:05
SWDEV-2 - Change OpenCL version number from 2317 to 2318.

Affected files ...

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


[ROCm/clr commit: 93db06a41b]
2016-12-28 03:14:43 -05:00
foreman f46293289b P4 to Git Change 1357375 by skudchad@skudchad_test_win_opencl2 on 2016/12/27 23:17:06
SWDEV-107271 - [OpenCL][GFXIP9 Bring up] add support for Raven(gfx901)
	- Add case for gfx901 else target device is incorrect for finalizer

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/libUtils.cpp#23 edit


[ROCm/clr commit: c5bc579945]
2016-12-27 23:24:46 -05:00
foreman a3781fdc69 P4 to Git Change 1357354 by skudchad@skudchad_test_win_opencl2 on 2016/12/27 18:32:01
SWDEV-107271 - [OpenCL][GFXIP9 Bring up] add support for Raven(gfx901)
	- Fill some missing places with BU details

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/utils/v0_8/target_mappings.h#17 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/utils/v0_8/target_mappings_hsail.h#16 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/utils/v0_8/target_mappings_hsail64.h#16 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings_hsail.h#41 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings_hsail64.h#36 edit


[ROCm/clr commit: f17f0ec8a0]
2016-12-27 18:37:15 -05:00
Evgeny Mankov a5dac30c2d [HIPIFY] Formatting, no functional changes.
[ROCm/clr commit: 9070d55814]
2016-12-27 19:48:59 +03:00
Evgeny Mankov 80f4190967 [HIPIFY] [Fix] An argument of a function used as macro argument is not hipified.
https://github.com/GPUOpen-ProfessionalCompute-Tools/HIP/issues/35


[ROCm/clr commit: e740d368d9]
2016-12-27 18:54:02 +03:00
foreman 9ccad39079 P4 to Git Change 1357276 by johtaylo@johtaylo-jtincrementor-increment on 2016/12/27 03:00:05
SWDEV-2 - Change OpenCL version number from 2316 to 2317.

Affected files ...

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


[ROCm/clr commit: 1926daacdd]
2016-12-27 03:12:34 -05:00
Evgeny Mankov a959a094dc [HIPIFY] Pointer to typedef declaration is not hipified
Fix for https://github.com/GPUOpen-ProfessionalCompute-Tools/HIP/issues/60


[ROCm/clr commit: 3cd1adcb24]
2016-12-26 19:03:50 +03:00
foreman e5368dd8b7 P4 to Git Change 1357145 by johtaylo@johtaylo-jtincrementor-increment on 2016/12/26 03:00:04
SWDEV-2 - Change OpenCL version number from 2315 to 2316.

Affected files ...

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


[ROCm/clr commit: cb48e33f54]
2016-12-26 03:20:35 -05:00
foreman d7c100f58e P4 to Git Change 1357052 by johtaylo@johtaylo-jtincrementor-increment on 2016/12/25 03:00:05
SWDEV-2 - Change OpenCL version number from 2314 to 2315.

Affected files ...

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


[ROCm/clr commit: 5584248bd6]
2016-12-25 03:14:06 -05:00
foreman e3197fc798 P4 to Git Change 1357043 by johtaylo@johtaylo-jtincrementor-increment on 2016/12/24 03:00:05
SWDEV-2 - Change OpenCL version number from 2313 to 2314.

Affected files ...

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


[ROCm/clr commit: cd1ee25c14]
2016-12-24 03:15:18 -05:00
Evgeny Mankov 5702fd5fc2 [HIPIFY] Add hipconvertinplace2.sh and hipexamine2.sh scripts for hipify-clang.
The differences from the similar scripts for hipify.pl:
1. CSV file with extended statistics is produced.
2. scripts' arguments are changed a bit:
DIRNAME [hipify options] [--] [clang options]

where -- is a delimiter; all the arguments are optional, except DIRNAME.

Usage example:
./hipexamine2.sh ./tmp -o-stats ./tmp/stats.csv -- -I/usr/local/cuda-7.5/include -I/usr/local/hipify-clang/hipblas/include 2>&1 | tee log


[ROCm/clr commit: f6aa3ddb0e]
2016-12-23 22:06:20 +03:00
Evgeny Mankov a211e91960 [HIPIFY] Fix line endings.
[ROCm/clr commit: e8c5906062]
2016-12-23 18:01:26 +03:00
Evgeny Mankov 6349bfffbd [HIPIFY] Stats: Calculation of changed code amount, based on actually replaced bytes.
+ REPLACED bytes, TOTAL bytes & CODE CHANGED are added to statistics.
+ -o-stats option for specifying the file with statistic.


[ROCm/clr commit: 52b3fb9f79]
2016-12-23 17:40:06 +03:00
foreman 409a5c5b32 P4 to Git Change 1356716 by johtaylo@johtaylo-jtincrementor-increment on 2016/12/23 03:00:04
SWDEV-2 - Change OpenCL version number from 2312 to 2313.

Affected files ...

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


[ROCm/clr commit: 615c944321]
2016-12-23 03:06:32 -05:00
Maneesh Gupta 272d6fdfaa hipcc: link to hip runtime using absolute path
Change-Id: I714b3e9da0bc1d49665b079d9c4cec1c1a2efa80


[ROCm/clr commit: 16b705d912]
2016-12-23 11:49:00 +05:30
Ben Sander 4ad8744139 Support size_t in memset kernel.
Add disable for HSA_AMD_AGENT_INFO_MAX_WAVES_PER_CU
Remove one copy of completion_future in memset.


[ROCm/clr commit: fd5b0c68b1]
2016-12-22 12:25:09 -06:00
Maneesh Gupta 861429a560 hip_hcc package changes
- updated hip_hcc package creation dependencies
- support build hip_hcc package for HCC-1.0

Change-Id: Idf23e415eff8cb352a8906191c79bd822c7618e7


[ROCm/clr commit: 1b50462ce0]
2016-12-22 15:30:38 +05:30
foreman d9c442e666 P4 to Git Change 1356268 by johtaylo@johtaylo-jtincrementor-increment on 2016/12/22 03:00:07
SWDEV-2 - Change OpenCL version number from 2311 to 2312.

Affected files ...

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


[ROCm/clr commit: 74d46dd805]
2016-12-22 03:32:16 -05:00
Ben Sander 693bfc85bc Increment API sequence number.
Change name to tls_tidInfo


[ROCm/clr commit: cf338d716b]
2016-12-21 15:30:36 -06:00