Γράφημα Υποβολών

54851 Υποβολές

Συγγραφέας SHA1 Μήνυμα Ημερομηνία
Ben Sander ff77106399 Fix delete[] 2017-01-09 21:03:11 -06:00
Ben Sander a15d236de3 Fix delete[] 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 b29fbf736d 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.
2017-01-09 21:02:56 -06:00
Ben Sander a3e0012567 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.
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 c9f5fe34e6 First pass at virtualized queue support.
Also updated stream debug messages to consistently use trace_helper.
2017-01-09 21:02:53 -06:00
Ben Sander 93fbc9cf7b First pass at virtualized queue support.
Also updated stream debug messages to consistently use trace_helper.
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 a6034b88e2 Add more notes on debugging HIP apps. 2017-01-09 21:02:50 -06:00
Ben Sander fd209f37d9 Add more notes on debugging HIP apps. 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
Ben Sander 49d1477b9d tolerate spaces in hip args 2017-01-09 20:57:13 -06:00
Ben Sander 3a42a7642a tolerate spaces in hip args 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
foreman d535a9fbf4 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
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
Rahul Garg 090eadd0bd Added state for hipDevice.
Change-Id: Idbc3c04cd054a01b634856a1e0a23ff172e991aa
2017-01-09 23:54:01 +05:30
Rahul Garg 5fb09879c7 Added state for hipDevice.
Change-Id: Idbc3c04cd054a01b634856a1e0a23ff172e991aa
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 9461bd5db9 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
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 688ff11645 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
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 449772003a 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
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
foreman 26aa36070b 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
2017-01-06 03:05:28 -05:00
Maneesh Gupta 9f374e7321 Merge branch 'amd-develop' into amd-master
Change-Id: I81429e5f3f55a71498da6cece9d08a8b1c170057


[ROCm/clr commit: e72dd38295]
2017-01-06 12:55:36 +05:30
Maneesh Gupta e72dd38295 Merge branch 'amd-develop' into amd-master
Change-Id: I81429e5f3f55a71498da6cece9d08a8b1c170057
2017-01-06 12:55:36 +05:30
Maneesh Gupta 9199f952f9 Merge branch 'amd-develop' into amd-master
Change-Id: I81429e5f3f55a71498da6cece9d08a8b1c170057
2017-01-06 12:55:36 +05:30
scchan e53542301a [cmake] add library dependencies to hip_hcc libraries
[ROCm/clr commit: d71ac5c91a]
2017-01-05 18:26:54 -05:00
scchan d71ac5c91a [cmake] add library dependencies to hip_hcc libraries 2017-01-05 18:26:54 -05:00
scchan 4fd48084a6 [cmake] add library dependencies to hip_hcc libraries 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 0673572c79 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
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 46b8820454 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
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 978163569f 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
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 6d8a7a40c9 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
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 eba058f572 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
2017-01-04 22:02:46 -05:00
Felix Kuehling 4181b408fc Allocate CWSR buffer in system memory
CWSR buffers can be large on dGPUs (~21MB on gfx803). Allocating them
in VRAM limits the number of queues that can be created unnecessarily.

Also make freeing of per-queue buffers symmetric with allocation. All
buffers are now allocated with allocate_exec_aligned_memory on dGPUs
and APUs, so use free_exec_aligned_memory to free them.

Change-Id: I45e8cb1801857d0268750202cdd422426611e457
2017-01-04 16:07:56 -05:00
Felix Kuehling f07e9a5606 Allocate CWSR buffer in system memory
CWSR buffers can be large on dGPUs (~21MB on gfx803). Allocating them
in VRAM limits the number of queues that can be created unnecessarily.

Also make freeing of per-queue buffers symmetric with allocation. All
buffers are now allocated with allocate_exec_aligned_memory on dGPUs
and APUs, so use free_exec_aligned_memory to free them.

Change-Id: I45e8cb1801857d0268750202cdd422426611e457


[ROCm/ROCR-Runtime commit: 4181b408fc]
2017-01-04 16:07:56 -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 548d4174ea 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
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 ff99f1f762 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
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