foreman
bb8e21d5b2
P4 to Git Change 1613229 by wchau@wchau_OCL_cmake on 2018/10/01 15:12:47
...
SWDEV-165756 - [ROCm] Backport cmake back into perforce to resolve cmake build broken issue
- Back out changelist 1613181 as it causes TC build failures
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/CMakeLists.txt#16 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/libUtils.cpp#33 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/libUtils.h#33 edit
... //depot/stg/opencl/drivers/opencl/runtime/CMakeLists.txt#12 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/CMakeLists.txt#14 edit
[ROCm/clr commit: 77da86d984 ]
2018-10-01 15:35:29 -04:00
foreman
b3bc505946
P4 to Git Change 1613181 by wchau@wchau_OCL_cmake on 2018/10/01 14:34:03
...
SWDEV-165756 - [ROCm] Backport cmake back into perforce to resolve cmake build broken issue
- porting CMAKE changes in http://git.amd.com:8080/#/c/173995/
- add new source file names in runtime/CMakeLists.txt
-- required additional changes of CMAKE files from Konstantin to build the current OCL driver using CMAKE
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/CMakeLists.txt#15 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/libUtils.cpp#32 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/libUtils.h#32 edit
... //depot/stg/opencl/drivers/opencl/runtime/CMakeLists.txt#11 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/CMakeLists.txt#13 edit
[ROCm/clr commit: 0d5e7c39e2 ]
2018-10-01 15:09:26 -04:00
foreman
7b1df3bf4d
P4 to Git Change 1613081 by gandryey@gera-w8 on 2018/10/01 12:28:29
...
SWDEV-79445 - OCL generic changes and code clean-up
- Fix ROCr LC compilation. Remove the binary look-up from the cl object, since it's passed in the method arguments.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#92 edit
[ROCm/clr commit: bc6be55a52 ]
2018-10-01 12:53:06 -04:00
foreman
15b91585bf
P4 to Git Change 1612870 by chui@ocl-promo-incrementor on 2018/10/01 02:56:59
...
SWDEV-2 - Change OpenCL version number from 2749 to 2750.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2497 edit
[ROCm/clr commit: a0cca87796 ]
2018-10-01 03:09:14 -04:00
foreman
be9cd8babf
P4 to Git Change 1612615 by chui@ocl-promo-incrementor on 2018/09/29 02:56:50
...
SWDEV-2 - Change OpenCL version number from 2748 to 2749.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2496 edit
[ROCm/clr commit: 188ca44f92 ]
2018-09-29 03:16:50 -04:00
foreman
f6674b6eea
P4 to Git Change 1611962 by chui@ocl-promo-incrementor on 2018/09/28 02:56:52
...
SWDEV-2 - Change OpenCL version number from 2747 to 2748.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2495 edit
[ROCm/clr commit: 85caa94351 ]
2018-09-28 03:11:50 -04:00
foreman
dc9db4eb3e
P4 to Git Change 1611775 by gandryey@gera-ocl-lc on 2018/09/27 18:02:54
...
SWDEV-79445 - OCL generic changes and code clean-up
Program compilation clean-up. Step#6:
- Move the second linkImpl() method to the abstraciton layer
- Create the new setKernel virtual interface for the backend specific setup
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#320 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#8 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.hpp#6 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldefs.hpp#41 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#79 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.hpp#35 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#57 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#91 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.hpp#40 edit
[ROCm/clr commit: 8bbcc1c38a ]
2018-09-27 18:15:24 -04:00
foreman
c4c871ba6c
P4 to Git Change 1611614 by wchau@wchau_OCL_boltzmann on 2018/09/27 12:54:16
...
SWDEV-164014 - OCLPerfCounters results in "LLVM ERROR: out of memory"
- use generic hsa_ven_amd_aqlprofile_pfn_t to point to extension function table
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/roccounters.hpp#3 edit
[ROCm/clr commit: 5616270bbd ]
2018-09-27 13:15:51 -04:00
foreman
ef66c429a4
P4 to Git Change 1611613 by gandryey@gera-w8 on 2018/09/27 12:54:08
...
SWDEV-79445 - OCL generic changes and code clean-up
Program compilation clean-up. Step#5:
- Move the first linkImpl() method to the abstraciton layer. Utilize the new method in GPU/PAL/ROCr backends
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#7 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.hpp#5 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuprogram.cpp#244 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuprogram.hpp#77 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#78 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.hpp#34 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#90 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.hpp#39 edit
[ROCm/clr commit: e428107060 ]
2018-09-27 13:10:59 -04:00
foreman
58b8d2fc4b
P4 to Git Change 1611372 by chui@ocl-promo-incrementor on 2018/09/27 02:56:48
...
SWDEV-2 - Change OpenCL version number from 2746 to 2747.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2494 edit
[ROCm/clr commit: aa557b6fdc ]
2018-09-27 03:07:08 -04:00
foreman
7edb3642a2
P4 to Git Change 1611191 by wchau@wchau_OCL_boltzmann on 2018/09/26 17:00:31
...
SWDEV-164014 - OCLPerfCounters results in "LLVM ERROR: out of memory"
- replace deprecated 'hsa_system_get_extension_table()' call with 'hsa_system_get_major_extension_table() with table size of “hsa_ven_amd_aqlprofile_1_00_pfn_t”
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/roccounters.hpp#2 edit
[ROCm/clr commit: b1eed992e1 ]
2018-09-26 17:14:11 -04:00
foreman
dfe67fa6da
P4 to Git Change 1611180 by gandryey@gera-ocl-lc on 2018/09/26 16:54:02
...
SWDEV-79445 - OCL generic changes and code clean-up
- Fix Ellesmere compilation with LC path. Switch to multiple device info fields to support LC and HSAIL at the same time
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldefs.hpp#40 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#110 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#77 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.hpp#33 edit
[ROCm/clr commit: 42e7f37f69 ]
2018-09-26 17:10:57 -04:00
foreman
ac219d7500
P4 to Git Change 1610802 by chui@ocl-promo-incrementor on 2018/09/26 02:57:16
...
SWDEV-2 - Change OpenCL version number from 2745 to 2746.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2493 edit
[ROCm/clr commit: e17b448874 ]
2018-09-26 03:05:06 -04:00
foreman
e2a6a8e8ba
P4 to Git Change 1610640 by gandryey@gera-w8 on 2018/09/25 17:34:09
...
SWDEV-79445 - OCL generic changes and code clean-up
Program compilation clean-up. Step#4:
- Add common method FindGlobalVarSize() and metadata setup to the abstraction layer
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#6 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.hpp#4 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#76 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.hpp#32 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#89 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.hpp#38 edit
[ROCm/clr commit: 40bfc4cf20 ]
2018-09-25 17:47:26 -04:00
foreman
17234d5abb
P4 to Git Change 1610625 by gandryey@gera-w8 on 2018/09/25 17:00:40
...
SWDEV-79445 - OCL generic changes and code clean-up
- Fix RGP capture. Add the engine mask.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palgpuopen.cpp#7 edit
[ROCm/clr commit: f24fdb6d53 ]
2018-09-25 17:14:51 -04:00
foreman
addd208e25
P4 to Git Change 1610376 by gandryey@gera-w8 on 2018/09/25 11:50:37
...
SWDEV-79445 - OCL generic changes and code clean-up
- Fix HIP failures
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#5 edit
[ROCm/clr commit: 90339a205f ]
2018-09-25 12:03:21 -04:00
foreman
7cf7b1d6eb
P4 to Git Change 1610362 by gandryey@gera-w8 on 2018/09/25 11:39:08
...
SWDEV-79445 - OCL generic changes and code clean-up
- Attempt to fix HIP failures with VDI/ROCm
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#4 edit
[ROCm/clr commit: dfe166ffc1 ]
2018-09-25 11:48:56 -04:00
foreman
68a8442e48
P4 to Git Change 1610187 by chui@ocl-promo-incrementor on 2018/09/25 02:56:08
...
SWDEV-2 - Change OpenCL version number from 2744 to 2745.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2492 edit
[ROCm/clr commit: 6b4875aad1 ]
2018-09-25 03:13:52 -04:00
foreman
0821f2167f
P4 to Git Change 1610043 by gandryey@gera-w8 on 2018/09/24 18:08:36
...
SWDEV-79445 - OCL generic changes and code clean-up
Program compilation clean-up. Step#3:
- Move getCompilationStagesFromBinary and getNextCompilationStageFromBinary to the abstraction layer.
- Share the same functionality across GSL, PAL and ROCr backends
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#3 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.hpp#3 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuprogram.cpp#243 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuprogram.hpp#76 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldefs.hpp#39 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#75 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.hpp#31 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#88 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.hpp#37 edit
[ROCm/clr commit: dee2f4bd71 ]
2018-09-24 18:21:56 -04:00
foreman
e6bd08e537
P4 to Git Change 1609737 by chui@ocl-promo-incrementor on 2018/09/24 02:56:48
...
SWDEV-2 - Change OpenCL version number from 2743 to 2744.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2491 edit
[ROCm/clr commit: 3f52205ed1 ]
2018-09-24 03:05:55 -04:00
foreman
10daea455a
P4 to Git Change 1609674 by chui@ocl-promo-incrementor on 2018/09/22 02:56:48
...
SWDEV-2 - Change OpenCL version number from 2742 to 2743.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2490 edit
[ROCm/clr commit: 0485435543 ]
2018-09-22 03:08:01 -04:00
foreman
7d875491ac
P4 to Git Change 1609107 by chui@ocl-promo-incrementor on 2018/09/21 02:56:52
...
SWDEV-2 - Change OpenCL version number from 2741 to 2742.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2489 edit
[ROCm/clr commit: 5f85745b21 ]
2018-09-21 03:07:49 -04:00
foreman
c5b9715a6b
P4 to Git Change 1608975 by gandryey@gera-w8 on 2018/09/20 18:14:01
...
SWDEV-79445 - OCL generic changes and code clean-up
Program compilation clean-up. Follwoing CL#1608319:
- Switch HSAIL GSL path to the common compilation method
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpucompiler.cpp#160 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.hpp#168 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpukernel.cpp#332 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuprogram.cpp#242 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuprogram.hpp#75 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#74 edit
[ROCm/clr commit: dbe7f3201d ]
2018-09-20 18:26:16 -04:00
foreman
d98750b0bb
P4 to Git Change 1608510 by chui@ocl-promo-incrementor on 2018/09/20 02:56:50
...
SWDEV-2 - Change OpenCL version number from 2740 to 2741.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2488 edit
[ROCm/clr commit: c48abf1c3d ]
2018-09-20 03:08:58 -04:00
foreman
ca5028dfd4
P4 to Git Change 1608381 by skudchad@skudchad-lnx on 2018/09/19 19:40:29
...
SWDEV-145570 - [HIP] - Fix HIP build break caused by CL#1608319
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/platform/memory.hpp#107 edit
[ROCm/clr commit: 6313e9af46 ]
2018-09-19 19:49:37 -04:00
foreman
1238139fab
P4 to Git Change 1608319 by gandryey@gera-lnx-rcf-lc on 2018/09/19 16:55:11
...
SWDEV-79445 - OCL generic changes and code clean-up
Program compilation clean-up. Step#2:
- Combine PAL and ROCr implementations of compilation under common methods in device::Program for HSAIL and LC.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#319 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#2 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.hpp#2 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuprogram.hpp#74 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palcompiler.cpp#26 delete
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.hpp#34 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#73 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.hpp#30 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/roccompiler.cpp#46 delete
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.hpp#31 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#87 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.hpp#36 edit
[ROCm/clr commit: e132af9cad ]
2018-09-19 17:06:20 -04:00
foreman
1c65ce687b
P4 to Git Change 1607909 by chui@ocl-promo-incrementor on 2018/09/19 02:56:57
...
SWDEV-2 - Change OpenCL version number from 2739 to 2740.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2487 edit
[ROCm/clr commit: 8f2b512149 ]
2018-09-19 03:10:10 -04:00
foreman
bc0ac6bd43
P4 to Git Change 1607675 by gandryey@gera-w8 on 2018/09/18 18:42:34
...
SWDEV-79445 - OCL generic changes and code clean-up
Program compilation clean-up. Step#1:
- Move device::Program implementation into a separate file
- Combine the common fields accros all 3 layers into the abstract device::Program
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/device.cpp#230 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#318 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#1 add
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.hpp#1 add
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpucompiler.cpp#159 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuprogram.cpp#241 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuprogram.hpp#73 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#72 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.hpp#29 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#125 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#86 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.hpp#35 edit
[ROCm/clr commit: 0253c1afb3 ]
2018-09-18 18:53:08 -04:00
foreman
c1913716c2
P4 to Git Change 1607596 by jatang@jatang_win_pal_lc on 2018/09/18 16:37:51
...
SWDEV-126897 - Remove calling setDynamicParallelFlag() from submitKernelInternal() in LC/ROCm path.
For LC, setDynamicParallelFlag() is now called at Kernel::InitParameters().
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#69 edit
[ROCm/clr commit: f8e1706822 ]
2018-09-18 16:47:41 -04:00
foreman
ebe30e5da9
P4 to Git Change 1607329 by jatang@jatang_win_pal_lc on 2018/09/18 10:34:41
...
SWDEV-148809 - Device Enqueue on LC/PAL.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/devkernel.cpp#7 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#109 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#66 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#71 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.hpp#28 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#124 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.hpp#55 edit
[ROCm/clr commit: 41facdb089 ]
2018-09-18 10:42:05 -04:00
foreman
4b9a58b312
P4 to Git Change 1607178 by chui@ocl-promo-incrementor on 2018/09/18 02:56:46
...
SWDEV-2 - Change OpenCL version number from 2738 to 2739.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2486 edit
[ROCm/clr commit: d635cbae60 ]
2018-09-18 03:03:50 -04:00
foreman
d1615cbf7c
P4 to Git Change 1606362 by chui@ocl-promo-incrementor on 2018/09/15 02:56:56
...
SWDEV-2 - Change OpenCL version number from 2737 to 2738.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2485 edit
[ROCm/clr commit: 2b8ba532ab ]
2018-09-15 23:36:22 -04:00
foreman
17cc92351d
P4 to Git Change 1605815 by chui@ocl-promo-incrementor on 2018/09/14 02:57:08
...
SWDEV-2 - Change OpenCL version number from 2736 to 2737.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2484 edit
[ROCm/clr commit: 569e1241dd ]
2018-09-14 03:09:04 -04:00
foreman
62f0035220
P4 to Git Change 1605680 by gandryey@gera-ocl-lc on 2018/09/13 19:07:27
...
SWDEV-79445 - OCL generic changes and code clean-up
- Fix test_basic progvar_prog_scope_uninit with LC. Detect global variables usage in the program and add the code object allocation to the memory dependency tracking
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#70 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.hpp#27 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#123 edit
[ROCm/clr commit: 45fb4ac8f6 ]
2018-09-13 19:25:30 -04:00
foreman
320bfd429b
P4 to Git Change 1605385 by gandryey@gera-w8 on 2018/09/13 11:53:28
...
SWDEV-79445 - OCL generic changes and code clean-up
- Don't call backing store destruction if segment wasn't created at all. It could occur during library link.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.hpp#26 edit
[ROCm/clr commit: 55cf1727b2 ]
2018-09-13 12:03:30 -04:00
foreman
d220b29d2a
P4 to Git Change 1605199 by chui@ocl-promo-incrementor on 2018/09/13 02:56:43
...
SWDEV-2 - Change OpenCL version number from 2735 to 2736.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2483 edit
[ROCm/clr commit: d6baba4262 ]
2018-09-13 03:08:35 -04:00
foreman
9cd6136461
P4 to Git Change 1605085 by skudchad@skudchad_test2_win_opencl on 2018/09/12 17:44:09
...
SWDEV-145570 - [HIP] - Enable largest possible allocation on HIP
ReviewBoardURL = http://ocltc.amd.com/reviews/r/15803/diff/
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#56 edit
[ROCm/clr commit: c35c82f394 ]
2018-09-12 17:55:29 -04:00
foreman
22923e9bdd
P4 to Git Change 1604592 by chui@ocl-promo-incrementor on 2018/09/12 02:55:57
...
SWDEV-2 - Change OpenCL version number from 2734 to 2735.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2482 edit
[ROCm/clr commit: 3f18c0691a ]
2018-09-12 03:11:49 -04:00
foreman
42a04159d8
P4 to Git Change 1604468 by skudchad@skudchad_test2_win_opencl on 2018/09/11 18:28:45
...
SWDEV-145570 - [HIP] - Assert functionality for error != hipSuccess with LOG_LEVEL=3
ReviewBoardURL = http://ocltc.amd.com/reviews/r/15793/diff/
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_internal.hpp#18 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/debug.hpp#8 edit
[ROCm/clr commit: 832753f4d3 ]
2018-09-11 18:34:50 -04:00
foreman
a2af1d68ae
P4 to Git Change 1604422 by gandryey@gera-ocl-lc on 2018/09/11 16:51:04
...
SWDEV-79445 - OCL generic changes and code clean-up
- Don't call backing store destruction for Null programs
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.hpp#25 edit
[ROCm/clr commit: 9bb9312630 ]
2018-09-11 17:08:39 -04:00
foreman
b7ec7ccfb7
P4 to Git Change 1604296 by jatang@jatang-opencl-hsa-stg5 on 2018/09/11 14:13:12
...
SWDEV-126897 - Fix a regression of Device Enqueue in LC path.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/devkernel.cpp#6 edit
[ROCm/clr commit: e615155636 ]
2018-09-11 14:37:55 -04:00
foreman
3f05dba83f
P4 to Git Change 1603998 by eboumaou@eboumaou_ugl_stg on 2018/09/11 03:45:45
...
SWDEV-164509 - [Dassault][Catia] Adding 8-bits internal format support for sL8 format in OpenGL
For glTextureView support, GL_LUMINANCE8 internal format needs to return 8_BITS view compatibility class.
Add 3 new surface formats, CM_SURF_FMT_L8_SRGB, CM_SURF_FMT_R8_SRGB and CM_SURF_FMT_RG8_SRGB. For the moment, only L8_SRGB is supported by GLL.
Keep L8_X24_SRGB format because of side effects, especially outside the GL driver (CAL)
ReviewBoardURL = http://ocltc.amd.com/reviews/r/15757/diff/
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDeviceGL.cpp#32 edit
[ROCm/clr commit: 8914124cc8 ]
2018-09-11 03:58:48 -04:00
foreman
a34d7108ae
P4 to Git Change 1603981 by chui@ocl-promo-incrementor on 2018/09/11 02:56:14
...
SWDEV-2 - Change OpenCL version number from 2733 to 2734.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2481 edit
[ROCm/clr commit: eb9e563d7b ]
2018-09-11 03:08:37 -04:00
foreman
9e9f191c98
P4 to Git Change 1603686 by lmoriche@lmoriche_opencl_dev2 on 2018/09/10 14:36:15
...
SWDEV-1 - Cleanups required to build with gcc-5.4
- Fix the Windows build
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprintf.cpp#12 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprintf.hpp#5 edit
[ROCm/clr commit: bda4d20a58 ]
2018-09-10 15:02:41 -04:00
foreman
73b444c681
P4 to Git Change 1603633 by lmoriche@lmoriche_opencl_dev2 on 2018/09/10 13:24:30
...
SWDEV-1 - Cleanups required to build with gcc-5.4
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprintf.cpp#11 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/roccompiler.cpp#45 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#100 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#85 edit
... //depot/stg/opencl/drivers/opencl/support/libcxx/build/Makefile.libcxx#7 edit
[ROCm/clr commit: fea536eea4 ]
2018-09-10 13:33:24 -04:00
foreman
08dd8e0f64
P4 to Git Change 1603601 by jatang@jatang-opencl-hsa-stg5 on 2018/09/10 11:55:05
...
SWDEV-126897 - Fix segfault in HSAIL/ROCm path.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#68 edit
[ROCm/clr commit: 03e6266c64 ]
2018-09-10 12:09:51 -04:00
foreman
bae6f34b08
P4 to Git Change 1603595 by gandryey@gera-ocl-lc on 2018/09/10 11:45:44
...
SWDEV-79445 - OCL generic changes and code clean-up
- Make a fallback to system memory without device access if USWC allocation failed
- Destroy the backing store after the load of all kernels
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#65 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.hpp#24 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#69 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.hpp#24 edit
[ROCm/clr commit: 8e02d82368 ]
2018-09-10 11:57:07 -04:00
foreman
c28557fff4
P4 to Git Change 1602799 by chui@ocl-promo-incrementor on 2018/09/07 02:56:24
...
SWDEV-2 - Change OpenCL version number from 2732 to 2733.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2480 edit
[ROCm/clr commit: 75aabd3934 ]
2018-09-07 03:11:16 -04:00
foreman
18b7db12c5
P4 to Git Change 1602680 by cpaquot@cpaquot-ocl-lc-lnx on 2018/09/06 17:59:01
...
SWDEV-145570 - [HIP] Bump max command queues to 300 for HIP.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#298 edit
[ROCm/clr commit: 4f3b907029 ]
2018-09-06 18:14:28 -04:00
foreman
787fdc49a3
P4 to Git Change 1602604 by gandryey@gera-ocl-lc on 2018/09/06 15:25:43
...
SWDEV-79445 - OCL generic changes and code clean-up
- Combine opencl compiler options under a single function.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/device.cpp#229 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#317 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.hpp#102 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palcompiler.cpp#25 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#68 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.hpp#23 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#55 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.hpp#19 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/roccompiler.cpp#44 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#84 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.hpp#34 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocsettings.hpp#17 edit
[ROCm/clr commit: 1d5f2b6dac ]
2018-09-06 15:37:37 -04:00