Graphe des révisions

2442 Révisions

Auteur SHA1 Message Date
foreman 8c04fe57cc 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


[ROCm/clr commit: c11b2d52b7]
2018-05-09 15:16:40 -04:00
foreman 8dd3fe48d3 P4 to Git Change 1552596 by gandryey@gera-w8 on 2018/05/09 11:58:01
SWDEV-79445 - OCL generic changes and code clean-up
	- Disable deferred allocations for single device in order to disable validation code in the dispatch. Improves batch speed in the OCLPerfKernelArguments test upto 10% in some subtests

	http://ocltc.amd.com/reviews/r/14807/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/platform/command.cpp#84 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/memory.cpp#131 edit


[ROCm/clr commit: 61d898a8a5]
2018-05-09 12:20:05 -04:00
foreman 6e0bda46cf P4 to Git Change 1552345 by johtaylo@johtaylo-jtincrementor2-increment on 2018/05/09 03:00:08
SWDEV-2 - Change OpenCL version number from 2649 to 2650.

Affected files ...

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


[ROCm/clr commit: 580cbe043f]
2018-05-09 03:22:33 -04:00
foreman 1b91d084ee P4 to Git Change 1552060 by gandryey@gera-w8 on 2018/05/08 15:47:54
SWDEV-151981 - Removal of CPU support on Windows
	- Part 6. Remove obsolete environment variables

Affected files ...

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


[ROCm/clr commit: b320c89b8a]
2018-05-08 16:36:25 -04:00
foreman 1328646b3a P4 to Git Change 1552021 by gandryey@gera-w8 on 2018/05/08 15:00:13
SWDEV-151981 - Removal of CPU support on Windows
	- Part 5. Remove runtime logic that considered CPU device support.

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_icd.cpp#33 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_program.cpp#47 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/command.cpp#83 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/context.cpp#50 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/memory.cpp#130 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/program.cpp#92 edit


[ROCm/clr commit: 3f79785a96]
2018-05-08 15:47:58 -04:00
foreman 32f1ab8a53 P4 to Git Change 1551967 by gandryey@gera-w8 on 2018/05/08 14:11:14
SWDEV-151981 - Removal of CPU support on Windows
	- Part 4. Remove CPU specific logic for CL-GL interop

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_d3d10.cpp#17 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_d3d10_amd.hpp#10 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_d3d11.cpp#26 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_d3d11_amd.hpp#14 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_d3d9.cpp#35 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_d3d9_amd.hpp#18 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_gl.cpp#58 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_gl_amd.hpp#21 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/interop.hpp#13 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/memory.hpp#103 edit


[ROCm/clr commit: 1d774ec2b2]
2018-05-08 15:07:44 -04:00
foreman 5f45518536 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


[ROCm/clr commit: 862d478fc6]
2018-05-08 13:05:02 -04:00
foreman 2de2c91644 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


[ROCm/clr commit: ac50335c91]
2018-05-08 12:50:31 -04:00
foreman df9ba1b887 P4 to Git Change 1551541 by johtaylo@johtaylo-jtincrementor2-increment on 2018/05/08 03:00:14
SWDEV-2 - Change OpenCL version number from 2648 to 2649.

Affected files ...

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


[ROCm/clr commit: 052f8cd233]
2018-05-08 03:52:49 -04:00
foreman eeb4c676fa 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


[ROCm/clr commit: 20257bd78b]
2018-05-07 19:19:26 -04:00
foreman c6ba32fc41 P4 to Git Change 1551367 by lmoriche@lmoriche_opencl_dev2 on 2018/05/07 18:40:02
SWDEV-145570 - [HIP] - Fix a race condition in the CommandQueue::Thread destruction.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/os/os_posix.cpp#44 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/commandqueue.cpp#26 edit


[ROCm/clr commit: 7fe8b95168]
2018-05-07 18:50:50 -04:00
foreman 87e83ca8a5 P4 to Git Change 1551276 by jatang@jatang-opencl-hsa-stg4 on 2018/05/07 16:28:58
SWDEV-1 - Switch to VS2017 Compiler (opencl).

	+#ifdef _WIN32
	#include <intrin.h>
	+#endif

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/util.hpp#14 edit


