Commit Graph

1135 Commits

Author SHA1 Message Date
foreman efba533a93 P4 to Git Change 1531891 by johtaylo@johtaylo-jtincrementor2-increment on 2018/03/24 03:00:04
SWDEV-2 - Change OpenCL version number from 2617 to 2618.

Affected files ...

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


[ROCm/clr commit: 0caa7e4cc1]
2018-03-24 03:12:32 -04:00
foreman b2710830ca P4 to Git Change 1531180 by johtaylo@johtaylo-jtincrementor2-increment on 2018/03/23 03:00:04
SWDEV-2 - Change OpenCL version number from 2616 to 2617.

Affected files ...

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


[ROCm/clr commit: 4a60726fc4]
2018-03-23 03:10:21 -04:00
foreman b55f919e5a P4 to Git Change 1530499 by johtaylo@johtaylo-jtincrementor2-increment on 2018/03/22 03:00:05
SWDEV-2 - Change OpenCL version number from 2615 to 2616.

Affected files ...

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


[ROCm/clr commit: 41404377b1]
2018-03-22 03:12:27 -04:00
foreman dff2645b45 P4 to Git Change 1529894 by johtaylo@johtaylo-jtincrementor2-increment on 2018/03/21 03:00:04
SWDEV-2 - Change OpenCL version number from 2614 to 2615.

Affected files ...

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


[ROCm/clr commit: 2c0282ae12]
2018-03-21 03:50:41 -04:00
foreman d7c6bd4af1 P4 to Git Change 1529531 by gandryey@gera-w8 on 2018/03/20 11:50:12
SWDEV-79445 - OCL generic changes and code clean-up
	- Fix a regression in the AMF test and reenable the suballoc optimization. Rearrange the locks around cache field access only to avoid calling memory release under the cache lock.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#57 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.cpp#53 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.hpp#18 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#287 edit


[ROCm/clr commit: 1f53841421]
2018-03-20 12:01:19 -04:00
foreman 583968c82f P4 to Git Change 1529318 by johtaylo@johtaylo-jtincrementor2-increment on 2018/03/20 03:00:03
SWDEV-2 - Change OpenCL version number from 2613 to 2614.

Affected files ...

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


[ROCm/clr commit: 312057dbe2]
2018-03-20 03:11:01 -04:00
foreman eaef8fc3ce P4 to Git Change 1529097 by gandryey@gera-w8 on 2018/03/19 16:45:49
SWDEV-79445 - OCL generic changes and code clean-up
	- Disable suballocations until regressions will be resolved

Affected files ...

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


[ROCm/clr commit: f4dad682a7]
2018-03-19 16:56:49 -04:00
foreman 44e4c8651c P4 to Git Change 1528532 by johtaylo@johtaylo-jtincrementor2-increment on 2018/03/17 03:00:05
SWDEV-2 - Change OpenCL version number from 2612 to 2613.

Affected files ...

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


[ROCm/clr commit: 320062f843]
2018-03-17 03:11:29 -04:00
foreman 844a1d04b4 P4 to Git Change 1528119 by johtaylo@johtaylo-jtincrementor2-increment on 2018/03/16 03:00:05
SWDEV-2 - Change OpenCL version number from 2611 to 2612.

Affected files ...

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


[ROCm/clr commit: e74383ba6e]
2018-03-16 03:12:59 -04:00
foreman 5dc6ba3c66 P4 to Git Change 1527848 by gandryey@gera-w8 on 2018/03/15 17:11:43
SWDEV-79445 - OCL generic changes and code clean-up
	- Add suballocations support for local(invisible) memory. It should significantly improve memory footprint and TLB usage with 2MB pages
	- Implementation uses BuddyAllocator provided in PAL
	- The chunk allocation size is 64MB, min allocation 4KB and max 4MB. GPU_MAX_SUBALLOC_SIZE controls the max size in KB

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldefs.hpp#33 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#76 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.hpp#24 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#56 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.cpp#51 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.hpp#17 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#45 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.hpp#16 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#77 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.hpp#42 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#285 edit


