foreman
72312f6cc9
P4 to Git Change 1550648 by skudchad@skudchad_test2_win_opencl on 2018/05/04 20:56:00
...
SWDEV-145570 - [HIP]
- Implement hipMemcpyHtoD/DtoH/DtoD/ and their Async APIs
- Combine logic for hipMemset/Memcpy/Memset2D/Memcpy2D that can be shared across multiple APIs
ReviewBoardURL = http://ocltc.amd.com/reviews/r/14782/diff/
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_memory.cpp#23 edit
[ROCm/clr commit: 6b7ec8f427 ]
2018-05-05 00:34:05 -04:00
foreman
59f58a6baf
P4 to Git Change 1550567 by lmoriche@lmoriche_opencl_dev2 on 2018/05/04 16:11:50
...
SWDEV-145570 - [HIP] - Fix a race condition in the CommandQueue::Thread destruction.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/platform/commandqueue.cpp#25 edit
[ROCm/clr commit: 64d2ad6a88 ]
2018-05-04 16:30:54 -04:00
emankov
98ca496432
[HIPIFY][test] Undo commit "Apply .clangformat to all repo source files"
...
Commit broke tests due to code and comments formatting changes, thus FileCheck fails on checks, which are in comments.
[ROCm/clr commit: 0d756720b2 ]
2018-05-04 22:23:16 +03:00
foreman
46dc10bdd8
P4 to Git Change 1550526 by cpaquot@cpaquot-ocl-lc-lnx on 2018/05/04 15:00:44
...
SWDEV-145570 - [HIP] Missing HIP_INIT_API macro in hipDeviceSynchronize.
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_device_runtime.cpp#9 edit
[ROCm/clr commit: 05b48c7450 ]
2018-05-04 15:12:48 -04:00
foreman
5ab0c5758c
P4 to Git Change 1550486 by cpaquot@cpaquot-ocl-lc-lnx on 2018/05/04 14:00:33
...
SWDEV-145570 - [HIP] Fix multithread init
Make the g_ihipInitialized variable per thread
And make sure to assign a default g_context
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_context.cpp#10 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_internal.hpp#9 edit
[ROCm/clr commit: a6c58d73f6 ]
2018-05-04 14:13:13 -04:00
Evgeny Mankov
5ddc1b37a6
[HIPIFY][test] add cuDNN test
...
[ROCm/clr commit: 0bf8e42caa ]
2018-05-04 12:37:15 +03:00
Evgeny Mankov
19106d767e
[HIPIFY][doc] Readme.md update
...
+ supported CUDA version to LLVM version correspondence table is added.
+ Test section is rewritten.
+ Windows support is added.
[ROCm/clr commit: b6d4c7cfe6 ]
2018-05-04 10:50:18 +03:00
foreman
d582a4f193
P4 to Git Change 1550156 by johtaylo@johtaylo-jtincrementor2-increment on 2018/05/04 03:00:06
...
SWDEV-2 - Change OpenCL version number from 2646 to 2647.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2394 edit
[ROCm/clr commit: 732ed6b8c2 ]
2018-05-04 03:10:14 -04:00
foreman
de2b0d5bba
P4 to Git Change 1550010 by cpaquot@cpaquot-ocl-lc-lnx on 2018/05/03 21:16:06
...
SWDEV-145570 - [HIP] Fixed region initialization
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_memory.cpp#22 edit
[ROCm/clr commit: f404808c04 ]
2018-05-03 21:26:33 -04:00
foreman
8260714f23
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
[ROCm/clr commit: 4c3d52ab29 ]
2018-05-03 18:56:01 -04:00
foreman
9d351947ec
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
[ROCm/clr commit: d6ffa28a5f ]
2018-05-03 18:56:01 -04:00
foreman
9c83e2b3d1
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
[ROCm/clr commit: 8495a06967 ]
2018-05-03 18:49:22 -04:00
foreman
c3ff6cb312
P4 to Git Change 1549965 by skudchad@skudchad_test2_win_opencl on 2018/05/03 18:15:18
...
SWDEV-145570 - [HIP] - Minor fixes. Use coarse grain for hipMallocPitch
ReviewBoardURL = http://ocltc.amd.com/reviews/r/14768/diff/
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_memory.cpp#20 edit
[ROCm/clr commit: f1f8ea8266 ]
2018-05-03 18:26:45 -04:00
foreman
1e4a869ccc
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
[ROCm/clr commit: 588fb74633 ]
2018-05-03 11:31:23 -04:00
Evgeny Mankov
d008022018
[HIPIFY] Initial cuDNN support
...
- based on https://github.com/ROCmSoftwarePlatform/hipDNN .
- lit testing was supplemented with CUDA_DNN_ROOT_DIR for cuDNN testing.
- single cuDNN test was added.
[ROCm/clr commit: 4d19bd1da5 ]
2018-05-03 11:33:40 +03:00
Evgeny Mankov
b7cbef22de
Merge pull request #417 from emankov/master
...
[HIPIFY] Sync with HIP (Execution Control, Surfaces, Memory)
[ROCm/clr commit: 0ad4d520ed ]
2018-05-03 10:45:51 +03:00
foreman
a815893a32
P4 to Git Change 1549307 by johtaylo@johtaylo-jtincrementor2-increment on 2018/05/03 03:00:13
...
SWDEV-2 - Change OpenCL version number from 2645 to 2646.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2393 edit
[ROCm/clr commit: 2800dbf4c6 ]
2018-05-03 03:21:51 -04:00
Lakhan Singh
6278830c1a
Null checks added for hipmallocpitch and hipmemcpy apis
...
[ROCm/clr commit: 12d8a47c0c ]
2018-05-03 09:27:50 +05:30
foreman
8ea8ef1836
P4 to Git Change 1549067 by skudchad@skudchad_rocm on 2018/05/02 17:40:37
...
SWDEV-145570 - [HIP] - Fix build
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_memory.cpp#19 edit
[ROCm/clr commit: 16f6cf55e9 ]
2018-05-02 22:25:53 -04:00
foreman
d607c40410
P4 to Git Change 1549060 by skudchad@skudchad_test2_win_opencl on 2018/05/02 17:36:53
...
SWDEV-145570 - [HIP] - Add hipMemcpyDeviceToDevice/hipMemcpyHostToHost/hipMemcpyDefault cases to hipMemcpy/hipMemcpyAsync, hipMemset2DAsync
ReviewBoardURL = http://ocltc.amd.com/reviews/r/14746/diff/
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_memory.cpp#18 edit
[ROCm/clr commit: ed35f0693f ]
2018-05-02 21:08:53 -04:00
foreman
a6af6ea8d7
P4 to Git Change 1549012 by lmoriche@lmoriche_opencl_dev2 on 2018/05/02 16:56:02
...
SWDEV-145570 - [HIP] - Add hipMemset2DAsync, fix the HCC triple for device binaries (make sure to update to the latest HCC).
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.def.in#4 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.map.in#4 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_memory.cpp#17 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_platform.cpp#10 edit
[ROCm/clr commit: 57a05ba4d5 ]
2018-05-02 19:14:52 -04:00
Rahul Garg
db7e579529
Cleaned up
...
[ROCm/clr commit: 976b9ed200 ]
2018-05-02 12:54:17 +05:30
foreman
6734b38d4b
P4 to Git Change 1548646 by johtaylo@johtaylo-jtincrementor2-increment on 2018/05/02 03:00:06
...
SWDEV-2 - Change OpenCL version number from 2644 to 2645.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2392 edit
[ROCm/clr commit: cae0d85701 ]
2018-05-02 03:08:53 -04:00
Rahul Garg
6f05c37cde
Fix texture 3D for HIP/NVCC
...
[ROCm/clr commit: 1d76c48e3d ]
2018-05-02 11:56:37 +05:30
foreman
8bd2c78f00
P4 to Git Change 1548560 by skudchad@skudchad_rocm on 2018/05/01 18:53:54
...
SWDEV-145570 - [HIP] - Fix hipDeviceSynchronize.
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_device_runtime.cpp#8 edit
[ROCm/clr commit: 6bd6d3d4c1 ]
2018-05-01 19:01:10 -04:00
foreman
cdc8f6b9cc
P4 to Git Change 1548558 by skudchad@skudchad_test2_win_opencl on 2018/05/01 18:39:58
...
SWDEV-145570 - [HIP] - Implement some of hipMem*Async and hipMemSet2D APIs. Part 4.
ReviewBoardURL = http://ocltc.amd.com/reviews/r/14743/diff/
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_memory.cpp#16 edit
[ROCm/clr commit: 4a081cbc2f ]
2018-05-01 18:46:32 -04:00
foreman
eea99696ec
P4 to Git Change 1548476 by cpaquot@cpaquot-ocl-lc-lnx on 2018/05/01 15:50:51
...
SWDEV-145570 - [HIP]
Added support for null stream avoiding creating/destroying dummy streams.
Added basic event class for hipEvent* support.
Refactored some common functionality: No more direct access to g_context.
Support hipStreamSynchronize(0).
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_context.cpp#9 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_device_runtime.cpp#7 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_event.cpp#3 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_event.hpp#1 add
... //depot/stg/opencl/drivers/opencl/api/hip/hip_internal.hpp#8 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_memory.cpp#15 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_module.cpp#8 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_platform.cpp#9 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_stream.cpp#4 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_texture.cpp#7 edit
[ROCm/clr commit: c874bb2b90 ]
2018-05-01 18:10:09 -04:00
Maneesh Gupta
db489e63b0
Merge pull request #420 from ROCm-Developer-Tools/sunway513-patch-1
...
Update hip_bugs.md
[ROCm/clr commit: e1af82d81e ]
2018-05-01 12:43:01 +05:30
Maneesh Gupta
d6f360e65d
Merge pull request #419 from gargrahul/fix_hip_gcc_host_build
...
Fix gcc build issues for host code
[ROCm/clr commit: 2e6b46f308 ]
2018-05-01 12:42:50 +05:30
Maneesh Gupta
6183085a89
Merge pull request #414 from aaronenyeshi/patch-1
...
Remove unsupported targets gfx801 and gfx802
[ROCm/clr commit: fb82411b23 ]
2018-05-01 12:38:49 +05:30
foreman
1a20bfb073
P4 to Git Change 1548195 by johtaylo@johtaylo-jtincrementor2-increment on 2018/05/01 03:00:06
...
SWDEV-2 - Change OpenCL version number from 2643 to 2644.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2391 edit
[ROCm/clr commit: 1bd43c75a6 ]
2018-05-01 03:03:58 -04:00
Maneesh Gupta
9ac65ca55c
Merge pull request #415 from deven-amd/master
...
Checkin to fix bugs in math functions.
[ROCm/clr commit: af0c227df4 ]
2018-05-01 12:29:03 +05:30
Maneesh Gupta
1bc33c9356
Merge pull request #410 from gargrahul/hipCtx_deprecation_warning
...
Mark hipCtx APIs as deprecated
[ROCm/clr commit: f8431772a8 ]
2018-05-01 12:23:22 +05:30
Maneesh Gupta
56a1a3e232
Merge pull request #411 from luckynikki/SWDEV-141024
...
SWDEV-141024
[ROCm/clr commit: 1a5c72885a ]
2018-05-01 09:29:26 +05:30
Maneesh Gupta
60a66aa10d
Merge pull request #406 from gargrahul/fix_tex1D_coordinate_type
...
Resolve tex1D float to int conversion issue
[ROCm/clr commit: 885e51e1a5 ]
2018-05-01 09:18:11 +05:30
foreman
5bf9bda231
P4 to Git Change 1548145 by cpaquot@cpaquot-ocl-lc-lnx on 2018/04/30 21:15:56
...
SWDEV-145570 - [HIP] Handle hStream=nullptr case
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_module.cpp#7 edit
[ROCm/clr commit: 7e5c7954b9 ]
2018-04-30 21:20:26 -04:00
foreman
0b3d31dd0c
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
[ROCm/clr commit: 9d16a0a8fc ]
2018-04-30 20:38:32 -04:00
foreman
8c03d1ce49
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
[ROCm/clr commit: f5375395f3 ]
2018-04-30 20:23:40 -04:00
foreman
1db82364e8
P4 to Git Change 1548038 by lmoriche@lmoriche_opencl_dev2 on 2018/04/30 15:55:18
...
SWDEV-145570 - [HIP] Fix kernel disptach for HCC compiled programs.
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_module.cpp#6 edit
[ROCm/clr commit: 12c490ff1d ]
2018-04-30 20:17:46 -04:00
foreman
e3e5e23762
P4 to Git Change 1547830 by skudchad@skudchad_test2_win_opencl on 2018/04/30 12:03:10
...
SWDEV-145570 - [HIP] - Add couple of hip_mem* APIs. Part 3.
ReviewBoardURL = http://ocltc.amd.com/reviews/r/14727/diff/
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_memory.cpp#14 edit
[ROCm/clr commit: 88f8260277 ]
2018-04-30 14:55:41 -04:00
foreman
067ff5f823
P4 to Git Change 1547825 by cpaquot@cpaquot-ocl-lc-lnx on 2018/04/30 11:59:32
...
SWDEV-145570 - [HIP] Fixed release build
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_memory.cpp#13 edit
[ROCm/clr commit: bc34be99d2 ]
2018-04-30 13:34:32 -04:00
Peng
465fb7a03d
Update hip_bugs.md
...
Remove several out-date links in hip_bugs.md document
[ROCm/clr commit: ac591da0dd ]
2018-04-30 09:36:37 -05:00
foreman
8f5b809e9b
P4 to Git Change 1547692 by johtaylo@johtaylo-jtincrementor2-increment on 2018/04/30 03:00:06
...
SWDEV-2 - Change OpenCL version number from 2642 to 2643.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2390 edit
[ROCm/clr commit: c86c4c0202 ]
2018-04-30 03:11:12 -04:00
foreman
dca97e71f2
P4 to Git Change 1547686 by cpaquot@cpaquot-ocl-lc-lnx on 2018/04/30 00:52:23
...
SWDEV-145570 - [HIP] CreateTexture with hipArray
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_texture.cpp#6 edit
[ROCm/clr commit: ad390dbe6d ]
2018-04-30 01:03:06 -04:00
foreman
5493960f9e
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
[ROCm/clr commit: 2b0cb2fc46 ]
2018-04-29 15:04:45 -04:00
foreman
c9bf543320
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
[ROCm/clr commit: 9f4d0049aa ]
2018-04-29 15:04:45 -04:00
foreman
b1f57774e1
P4 to Git Change 1547668 by lmoriche@lmoriche_opencl_dev2 on 2018/04/29 14:51:30
...
SWDEV-145570 - [HIP] - Set SVM pointer arguments by passing a reference to the value to match other T_POINTER arguments.
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_svm.cpp#24 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/kernel.cpp#25 edit
[ROCm/clr commit: 02e28ed975 ]
2018-04-29 14:59:10 -04:00
foreman
c9db6751f9
P4 to Git Change 1547668 by lmoriche@lmoriche_opencl_dev2 on 2018/04/29 14:51:30
...
SWDEV-145570 - [HIP] - Set SVM pointer arguments by passing a reference to the value to match other T_POINTER arguments.
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_svm.cpp#24 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/kernel.cpp#25 edit
[ROCm/clr commit: 4ed2c7eb47 ]
2018-04-29 14:59:10 -04:00
foreman
5931851f9f
P4 to Git Change 1547620 by johtaylo@johtaylo-jtincrementor2-increment on 2018/04/28 03:00:35
...
SWDEV-2 - Change OpenCL version number from 2641 to 2642.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2389 edit
[ROCm/clr commit: 965d081daf ]
2018-04-28 03:12:49 -04:00
foreman
7c89123826
P4 to Git Change 1547563 by lmoriche@lmoriche_opencl_dev2 on 2018/04/27 21:10:47
...
SWDEV-145570 - [HIP] - Add support for HCC compiled binaries.
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/build/Makefile.hip#2 edit
... //depot/stg/opencl/drivers/opencl/api/hip/elfio/elf_types.hpp#1 add
... //depot/stg/opencl/drivers/opencl/api/hip/elfio/elfio.hpp#1 add
... //depot/stg/opencl/drivers/opencl/api/hip/elfio/elfio_dump.hpp#1 add
... //depot/stg/opencl/drivers/opencl/api/hip/elfio/elfio_dynamic.hpp#1 add
... //depot/stg/opencl/drivers/opencl/api/hip/elfio/elfio_header.hpp#1 add
... //depot/stg/opencl/drivers/opencl/api/hip/elfio/elfio_note.hpp#1 add
... //depot/stg/opencl/drivers/opencl/api/hip/elfio/elfio_relocation.hpp#1 add
... //depot/stg/opencl/drivers/opencl/api/hip/elfio/elfio_section.hpp#1 add
... //depot/stg/opencl/drivers/opencl/api/hip/elfio/elfio_segment.hpp#1 add
... //depot/stg/opencl/drivers/opencl/api/hip/elfio/elfio_strings.hpp#1 add
... //depot/stg/opencl/drivers/opencl/api/hip/elfio/elfio_symbols.hpp#1 add
... //depot/stg/opencl/drivers/opencl/api/hip/elfio/elfio_utils.hpp#1 add
... //depot/stg/opencl/drivers/opencl/api/hip/hip_platform.cpp#7 edit
[ROCm/clr commit: c323c0b74d ]
2018-04-27 21:21:31 -04:00