[ROCm/clr commit: c06ffcf665]
2018-05-07 17:11:56 -04:00
foreman 6531d6dc9f P4 to Git Change 1551133 by ncooper@ncooper-c7 on 2018/05/07 13:57:08
SWDEV-1 - Switch to VS2017 Compiler (opencl)

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/llvm/lib/SPIRV/SPIRVWriter.cpp#23 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm/lib/SPIRV/build/Makefile.SPIRV#5 edit
... //depot/stg/opencl/drivers/opencl/compiler/sc/Src/NSrc/SCRegPBQP.hpp#10 edit
... //depot/stg/opencl/drivers/opencl/compiler/tools/caching/cache.cpp#15 edit
... //depot/stg/opencl/drivers/opencl/opencldefs#227 edit
... //depot/stg/opencl/drivers/opencl/runtime/runtimedefs#50 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/util.hpp#13 edit


[ROCm/clr commit: 0698c17303]
2018-05-07 15:36:56 -04:00
foreman 866c7fb473 P4 to Git Change 1550670 by johtaylo@johtaylo-jtincrementor2-increment on 2018/05/05 03:00:39
SWDEV-2 - Change OpenCL version number from 2647 to 2648.

Affected files ...

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


[ROCm/clr commit: f150fd22cb]
2018-05-05 03:15:40 -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
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 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 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 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
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
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
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
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 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 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 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 2919f24b17 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


[ROCm/clr commit: 402f99f3e6]
2018-04-27 16:22:03 -04:00
foreman b316ebcc3f P4 to Git Change 1547064 by johtaylo@johtaylo-jtincrementor2-increment on 2018/04/27 03:00:07
SWDEV-2 - Change OpenCL version number from 2640 to 2641.

Affected files ...

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


[ROCm/clr commit: ddecac46a9]
2018-04-27 03:07:27 -04:00
foreman 3e13e0b475 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


[ROCm/clr commit: fa3460a862]
2018-04-26 18:18:28 -04:00
foreman 32f7708794 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


[ROCm/clr commit: ca538dfa45]
2018-04-26 14:51:10 -04:00
foreman dd4d5dcb94 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


[ROCm/clr commit: 79ba5904dc]
2018-04-26 11:13:29 -04:00
foreman 7412bc74b3 P4 to Git Change 1546499 by johtaylo@johtaylo-jtincrementor2-increment on 2018/04/26 03:00:09
SWDEV-2 - Change OpenCL version number from 2639 to 2640.

Affected files ...

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


[ROCm/clr commit: d6618edf9f]
2018-04-26 03:11:27 -04:00
foreman e4110c46b0 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


[ROCm/clr commit: 3416ad385d]
2018-04-25 11:40:42 -04:00
foreman 3e004a6860 P4 to Git Change 1546034 by johtaylo@johtaylo-jtincrementor2-increment on 2018/04/25 03:00:07
SWDEV-2 - Change OpenCL version number from 2638 to 2639.

Affected files ...

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


[ROCm/clr commit: b785abe728]
2018-04-25 03:08:38 -04:00
foreman 6a915378ee 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


[ROCm/clr commit: 1c91644f1b]
2018-04-24 19:17:55 -04:00
foreman dacb39cafa P4 to Git Change 1545895 by gandryey@gera-w8 on 2018/04/24 18:25:56
SWDEV-79445 - OCL generic changes and code clean-up
	- Replace dynamic memory object allocation for the managed buffer with a preallocated object

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#298 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palconstbuf.cpp#9 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palconstbuf.hpp#8 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palmemory.hpp#5 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.cpp#64 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.hpp#21 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#94 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.hpp#50 edit


[ROCm/clr commit: 2f41f41977]
2018-04-24 18:35:32 -04:00
foreman 564d236903 P4 to Git Change 1545468 by johtaylo@johtaylo-jtincrementor2-increment on 2018/04/24 03:00:20
SWDEV-2 - Change OpenCL version number from 2637 to 2638.

Affected files ...

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


[ROCm/clr commit: 03b72c3007]
2018-04-24 03:06:15 -04:00
foreman d84cb92795 P4 to Git Change 1545280 by gandryey@gera-w8 on 2018/04/23 16:17:52
SWDEV-79445 - OCL generic changes and code clean-up
	- Switch scheduler parameters to the managed buffer allocation
	- Use 8 bytes for the mem clear pattern in the program loader
	- Use local memory for the hsa queue data

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#63 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#93 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.hpp#49 edit