[ROCm/clr commit: 7ae94da05b]
2018-03-15 17:26:25 -04:00
foreman a779051952 P4 to Git Change 1527474 by johtaylo@johtaylo-jtincrementor2-increment on 2018/03/15 03:00:05
SWDEV-2 - Change OpenCL version number from 2610 to 2611.

Affected files ...

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


[ROCm/clr commit: c4a81872f3]
2018-03-15 03:10:56 -04:00
foreman 4881767fc9 P4 to Git Change 1526783 by johtaylo@johtaylo-jtincrementor2-increment on 2018/03/14 03:00:04
SWDEV-2 - Change OpenCL version number from 2609 to 2610.

Affected files ...

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


[ROCm/clr commit: 4b9a657cb6]
2018-03-14 03:11:36 -04:00
foreman 153287327e P4 to Git Change 1525343 by johtaylo@johtaylo-jtincrementor2-increment on 2018/03/10 03:00:07
SWDEV-2 - Change OpenCL version number from 2608 to 2609.

Affected files ...

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


[ROCm/clr commit: 1376dc8503]
2018-03-10 03:10:23 -05:00
foreman c1d1dfd7b3 P4 to Git Change 1524852 by johtaylo@johtaylo-jtincrementor2-increment on 2018/03/09 03:00:13
SWDEV-2 - Change OpenCL version number from 2607 to 2608.

Affected files ...

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


[ROCm/clr commit: 9e5f869e1c]
2018-03-09 03:08:04 -05:00
foreman 3d4652b8a3 P4 to Git Change 1524559 by asalmanp@asalmanp-ocl-stg on 2018/03/08 14:18:24
SWDEV-132899 - [gfx10][OCL]- Adding support for forcing WaveSize32 from runtime for testing on gfx10 HW emulator

	Motivation: During testing ocltst on Windows on PAL/HSAIL/SC path on gfx10 HW emulator, it was found that SC uses WaveSize64 by default for compute kernels.
	SC also has an interface that can be used for forcing the WaveSize to 32 or 64.

	- Adding the "-force-wave-size-32" into compiler to be passed down to Finalizer/SC
	- Adding environment variable "GPU_FORCE_WAVE_SIZE_32" that can be used from runtime to force WaveSize32 compilation in HSAIL/SC path

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

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/gpu/hsail_be.cpp#69 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/OPTIONS.def#138 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#55 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#284 edit


[ROCm/clr commit: 3c0e80074b]
2018-03-08 14:26:17 -05:00
foreman 81f89ea671 P4 to Git Change 1524286 by johtaylo@johtaylo-jtincrementor2-increment on 2018/03/08 03:00:06
SWDEV-2 - Change OpenCL version number from 2606 to 2607.

Affected files ...

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


[ROCm/clr commit: 5bec004355]
2018-03-08 03:14:05 -05:00
foreman 3bd86d26cb P4 to Git Change 1523752 by johtaylo@johtaylo-jtincrementor2-increment on 2018/03/07 03:00:06
SWDEV-2 - Change OpenCL version number from 2605 to 2606.

Affected files ...

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


[ROCm/clr commit: 85ae79b3e4]
2018-03-07 03:11:18 -05:00
foreman f0febbf5fc P4 to Git Change 1523140 by johtaylo@johtaylo-jtincrementor2-increment on 2018/03/06 03:00:05
SWDEV-2 - Change OpenCL version number from 2604 to 2605.

Affected files ...

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


[ROCm/clr commit: 936cfbb4b9]
2018-03-06 03:08:24 -05:00
foreman 612852be60 P4 to Git Change 1522330 by johtaylo@johtaylo-jtincrementor2-increment on 2018/03/04 03:00:05
SWDEV-2 - Change OpenCL version number from 2603 to 2604.

Affected files ...

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


