2ae953a4bc328b6eabd3bd91307778da98bdcdfb
1118 Commity
| Autor | SHA1 | Wiadomość | Data | |
|---|---|---|---|---|
|
|
75b68a5dac |
P4 to Git Change 1571962 by skeely@skeely_HSA_linux on 2018/06/22 17:51:21
SWDEV-157321 - Mesa interop interface update. Interop in/out structs and header updated to match version at git://anongit.freedesktop.org/mesa/mesa Mostly minor changes, cleans up include structure avoiding GLX on Windows. Larger change is version tracking (now by numbers rather than struct size), added a field to mesa_glinterop_export_out giving the size of data written to out_driver_data, and corrected spelling of mesa_glinterop_export_out::internal_format. Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/mesa_glinterop.h#5 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#90 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocglinterop.cpp#6 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocglinterop.hpp#6 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocmemory.cpp#36 edit |
||
|
|
64fd3e50a0 |
P4 to Git Change 1570202 by gandryey@gera-w8 on 2018/06/19 13:58:38
SWDEV-155436 - Write dispatch dimensions to COMPUTE registers for OpenCL support for RGP - Add the dispatch dimensions to the RGP trace Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palgpuopen.cpp#2 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palgpuopen.hpp#2 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#111 edit ... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#290 edit |
||
|
|
8d82c5e97b |
P4 to Git Change 1570053 by jatang@jatang-opencl-hsa-stg5 on 2018/06/19 09:47:32
SWDEV-155306 - Restore ClockMode when the last queue is destroyed. Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#110 edit |
||
|
|
1e1aa59aed |
P4 to Git Change 1569647 by gandryey@gera-lnx-rcf-lc on 2018/06/18 14:04:00
SWDEV-79445 - OCL generic changes and code clean-up -Following CL#1568521. Correct LDS size look-up. Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#57 edit |
||
|
|
f6d8feabeb |
P4 to Git Change 1568521 by gandryey@gera-w8 on 2018/06/14 17:43:52
SWDEV-79445 - OCL generic changes and code clean-up - Change LDS setup to account the size, since LC forces 4 bytes for LDS offsets always http://ocltc.amd.com/reviews/r/15197/ Affected files ... ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_execute.cpp#28 edit ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_program.cpp#49 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpublit.cpp#130 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpukernel.cpp#327 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palblit.cpp#25 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#56 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#109 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocblit.hpp#11 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rockernel.cpp#38 edit ... //depot/stg/opencl/drivers/opencl/runtime/platform/command.cpp#88 edit ... //depot/stg/opencl/drivers/opencl/runtime/platform/kernel.cpp#34 edit ... //depot/stg/opencl/drivers/opencl/runtime/platform/kernel.hpp#25 edit |
||
|
|
c149902a4d |
P4 to Git Change 1568474 by asalmanp@asalmanp-ocl-stg on 2018/06/14 16:29:06
SWDEV-132899 - [OCL][GFX10] OCLGLDepthTex[0] and OCLGLDepthTex[4] subtests of OCLTST/OCLGL are failing on gfx10 Emulator extending the Depth24_Stencil8 workaround for gfx10 based on gfx10 Image SRDs ReviewBoardURL = http://ocltc.amd.com/reviews/r/15194/ Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.cpp#67 edit |
||
|
|
b7b121fa27 |
P4 to Git Change 1567935 by gandryey@gera-w8 on 2018/06/13 16:49:10
SWDEV-79445 - OCL generic changes and code clean-up - Remove array of hidden parameters. Hidden parameters will be placed together with OCL kernel arguments. http://ocltc.amd.com/reviews/r/15178/ Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/device.cpp#222 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#308 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpukernel.cpp#326 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#55 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rockernel.cpp#37 edit ... //depot/stg/opencl/drivers/opencl/runtime/platform/kernel.cpp#33 edit |
||
|
|
1eb9ba3640 |
P4 to Git Change 1567812 by jatang@jatang-opencl-hsa-stg4 on 2018/06/13 12:23:13
SWDEV-126897 - Change OCL version in ROCm/LC path back to 1.2. Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#89 edit |
||
|
|
ec029f4a40 |
P4 to Git Change 1567789 by gandryey@gera-w8 on 2018/06/13 11:45:56
SWDEV-79445 - OCL generic changes and code clean-up Following CL#1567428. Fix "pass by reference" logic: - Make sure we add the offset to the struct location - Adjust assert condition Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#54 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#108 edit ... //depot/stg/opencl/drivers/opencl/runtime/platform/kernel.cpp#31 edit |
||
|
|
1f1b062117 |
P4 to Git Change 1567767 by jatang@jatang_rocm_lc2 on 2018/06/13 11:06:09
SWDEV-126897 - Support OpenCL Device Enqueue on ROCm. Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocblit.cpp#24 edit |
||
|
|
1be400ff01 |
P4 to Git Change 1567428 by gandryey@gera-w8 on 2018/06/12 18:39:23
SWDEV-79445 - OCL generic changes and code clean-up - Optimize setup of kernel arguments. Stage 2. - Add HW ABI support in the abstraction layer - Remove arguments parsing loop from the kernel launch. Memory processing will be responsible for dependency tracking and patching of arguments. http://ocltc.amd.com/reviews/r/15122/ Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/device.cpp#221 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#307 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpukernel.cpp#325 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palblit.cpp#24 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#53 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.hpp#17 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palmemory.hpp#9 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#107 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.hpp#53 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rockernel.cpp#36 edit ... //depot/stg/opencl/drivers/opencl/runtime/platform/kernel.cpp#30 edit ... //depot/stg/opencl/drivers/opencl/runtime/platform/kernel.hpp#23 edit ... //depot/stg/opencl/drivers/opencl/runtime/platform/program.cpp#95 edit |
||
|
|
6321912698 |
P4 to Git Change 1567349 by jatang@jatang_rocm_lc2 on 2018/06/12 16:09:03
SWDEV-126897 - Support OpenCL Device Enqueue on ROCm. Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocblit.cpp#23 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocblit.hpp#10 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdefs.hpp#17 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#88 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rockernel.cpp#35 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rockernel.hpp#22 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.hpp#32 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocsched.hpp#1 add ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocschedcl.cpp#1 add ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocsettings.cpp#33 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocsettings.hpp#13 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#56 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.hpp#16 edit |
||
|
|
aa7316a8eb |
P4 to Git Change 1564341 by gandryey@gera-w8 on 2018/06/05 16:37:09
SWDEV-79445 - OCL generic changes and code clean-up - Follwoing CL#1564298. Delete the old array Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.cpp#421 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#106 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#55 edit |
||
|
|
1130565901 |
P4 to Git Change 1564298 by gandryey@gera-w8 on 2018/06/05 15:43:17
SWDEV-79445 - OCL generic changes and code clean-up - Add reallocation logic for memory dependency. SVM path can send the amount of SVM ptrs over the max size of arguments Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.cpp#420 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#105 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#54 edit |
||
|
|
4214c42b59 |
P4 to Git Change 1562960 by skudchad@skudchad_test2_win_opencl on 2018/06/01 14:46:26
SWDEV-145570 - [HIP] - Rename SVManager to be more genric. The same functionality can be used for HIP without needing additonal map ReviewBoardURL = http://ocltc.amd.com/reviews/r/15054/diff/ Affected files ... ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_memobj.cpp#83 edit ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_svm.cpp#27 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/device.cpp#220 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#306 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#591 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.cpp#419 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#92 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#104 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#87 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#53 edit ... //depot/stg/opencl/drivers/opencl/runtime/platform/kernel.cpp#29 edit |
||
|
|
97223251ca |
P4 to Git Change 1562330 by gandryey@gera-w8 on 2018/05/31 14:48:10
SWDEV-79445 - OCL generic changes and code clean-up - Restore reatain/release methods in the device object, removed in CL#1398097. There is a crash in the old SHOC11_DeviceMemory test on TC. Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#305 edit |
||
|
|
d703ef373a |
P4 to Git Change 1561847 by gandryey@gera-w8 on 2018/05/30 17:34:28
SWDEV-79445 - OCL generic changes and code clean-up - Replace resize(0) with clear() for std::vector. Clear() should preserve the original memory for data. Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#103 edit |
||
|
|
b8a9cdb20e |
P4 to Git Change 1561794 by gandryey@gera-w8 on 2018/05/30 16:14:30
SWDEV-79445 - OCL generic changes and code clean-up - Move memory sync logic to processMemObjectsHSA() to simplify the arguments setup Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#52 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#102 edit |
||
|
|
818a6d46d2 |
P4 to Git Change 1561359 by todli@todli-win-opencl-kv1 on 2018/05/30 01:19:53
SWDEV-152361 - add memory reference to MainEngine queue before initializing BusAddressable memory http://ocltc.amd.com/reviews/r/14978/ Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#101 edit |
||
|
|
12315470b7 |
P4 to Git Change 1561216 by gandryey@gera-w8 on 2018/05/29 18:05:31
SWDEV-79445 - OCL generic changes and code clean-up - Remove parent_ field from the device object, since it was used for subdevices only. Affected files ... ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_device.cpp#72 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/device.cpp#219 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#304 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#590 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#91 edit ... //depot/stg/opencl/drivers/opencl/runtime/platform/context.cpp#52 edit ... //depot/stg/opencl/drivers/opencl/runtime/platform/program.cpp#94 edit ... //depot/stg/opencl/drivers/opencl/runtime/platform/program.hpp#45 edit |
||
|
|
a36ef232f2 |
P4 to Git Change 1561039 by gandryey@gera-w8 on 2018/05/29 13:29:24
SWDEV-79445 - OCL generic changes and code clean-up - Move modified_ fleld initialization to fix g++ compilation Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldefs.hpp#36 edit |
||
|
|
51a4d1865c |
P4 to Git Change 1561015 by gandryey@gera-w8 on 2018/05/29 13:10:06
SWDEV-79445 - OCL generic changes and code clean-up Optimize memory dependency tracking logic: 1. Add modified_ filed to the event object to track memory writes into device memory. 2. Check memory dependency only if a write operation is currently requested or previously performed. Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldefs.hpp#35 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.cpp#66 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.hpp#24 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#100 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.hpp#52 edit |
||
|
|
4e1c25c90d |
P4 to Git Change 1559770 by gandryey@gera-w8 on 2018/05/25 12:44:43
SWDEV-79445 - OCL generic changes and code clean-up - Switch to USWC memory for command buffers Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#99 edit |
||
|
|
be77b7fac1 |
P4 to Git Change 1559383 by gandryey@gera-w8 on 2018/05/24 18:38:36
SWDEV-79445 - OCL generic changes and code clean-up - Remove memory reallocation interfaces. It was used for AMDIL path with HW constant buffers support. It seems AMDIL with SI+ doesn't enable HW const buffers. Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#303 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#589 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.hpp#166 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpukernel.cpp#324 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpukernel.hpp#129 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpumemory.cpp#132 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpumemory.hpp#52 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#90 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.hpp#29 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#51 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.hpp#16 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palmemory.cpp#21 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palmemory.hpp#8 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.hpp#29 edit ... //depot/stg/opencl/drivers/opencl/runtime/platform/memory.hpp#105 edit |
||
|
|
f095889106 |
P4 to Git Change 1559253 by gandryey@gera-w8 on 2018/05/24 15:44:23
SWDEV-79445 - OCL generic changes and code clean-up - Following CL#1558704. Fix a regression with AMDIL path. Allocate default device sampler Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#588 edit |
||
|
|
bcea58f07f |
P4 to Git Change 1559096 by gandryey@gera-w8 on 2018/05/24 10:34:47
SWDEV-79445 - OCL generic changes and code clean-up - Remove obsolete logic for aliased kernels, since it was a pre-SI optimization Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.cpp#418 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#98 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#52 edit ... //depot/stg/opencl/drivers/opencl/runtime/platform/kernel.cpp#27 edit ... //depot/stg/opencl/drivers/opencl/runtime/platform/kernel.hpp#21 edit ... //depot/stg/opencl/drivers/opencl/runtime/platform/program.cpp#93 edit ... //depot/stg/opencl/drivers/opencl/runtime/platform/program.hpp#44 edit |
||
|
|
2176dc3b19 |
P4 to Git Change 1558704 by gandryey@gera-w8 on 2018/05/23 17:20:01
SWDEV-79445 - OCL generic changes and code clean-up - ABI clean-up. Stage 1: Separate kernel arguments and OCL objects. OCL objects will be passed in the new arrays of mem objects, samplers and device queue objects. The kernel arguments will contain GPU virtual addresses. http://ocltc.amd.com/reviews/r/14881/ Affected files ... ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_program.cpp#48 edit ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_svm.cpp#25 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#302 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpublit.cpp#129 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpukernel.cpp#323 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpukernel.hpp#128 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpumemory.hpp#51 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.cpp#417 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palblit.cpp#23 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#50 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palmemory.hpp#7 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#97 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocblit.cpp#22 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocblit.hpp#9 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.hpp#28 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocmemory.hpp#12 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#51 edit ... //depot/stg/opencl/drivers/opencl/runtime/platform/command.cpp#86 edit ... //depot/stg/opencl/drivers/opencl/runtime/platform/kernel.cpp#26 edit ... //depot/stg/opencl/drivers/opencl/runtime/platform/kernel.hpp#20 edit |
||
|
|
05fc09fe2c |
P4 to Git Change 1558617 by vsytchen@vsytchen-win10 on 2018/05/23 15:39:19
SWDEV-153682 - Report cl_amd_planar_yuv extension in OpenCL 1. Enable cl_amd_planar_yuv extension for mainline. ReviewBoardURL = http://ocltc.amd.com/reviews/r/14948/diff/ Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#301 edit |
||
|
|
4bff7e6b91 |
P4 to Git Change 1558428 by vsytchen@vsytchen-win10 on 2018/05/23 10:55:37
SWDEV-153051 - Maya 2018 unable to load OpenCL device on Vega 10 Lnx-Pro 1. Enable SVM on Lnx-Pro Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#89 edit |
||
|
|
f17ee3da60 |
P4 to Git Change 1557880 by vsytchen@vsytchen-win10 on 2018/05/22 14:37:35
SWDEV-153682 - Report cl_amd_planar_yuv extension in OpenCL ReviewBoardURL = http://ocltc.amd.com/reviews/r/14917/diff/ Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#300 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#360 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#51 edit ... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/dx/OCLDX11Common.cpp#4 edit ... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/dx/OCLDX11Common.h#2 edit ... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/dx/OCLDX11NV12.cpp#4 delete ... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/dx/OCLDX11NV12.h#2 delete ... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/dx/OCLDX11YUY2.cpp#1 add ... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/dx/OCLDX11YUY2.h#1 add ... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/dx/TestList.cpp#2 edit ... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/dx/build/Makefile.dx#2 edit |
||
|
|
80fc091f0d |
P4 to Git Change 1556517 by gandryey@gera-w8 on 2018/05/17 18:37:46
SWDEV-153682 - Report cl_amd_planar_yuv extension in OpenCL - Correct bytePitch for P010 format Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuresource.cpp#243 edit |
||
|
|
1b7d26cd88 |
P4 to Git Change 1555866 by cpaquot@cpaquot-ocl-lc-lnx on 2018/05/16 16:27:00
SWDEV-145570 - [HIP] Store HIP mem flags inside amd::Buffer's flags Use the 16 upper bits of amd::Buffer's flags field instead of adding a new field. Affected files ... ... //depot/stg/opencl/drivers/opencl/api/hip/hip_memory.cpp#26 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#86 edit |
||
|
|
e56e3ce677 |
P4 to Git Change 1553193 by gandryey@gera-lnx-rcf-lc on 2018/05/10 13:55:21
SWDEV-79445 - OCL generic changes and code clean-up - Following CL#1552596. Add a flag to skip memory allocation. ROCr backend requires access to the parent object in the blit manager, but it's not fully initialized and a view creation is required. However a view creation with not fully initialized object can cause a dead lock if device memory is allocated during the object create. Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocmemory.cpp#35 edit ... //depot/stg/opencl/drivers/opencl/runtime/platform/memory.cpp#132 edit ... //depot/stg/opencl/drivers/opencl/runtime/platform/memory.hpp#104 edit |
||
|
|
522de89190 |
P4 to Git Change 1553162 by asalmanp@asalmanp-ocl-stg on 2018/05/10 12:34:13
SWDEV-132899 - [OCL][GFX10] Adding perfcounter support Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palcounters.cpp#16 edit |
||
|
|
c11b2d52b7 |
P4 to Git Change 1552704 by gandryey@gera-w8 on 2018/05/09 15:11:23
SWDEV-79445 - OCL generic changes and code clean-up - Following CL#1552596. Make sure virtual GPU is set for the internal allocations before the create() call, since the deferred alloc is disabled. Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpublit.cpp#128 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.cpp#416 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.hpp#144 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palblit.cpp#22 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#96 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.hpp#51 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocblit.cpp#21 edit |
||
|
|
862d478fc6 |
P4 to Git Change 1551931 by gandryey@gera-w8 on 2018/05/08 12:56:00
SWDEV-151981 - Removal of CPU support on Windows - Remove missed prototype Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.hpp#27 edit |
||
|
|
ac50335c91 |
P4 to Git Change 1551928 by gandryey@gera-w8 on 2018/05/08 12:42:43
SWDEV-151981 - Removal of CPU support on Windows - Part 3. Remove device fission extension Affected files ... ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_common.hpp#20 edit ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_context.cpp#59 edit ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_device.cpp#71 edit ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_icd.cpp#32 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/device.cpp#218 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#299 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.hpp#165 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.hpp#28 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.hpp#26 edit |
||
|
|
20257bd78b |
P4 to Git Change 1551379 by skeely@skeely_HSA_linux on 2018/05/07 19:08:50
SWDEV-147388 - Ignore metadata for TEXTURE_BUFFER objects. Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocmemory.cpp#34 edit |
||
|
|
4c3d52ab29 |
P4 to Git Change 1549971 by skudchad@skudchad_rocm on 2018/05/03 18:39:37
SWDEV-145570 - [HIP] - Fix build Affected files ... ... //depot/stg/opencl/drivers/opencl/api/hip/hip_memory.cpp#21 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rockernel.hpp#21 edit |
||
|
|
8495a06967 |
P4 to Git Change 1549969 by skudchad@skudchad_rocm on 2018/05/03 18:37:35
SWDEV-145570 - [HIP] - Fix build Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rockernel.hpp#20 edit |
||
|
|
588fb74633 |
P4 to Git Change 1549630 by wchau@wchau_OCL_PAL_LC on 2018/05/03 11:10:03
SWDEV-146950 - OCLOfflineCompilation sub-test encounters seg-fault on LC path with Vega10 Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#88 edit |
||
|
|
9d16a0a8fc |
P4 to Git Change 1548086 by gandryey@gera-w8 on 2018/04/30 17:47:08
SWDEV-151981 - Removal of CPU support on Windows - Part 2. Remove files for CPU support: library\x86, library\arm and runtime\device\cpu Affected files ... ... //depot/stg/opencl/drivers/opencl/library/arm/Makefile#2 delete ... //depot/stg/opencl/drivers/opencl/library/arm/common/Makefile#2 delete ... //depot/stg/opencl/drivers/opencl/library/arm/common/build/Makefile#2 delete ... //depot/stg/opencl/drivers/opencl/library/arm/common/build/Makefile.common#3 delete ... //depot/stg/opencl/drivers/opencl/library/arm/gen/Makefile#2 delete ... //depot/stg/opencl/drivers/opencl/library/arm/gen/build/Makefile#2 delete ... //depot/stg/opencl/drivers/opencl/library/arm/gen/build/Makefile.gen#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/Makefile#9 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/Makefile#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/build/Makefile#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/build/Makefile.avx#21 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/int/abs_base.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/int/abs_diff_base.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/int/hadd_base.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/int/ibuiltins.h#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/int/mad_sat_base.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/int/max_base.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/int/min_base.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/int/mul24_base.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/int/mul_hi_base.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/int/popcnt_base.cl#8 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/int/rhadd_base.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math32/argred32.h#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math32/argredsmallFv4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math32/argredsmallFv8.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math32/ceilF.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math32/copysignF.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math32/cosFv4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math32/cosFv8.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math32/fabsF.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math32/floorF.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math32/madFv8.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math32/math32.h#7 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math32/rintF.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math32/rsqrtF.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math32/sinFv4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math32/sinFv8.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math32/sincosFv4.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math32/sincosFv8.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math32/sincosred2Fv4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math32/sincosred2Fv8.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math32/sqrtF.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math32/tanFv4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math32/tanFv8.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math32/tanredFv4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math32/tanredFv8.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math32/trigred32.h#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math32/truncF.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math64/ceilD.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math64/fabsD.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math64/floorD.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math64/madD.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math64/math64.h#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math64/rintD.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math64/rsqrtD.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math64/sqrtD.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/math64/truncD.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/misc/anyall.cl#8 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/misc/minmax.cl#8 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/misc/select.cl#9 delete ... //depot/stg/opencl/drivers/opencl/library/x86/avx/src/misc/shuffle.cl#8 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/Makefile#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/build/Makefile#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/build/Makefile.common#38 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/amdrt/Makefile#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/amdrt/build/Makefile#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/amdrt/build/Makefile.amdrt#25 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/amdrt/cvtL.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/amdrt/divmodL.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/c11_atomics/atomic_fence.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/chalf/cdhe.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/chalf/cdhn.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/chalf/cdhp.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/chalf/cdhz.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/chalf/cfhe.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/chalf/cfhn.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/chalf/cfhp.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/chalf/cfhz.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/chalf/chalf.h#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/chalf/chf.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/geom/clamp.cl#7 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/geom/cross.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/geom/degrees.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/geom/distance.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/geom/dot.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/geom/fast_distance.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/geom/fast_length.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/geom/fast_normalize.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/geom/length.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/geom/mix.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/geom/normalize.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/geom/sign.cl#7 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/geom/step.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/image/amode1daf.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/image/amode1dai.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/image/amode1df.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/image/amode1di.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/image/amode2dadf.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/image/amode2dadi.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/image/amode2daf.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/image/amode2dai.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/image/amode2ddf.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/image/amode2ddi.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/image/amode2df.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/image/amode2di.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/image/amode3df.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/image/amode3di.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/image/dfetch.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/image/fetchf.cl#7 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/image/fetchi.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/image/fetchui.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/image/get.cl#13 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/image/image.h#13 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/image/imager.h#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/image/imagew.h#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/image/lfetch1d.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/image/lfetch1da.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/image/lfetch2d.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/image/lfetch2da.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/image/lfetch2dad.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/image/lfetch2dd.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/image/lfetch3d.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/image/read.cl#34 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/image/write.cl#20 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/image/writef.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/image/writei.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/image/writeui.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/abs_diffs1.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/abs_diffs2.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/abs_diffs4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/abs_diffs8.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/abs_diffu1.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/abs_diffu2.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/abs_diffu4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/abs_diffu8.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/abss1.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/abss2.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/abss4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/abss8.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/absu1.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/absu2.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/absu4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/absu8.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/add_sats1.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/add_sats2.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/add_sats4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/add_sats8.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/add_satu1.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/add_satu2.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/add_satu4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/add_satu8.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/clzu1.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/clzu2.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/clzu2v8.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/clzu4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/clzu4v4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/clzu8.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/clzu8v2.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/ctzu1.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/ctzu2.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/ctzu2v8.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/ctzu4.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/ctzu4v4.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/ctzu8.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/ctzu8v2.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/hadds1.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/hadds2.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/hadds4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/hadds8.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/haddu1.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/haddu2.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/haddu4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/haddu8.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/ibuiltins.h#9 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/mad24s4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/mad24u4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/mad_his1.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/mad_his2.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/mad_his4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/mad_his8.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/mad_hiu1.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/mad_hiu2.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/mad_hiu4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/mad_hiu8.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/mad_sats1.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/mad_sats2.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/mad_sats4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/mad_sats8.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/mad_satu1.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/mad_satu2.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/mad_satu4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/mad_satu8.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/maxs1.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/maxs2.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/maxs4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/maxs8.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/maxu1.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/maxu2.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/maxu4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/maxu8.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/mins1.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/mins2.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/mins4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/mins8.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/minu1.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/minu2.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/minu4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/minu8.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/mul24s4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/mul24u4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/mul_his1.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/mul_his2.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/mul_his4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/mul_his8.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/mul_hiu1.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/mul_hiu2.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/mul_hiu4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/mul_hiu8.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/popcountu1.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/popcountu2.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/popcountu4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/popcountu8.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/rhadds1.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/rhadds2.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/rhadds4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/rhadds8.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/rhaddu1.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/rhaddu2.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/rhaddu4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/rhaddu8.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/rotateu1.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/rotateu2.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/rotateu4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/rotateu8.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/sub_sats1.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/sub_sats2.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/sub_sats4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/sub_sats8.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/sub_satu1.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/sub_satu2.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/sub_satu4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/sub_satu8.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/upsampleu1.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/upsampleu2.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/int/upsampleu4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/acosF.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/acosFv4.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/acoshF.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/acoshFv4.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/acospiF.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/acospiFv4.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/all_half32.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/all_native32.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/argred32.h#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/argredF.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/argredsmallF.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/argredsmallFv4.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/asinF.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/asinFv4.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/asinhF.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/asinhFv4.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/asinpiF.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/asinpiFv4.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/atan2F.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/atan2Fv4.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/atan2piF.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/atan2piFv4.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/atanF.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/atanFv4.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/atanhF.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/atanhFv4.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/atanpiF.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/atanpiFv4.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/cbrtF.cl#7 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/cbrtFv4.cl#7 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/ceilF.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/copysignF.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/cosF.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/cosFv4.cl#9 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/coshF.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/coshFv4.cl#7 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/cospiF.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/cospiFv4.cl#8 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/cosredF.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/erfF.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/exp10F.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/exp10Fv4.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/exp2F.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/exp2Fv4.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/expF.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/expF_base.h#7 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/expF_basev4.h#7 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/expFv4.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/expm1F.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/expm1Fv4.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/fabsF.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/fdimF.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/fdimFv4.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/floorF.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/fmaF.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/fmaxF.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/fmaxFv4.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/fminF.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/fminFv4.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/fmodF.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/fractF.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/fractFv3.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/fractFv4.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/frexpF.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/hypotF.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/ilogbF.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/ldexpF.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/lgammaF.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/lgamma_rF.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/log10F.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/log10Fv4.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/log1pF.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/log1pFv4.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/log2F.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/log2Fv4.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/logF.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/logF_base.h#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/logF_basev4.h#7 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/logFv4.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/logbF.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/logbFv4.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/madF.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/math32.h#10 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/maxmagF.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/maxmagFv4.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/minmagF.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/minmagFv4.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/modfF.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/nanF.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/nextafterF.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/powF.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/powF_base.h#7 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/powF_basev4.h#9 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/powFv4.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/pownF.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/pownFv4.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/powrF.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/powrFv4.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/remainderF.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/remainderF.h#7 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/remquoF.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/rintF.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/rootnF.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/rootnFv4.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/roundF.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/roundFv4.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/rsqrtF.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/sinF.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/sinFv4.cl#9 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/sincosF.cl#7 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/sincosFv4.cl#10 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/sincosred2Fv4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/sincosredFv4.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/sinhF.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/sinhFv4.cl#7 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/sinpiF.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/sinpiFv4.cl#7 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/sinredF.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/sqrtF.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/tanF.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/tanFv4.cl#7 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/tanhF.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/tanhFv4.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/tanpiF.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/tanpiFv4.cl#7 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/tanredF.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/tanredFv4.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/tgammaF.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/trigred32.h#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/truncF.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/vexpandF.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math32/xvexpandF.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/acosD.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/acosDv2.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/acoshD.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/acospiD.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/acospiDv2.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/all_native64.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/argred64.h#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/argredlargeD.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/argredmediumD.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/argredmediumDv2.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/asinD.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/asinDv2.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/asinhD.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/asinpiD.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/asinpiDv2.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/atan2D.cl#7 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/atan2piD.cl#7 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/atanD.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/atanDv2.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/atanhD.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/atanpiD.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/atanpiDv2.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/cbrtD.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/ceilD.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/copysignD.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/cosD.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/cosDv2.cl#7 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/coshD.cl#8 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/cospiD.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/cospiDv2.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/cosred2D.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/cosred2Dv2.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/ep_logD.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/ep_logD.h#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/erfD.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/erfcD.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/exp10D.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/exp10Dv2.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/exp2D.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/exp2Dv2.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/expD.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/expD_base.h#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/expD_basev2.h#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/expDv2.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/expm1D.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/expm1Dv2.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/fabsD.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/fdimD.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/fdimDv2.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/floorD.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/fmaD.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/fmaDv2.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/fmaxD.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/fmaxDv2.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/fminD.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/fminDv2.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/fmodD.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/fractD.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/frexpD.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/hypotD.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/ilogbD.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/ldexpD.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/lgammaD.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/lgamma_rD.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/log10D.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/log10Dv2.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/log1pD.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/log1pDv2.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/log2D.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/log2Dv2.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/logD.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/logD_base.h#7 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/logD_basev2.h#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/logDv2.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/logbD.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/madD.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/math64.h#12 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/maxmagD.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/minmagD.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/modfD.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/nanD.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/nextafterD.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/pibits64.h#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/powD.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/powD_base.h#8 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/powD_basev2.h#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/powDv2.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/pownD.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/pownDv2.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/powrD.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/powrDv2.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/remainderD.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/remainderD.h#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/remquoD.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/rintD.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/rootnD.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/rootnDv2.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/roundD.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/rsqrtD.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/scale64.h#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/sinD.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/sinDv2.cl#7 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/sincosD.cl#7 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/sincosDv2.cl#8 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/sinhD.cl#7 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/sinpiD.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/sinpiDv2.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/sinred2D.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/sinred2Dv2.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/sqrtD.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/tanD.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/tanDv2.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/tanhD.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/tanpiD.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/tanpiDv2.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/tanred2D.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/tanred2Dv2.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/tgammaD.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/trigred64.h#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/truncD.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/vexpandD.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/math64/xvexpandD.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/media/bfe.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/media/bfm.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/media/bitalign.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/media/bytealign.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/media/lerp.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/media/max3f.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/media/max3s.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/media/max3u.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/media/med3f.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/media/med3s.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/media/med3u.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/media/media.h#7 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/media/min3f.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/media/min3s.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/media/min3u.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/media/mqsad.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/media/msad.cl#7 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/media/pack.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/media/qsad.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/media/sad.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/media/sad4.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/media/sadd.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/media/sadhi.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/media/sadw.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/media/unpack0.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/media/unpack1.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/media/unpack2.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/media/unpack3.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/misc/anyall.cl#10 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/misc/awgcpy.cl#7 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/misc/minmax.cl#10 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/misc/prefetch.cl#9 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/misc/workitem.cl#25 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/pipes/commitp.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/pipes/getp.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/pipes/memcpyia.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/pipes/pipes.h#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/pipes/readp.cl#9 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/pipes/reservep.cl#7 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/pipes/validp.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/pipes/writep.cl#9 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/subgroup/subany.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/subgroup/subbar.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/subgroup/subbcast.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/subgroup/subget.cl#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/subgroup/subreduce.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/subgroup/subscan.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/tables/table_data.h.no#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/tables/table_dump.c.no#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/tables/tables.h#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/vldst/vldst_gen.cl#8 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/vldst/vldst_half.cl#8 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/workgroup/wganyall.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/workgroup/wgbarrier.cl#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/workgroup/wgbcast.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/workgroup/wgreduce.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/common/src/workgroup/wgscan.cl#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/fma4/Makefile#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/fma4/build/Makefile#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/fma4/build/Makefile.fma4#14 delete ... //depot/stg/opencl/drivers/opencl/library/x86/fma4/src/int/ibuiltins.h#5 delete ... //depot/stg/opencl/drivers/opencl/library/x86/fma4/src/int/mad_sat_base.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/fma4/src/int/mul24_base.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/fma4/src/int/rotate_base.cl#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/fma4/src/math32/fmaF.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/fma4/src/math32/madF.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/fma4/src/math32/math32.h#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/fma4/src/math64/fmaD.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/fma4/src/math64/madD.cl#4 delete ... //depot/stg/opencl/drivers/opencl/library/x86/fma4/src/math64/math64.h#6 delete ... //depot/stg/opencl/drivers/opencl/library/x86/gen/Makefile#2 delete ... //depot/stg/opencl/drivers/opencl/library/x86/gen/build/Makefile#3 delete ... //depot/stg/opencl/drivers/opencl/library/x86/gen/build/Makefile.gen#22 delete ... //depot/stg/opencl/drivers/opencl/runtime/device/cpu/Makefile#3 delete ... //depot/stg/opencl/drivers/opencl/runtime/device/cpu/build/Makefile#6 delete ... //depot/stg/opencl/drivers/opencl/runtime/device/cpu/build/Makefile.cpu#15 delete ... //depot/stg/opencl/drivers/opencl/runtime/device/cpu/cpubinary.cpp#13 delete ... //depot/stg/opencl/drivers/opencl/runtime/device/cpu/cpubinary.hpp#6 delete ... //depot/stg/opencl/drivers/opencl/runtime/device/cpu/cpubuiltins.cpp#14 delete ... //depot/stg/opencl/drivers/opencl/runtime/device/cpu/cpubuiltins.hpp#5 delete ... //depot/stg/opencl/drivers/opencl/runtime/device/cpu/cpucommand.cpp#67 delete ... //depot/stg/opencl/drivers/opencl/runtime/device/cpu/cpucommand.hpp#41 delete ... //depot/stg/opencl/drivers/opencl/runtime/device/cpu/cpudevice.cpp#284 delete ... //depot/stg/opencl/drivers/opencl/runtime/device/cpu/cpudevice.hpp#97 delete ... //depot/stg/opencl/drivers/opencl/runtime/device/cpu/cpufeat.hpp#4 delete ... //depot/stg/opencl/drivers/opencl/runtime/device/cpu/cpukernel.S#4 delete ... //depot/stg/opencl/drivers/opencl/runtime/device/cpu/cpukernel.asm#3 delete ... //depot/stg/opencl/drivers/opencl/runtime/device/cpu/cpukernel.hpp#9 delete ... //depot/stg/opencl/drivers/opencl/runtime/device/cpu/cpumapping.cpp#7 delete ... //depot/stg/opencl/drivers/opencl/runtime/device/cpu/cpumapping.hpp#5 delete ... //depot/stg/opencl/drivers/opencl/runtime/device/cpu/cpuprogram.cpp#73 delete ... //depot/stg/opencl/drivers/opencl/runtime/device/cpu/cpuprogram.hpp#15 delete ... //depot/stg/opencl/drivers/opencl/runtime/device/cpu/cpusettings.cpp#34 delete ... //depot/stg/opencl/drivers/opencl/runtime/device/cpu/cpusettings.hpp#3 delete ... //depot/stg/opencl/drivers/opencl/runtime/device/cpu/cputables.hpp#6 delete ... //depot/stg/opencl/drivers/opencl/runtime/device/cpu/cpuvirtual.cpp#28 delete ... //depot/stg/opencl/drivers/opencl/runtime/device/cpu/cpuvirtual.hpp#15 delete |
||
|
|
f5375395f3 |
P4 to Git Change 1548048 by gandryey@gera-w8 on 2018/04/30 16:08:29
SWDEV-151981 - Removal of CPU support on Windows - Part 1. Remove makefile options for CPU device support http://ocltc.amd.com/reviews/r/14737/ Affected files ... ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/build/Makefile.api#174 edit ... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/complibdefs#12 edit ... //depot/stg/opencl/drivers/opencl/compiler/lib/complibdefs#56 edit ... //depot/stg/opencl/drivers/opencl/library/Makefile#33 edit ... //depot/stg/opencl/drivers/opencl/opencldefs#226 edit ... //depot/stg/opencl/drivers/opencl/runtime/Makefile#27 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/device.cpp#217 edit |
||
|
|
2b0cb2fc46 |
P4 to Git Change 1547669 by lmoriche@lmoriche_opencl_dev2 on 2018/04/29 14:53:31
SWDEV-145570 - [HIP] Fix kernel disptach for HCC compiled programs. Affected files ... ... //depot/stg/opencl/drivers/opencl/api/hip/hip_module.cpp#5 edit ... //depot/stg/opencl/drivers/opencl/api/hip/hip_platform.cpp#8 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rockernel.cpp#34 edit |
||
|
|
402f99f3e6 |
P4 to Git Change 1547415 by gandryey@gera-w8 on 2018/04/27 16:14:51
SWDEV-79445 - OCL generic changes and code clean-up - Persistent memory failure could be propagated to the app without the second attempt after resource cache release. Try to allocate memory again after resource cache release. Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.cpp#65 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.hpp#23 edit |
||
|
|
fa3460a862 |
P4 to Git Change 1546955 by vsytchen@vsytchen-ocl-win10 on 2018/04/26 18:13:03
SWDEV-151646 - [Win7_64][VEGA 10] Hard hang/blank screen observed while executing PC MARK8 (Video group chart) 1. Revert to using max number of command buffers for device queue. ReviewBoardURL = http://ocltc.amd.com/reviews/r/14714/diff/ Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#95 edit |
||
|
|
ca538dfa45 |
P4 to Git Change 1546804 by skudchad@skudchad_test2_win_opencl on 2018/04/26 14:28:38
SWDEV-145570 - [HIP] - Enable SVM mode if BUILD_HIP is defined. ReviewBoardURL = http://ocltc.amd.com/reviews/r/14711/diff/ Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#87 edit |
||
|
|
79ba5904dc |
P4 to Git Change 1546657 by gandryey@gera-w8 on 2018/04/26 10:59:34
SWDEV-151739 - [CQE OCL][DTB][Perf][QR][DTB-BLOCKER][VEGA10] Upto 18% performance drop observed while running Video Composition test sub test of Compubench due to faulty CL#1544622 - Implement customized TS tracking for managed buffers. The common TS tracking mechanism saves the event of the last command, assuming SDMA and compute operations occur in order, but for managed buffers it's not the case. Also managed buffer doesn't have to validate TS for the parent resource. Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palblit.cpp#21 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palconstbuf.cpp#11 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palconstbuf.hpp#9 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palmemory.hpp#6 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.hpp#22 edit |
||
|
|
3416ad385d |
P4 to Git Change 1546206 by gandryey@gera-w8 on 2018/04/25 11:32:37
SWDEV-151852 - [CQE OCL][DTB-BLOCKER][VEGA10][WIN][LNX][QR] Observed crash while running Multiple device context test due to FAULTY CL#1544622 - Add a check for nullptr in case if virtual device object was destroyed before memory allocation Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palconstbuf.cpp#10 edit |
||
|
|
1c91644f1b |
P4 to Git Change 1545906 by gandryey@gera-lnx-rcf on 2018/04/24 19:10:41
SWDEV-79445 - OCL generic changes and code clean-up - Report an error if persistent memory allocation failed. The original logic was switching to local memory, but SSG can't work with it. The logic should work properly under Linux, but in Windows OS never fails persistent allocation. Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#86 edit |