[ROCm/clr commit: 30088df072]
2018-04-23 16:25:48 -04:00
foreman a808749b56 P4 to Git Change 1545170 by gandryey@gera-w8 on 2018/04/23 14:12:50
SWDEV-79445 - OCL generic changes and code clean-up
	- Make all device locks mutable to avoid extra mem allocation calls

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#85 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.hpp#27 edit


[ROCm/clr commit: 6a47463986]
2018-04-23 14:27:48 -04:00
foreman 6fe62d53bc P4 to Git Change 1544934 by johtaylo@johtaylo-jtincrementor2-increment on 2018/04/23 03:00:06
SWDEV-2 - Change OpenCL version number from 2636 to 2637.

Affected files ...

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


[ROCm/clr commit: 5fd508c342]
2018-04-23 03:08:15 -04:00
foreman fa81ecf335 P4 to Git Change 1544683 by johtaylo@johtaylo-jtincrementor2-increment on 2018/04/21 03:00:05
SWDEV-2 - Change OpenCL version number from 2635 to 2636.

Affected files ...

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


[ROCm/clr commit: 97bb6b1058]
2018-04-21 03:09:15 -04:00
foreman 141d36d849 P4 to Git Change 1544622 by gandryey@gera-w8 on 2018/04/20 17:02:52
SWDEV-79445 - OCL generic changes and code clean-up
	- Add managed buffer support and replace all uploads with the managed buffer allocations
	- Add staging copy for small image writes
	- Replace constant buffer in FillBuffer with a managed buffer also

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palblit.cpp#20 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palblit.hpp#7 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palconstbuf.cpp#8 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palconstbuf.hpp#7 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#84 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.hpp#26 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#62 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.cpp#63 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#92 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.hpp#48 edit


[ROCm/clr commit: 392724cc3f]
2018-04-20 17:08:29 -04:00
foreman 5a10edc27a P4 to Git Change 1544170 by johtaylo@johtaylo-jtincrementor2-increment on 2018/04/20 03:00:05
SWDEV-2 - Change OpenCL version number from 2634 to 2635.

Affected files ...

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


[ROCm/clr commit: b5ee2e3b84]
2018-04-20 03:09:03 -04:00
foreman 6b8f5c579c P4 to Git Change 1543459 by johtaylo@johtaylo-jtincrementor2-increment on 2018/04/19 03:00:05
SWDEV-2 - Change OpenCL version number from 2633 to 2634.

Affected files ...

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


[ROCm/clr commit: 47493390a2]
2018-04-19 03:16:49 -04:00
foreman a089a7aa36 P4 to Git Change 1542065 by johtaylo@johtaylo-jtincrementor2-increment on 2018/04/17 03:00:10
SWDEV-2 - Change OpenCL version number from 2632 to 2633.

Affected files ...

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


[ROCm/clr commit: c01db678a6]
2018-04-17 03:09:08 -04:00
foreman a14e3f41ae P4 to Git Change 1541271 by johtaylo@johtaylo-jtincrementor2-increment on 2018/04/14 03:00:04
SWDEV-2 - Change OpenCL version number from 2631 to 2632.

Affected files ...

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


[ROCm/clr commit: f510dde1ab]
2018-04-14 03:16:41 -04:00
foreman 22725d5852 P4 to Git Change 1540998 by gandryey@gera-lnx-rcf on 2018/04/13 11:34:46
SWDEV-150303 - [CQE OCL][Vega10][PAL][QR][DTB-Blocker] Maya 2018 fails to load OpenCL device on Vega10 Lnx-Pro; Faulty CL#1528486
	- Temporarly disable SVM under Linux, until a proper fix for VA reservation will be developed

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#83 edit


[ROCm/clr commit: 1e6de03652]
2018-04-13 11:43:02 -04:00
foreman cca810a8e3 P4 to Git Change 1540823 by johtaylo@johtaylo-jtincrementor2-increment on 2018/04/13 03:00:06
SWDEV-2 - Change OpenCL version number from 2630 to 2631.

Affected files ...

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


[ROCm/clr commit: a1956f0a8e]
2018-04-13 03:10:53 -04:00