[ROCm/clr commit: c9b33609c5]
2018-03-04 03:06:40 -05:00
foreman 668919ecbe P4 to Git Change 1522279 by johtaylo@johtaylo-jtincrementor2-increment on 2018/03/03 03:00:04
SWDEV-2 - Change OpenCL version number from 2602 to 2603.

Affected files ...

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


[ROCm/clr commit: 78450aa252]
2018-03-03 03:16:19 -05:00
foreman f626955539 P4 to Git Change 1521808 by johtaylo@johtaylo-jtincrementor2-increment on 2018/03/02 03:00:59
SWDEV-2 - Change OpenCL version number from 2601 to 2602.

Affected files ...

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


[ROCm/clr commit: a4b65e6c2c]
2018-03-02 03:37:42 -05:00
foreman c7b316526c P4 to Git Change 1521206 by johtaylo@johtaylo-jtincrementor2-increment on 2018/03/01 03:00:05
SWDEV-2 - Change OpenCL version number from 2600 to 2601.

Affected files ...

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


[ROCm/clr commit: 8e57fbbf10]
2018-03-01 03:09:46 -05:00
foreman 508c1d24ab P4 to Git Change 1520654 by johtaylo@johtaylo-jtincrementor2-increment on 2018/02/28 03:00:06
SWDEV-2 - Change OpenCL version number from 2599 to 2600.

Affected files ...

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


[ROCm/clr commit: cb3754fe12]
2018-02-28 03:11:55 -05:00
foreman 6654405565 P4 to Git Change 1519447 by johtaylo@johtaylo-jtincrementor2-increment on 2018/02/26 03:00:05
SWDEV-2 - Change OpenCL version number from 2598 to 2599.

Affected files ...

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


[ROCm/clr commit: 900ba35d50]
2018-02-26 03:10:10 -05:00
foreman 714bc7d48b P4 to Git Change 1519178 by johtaylo@johtaylo-jtincrementor2-increment on 2018/02/24 03:00:23
SWDEV-2 - Change OpenCL version number from 2597 to 2598.

Affected files ...

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


[ROCm/clr commit: f4ac96ebce]
2018-02-24 03:12:23 -05:00
foreman b4de346c80 P4 to Git Change 1518662 by johtaylo@johtaylo-jtincrementor2-increment on 2018/02/23 03:00:05
SWDEV-2 - Change OpenCL version number from 2596 to 2597.

Affected files ...

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


[ROCm/clr commit: 674711913a]
2018-02-23 03:05:04 -05:00
foreman 6389fa3829 P4 to Git Change 1518106 by johtaylo@johtaylo-jtincrementor2-increment on 2018/02/22 03:00:05
SWDEV-2 - Change OpenCL version number from 2595 to 2596.

Affected files ...

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


[ROCm/clr commit: 7b2c30bd6d]
2018-02-22 03:06:47 -05:00
foreman a9e75064ed P4 to Git Change 1517959 by gandryey@gera-lnx-rcf on 2018/02/21 17:24:16
SWDEV-79445 - Add RGP trace capture capability into runtime.
	- Initial implementation
	- PAL_RGP_DISP_COUNT controls the number of captured dispatches(default 10).
	- RD panel and service are required in order to capture the traces and RD Profiler for viewing and SQTT exports

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/build/Makefile.pal#17 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldefs.hpp#31 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#72 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.hpp#23 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palgpuopen.cpp#1 add
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palgpuopen.hpp#1 add
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#43 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.hpp#15 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#73 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.hpp#41 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#283 edit


[ROCm/clr commit: dfb5e1b844]
2018-02-21 17:35:38 -05:00
foreman 63e460b3bf P4 to Git Change 1517701 by johtaylo@johtaylo-jtincrementor2-increment on 2018/02/21 03:00:05
SWDEV-2 - Change OpenCL version number from 2594 to 2595.

Affected files ...

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


[ROCm/clr commit: a6603eb87c]
2018-02-21 03:07:34 -05:00
foreman 59d8f7788f P4 to Git Change 1517333 by johtaylo@johtaylo-jtincrementor2-increment on 2018/02/20 03:08:24
SWDEV-2 - Change OpenCL version number from 2593 to 2594.

Affected files ...

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


[ROCm/clr commit: 66208072a3]
2018-02-20 03:21:07 -05:00
foreman 5d22988bc0 P4 to Git Change 1516688 by johtaylo@johtaylo-jtincrementor2-increment on 2018/02/16 03:00:05
SWDEV-2 - Change OpenCL version number from 2592 to 2593.

Affected files ...

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


[ROCm/clr commit: ccb104e56b]
2018-02-16 03:29:48 -05:00
foreman 04ebcf32bf P4 to Git Change 1516338 by johtaylo@johtaylo-jtincrementor2-increment on 2018/02/15 03:00:05
SWDEV-2 - Change OpenCL version number from 2591 to 2592.

Affected files ...

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


[ROCm/clr commit: 890b5a78cc]
2018-02-15 03:05:33 -05:00
foreman 38dc95449b P4 to Git Change 1515945 by johtaylo@johtaylo-jtincrementor2-increment on 2018/02/14 03:00:25
SWDEV-2 - Change OpenCL version number from 2590 to 2591.

Affected files ...

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


[ROCm/clr commit: 45f6857022]
2018-02-14 03:04:53 -05:00
foreman e7a7c639f0 P4 to Git Change 1515489 by johtaylo@johtaylo-jtincrementor2-increment on 2018/02/13 03:00:32
SWDEV-2 - Change OpenCL version number from 2589 to 2590.

Affected files ...

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


[ROCm/clr commit: 8548f9262e]
2018-02-13 03:12:17 -05:00
foreman a0fa4d2b5e P4 to Git Change 1514800 by johtaylo@johtaylo-jtincrementor2-increment on 2018/02/10 03:00:04
SWDEV-2 - Change OpenCL version number from 2588 to 2589.

Affected files ...

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


[ROCm/clr commit: 94025b9c3b]
2018-02-10 03:18:46 -05:00
foreman 9c3083e406 P4 to Git Change 1514319 by johtaylo@johtaylo-jtincrementor2-increment on 2018/02/09 03:00:05
SWDEV-2 - Change OpenCL version number from 2587 to 2588.

Affected files ...

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


[ROCm/clr commit: 6aec0a3b37]
2018-02-09 03:08:55 -05:00
foreman 91da571c79 P4 to Git Change 1513807 by johtaylo@johtaylo-jtincrementor2-increment on 2018/02/08 03:00:44
SWDEV-2 - Change OpenCL version number from 2586 to 2587.

Affected files ...

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


[ROCm/clr commit: 1c58eed229]
2018-02-08 03:11:33 -05:00
foreman 92a659919c P4 to Git Change 1513246 by johtaylo@johtaylo-jtincrementor2-increment on 2018/02/07 03:00:04
SWDEV-2 - Change OpenCL version number from 2585 to 2586.

Affected files ...

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


[ROCm/clr commit: 42a53ca7c2]
2018-02-07 03:27:34 -05:00
foreman 4c38379289 P4 to Git Change 1511846 by johtaylo@johtaylo-jtincrementor2-increment on 2018/02/04 03:00:05
SWDEV-2 - Change OpenCL version number from 2584 to 2585.

Affected files ...

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


[ROCm/clr commit: e07fd7fc7a]
2018-02-05 10:48:23 -05:00
foreman f31d41480d P4 to Git Change 1510826 by johtaylo@johtaylo-jtincrementor2-increment on 2018/02/01 03:00:05
SWDEV-2 - Change OpenCL version number from 2583 to 2584.

Affected files ...

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


[ROCm/clr commit: 8b14ef24c5]
2018-02-01 03:09:02 -05:00
foreman 61672c8a91 P4 to Git Change 1510302 by johtaylo@johtaylo-jtincrementor2-increment on 2018/01/31 03:00:05
SWDEV-2 - Change OpenCL version number from 2582 to 2583.

Affected files ...

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


[ROCm/clr commit: 9bc6d88733]
2018-01-31 03:09:02 -05:00
foreman 624f058edf P4 to Git Change 1509763 by johtaylo@johtaylo-jtincrementor2-increment on 2018/01/30 03:00:06
SWDEV-2 - Change OpenCL version number from 2581 to 2582.

Affected files ...

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


[ROCm/clr commit: a7ca88a40e]
2018-01-30 03:10:39 -05:00
foreman 08c025c9dc P4 to Git Change 1508957 by johtaylo@johtaylo-jtincrementor2-increment on 2018/01/27 03:00:06
SWDEV-2 - Change OpenCL version number from 2580 to 2581.

Affected files ...

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


[ROCm/clr commit: c5b4ea25c5]
2018-01-27 03:14:25 -05:00
foreman b43379aa48 P4 to Git Change 1508389 by johtaylo@johtaylo-jtincrementor2-increment on 2018/01/26 03:00:05
SWDEV-2 - Change OpenCL version number from 2579 to 2580.

Affected files ...

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


[ROCm/clr commit: 0d9cdd5b8f]
2018-01-26 03:07:26 -05:00
foreman 002d917f7f P4 to Git Change 1507743 by johtaylo@johtaylo-jtincrementor2-increment on 2018/01/25 03:01:01
SWDEV-2 - Change OpenCL version number from 2578 to 2579.

Affected files ...

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


[ROCm/clr commit: a5c369a33a]
2018-01-25 03:12:40 -05:00
foreman 7ad3f946b6 P4 to Git Change 1507569 by gandryey@gera-w8 on 2018/01/24 17:56:10
SWDEV-142271 - Performance drop is observed in Ocean Surface Simulation of Compubenchcl in 17.50 when compared to 17.Q4.1
	- Rewrite the adaptive mode for waveliimiter. Make sure the performance feedback corresponds to the right wave count. Add the new sampling logic to find the best number, based on average performance.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#295 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuwavelimiter.cpp#14 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuwavelimiter.hpp#10 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.hpp#15 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#71 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.hpp#39 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palwavelimiter.cpp#4 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palwavelimiter.hpp#5 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/command.cpp#80 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/command.hpp#88 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#282 edit


[ROCm/clr commit: 1e90e581d6]
2018-01-24 18:07:37 -05:00
foreman 83645e522a P4 to Git Change 1507110 by johtaylo@johtaylo-jtincrementor2-increment on 2018/01/24 03:00:06
SWDEV-2 - Change OpenCL version number from 2577 to 2578.

Affected files ...

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


[ROCm/clr commit: 111c3fc45c]
2018-01-24 03:30:31 -05:00
foreman ebe403ff80 P4 to Git Change 1506555 by johtaylo@johtaylo-jtincrementor2-increment on 2018/01/23 03:00:04
SWDEV-2 - Change OpenCL version number from 2576 to 2577.

Affected files ...

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


[ROCm/clr commit: 52ed335dc9]
2018-01-23 03:11:36 -05:00
foreman e2d58f1a9f P4 to Git Change 1506119 by johtaylo@johtaylo-jtincrementor2-increment on 2018/01/22 03:00:05
SWDEV-2 - Change OpenCL version number from 2575 to 2576.

Affected files ...

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


[ROCm/clr commit: 998af283f2]
2018-01-22 03:08:51 -05:00
foreman d138537be9 P4 to Git Change 1505949 by johtaylo@johtaylo-jtincrementor2-increment on 2018/01/20 03:00:04
SWDEV-2 - Change OpenCL version number from 2574 to 2575.

Affected files ...

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


[ROCm/clr commit: 567b0849d8]
2018-01-20 03:15:05 -05:00