Commit Graph

2468 Commits

Author SHA1 Message Date
foreman 687b6d3290 P4 to Git Change 1559533 by johtaylo@johtaylo-jtincrementor2-increment on 2018/05/25 03:00:15
SWDEV-2 - Change OpenCL version number from 2661 to 2662.

Affected files ...

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


[ROCm/clr commit: ace88c8b63]
2018-05-25 03:10:30 -04:00
foreman 362cecebe0 P4 to Git Change 1559383 by gandryey@gera-w8 on 2018/05/24 18:38:36
SWDEV-79445 - OCL generic changes and code clean-up
	- Remove memory reallocation interfaces. It was used for AMDIL path with HW constant buffers support. It seems AMDIL with SI+ doesn't enable HW const buffers.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#303 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#589 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.hpp#166 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpukernel.cpp#324 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpukernel.hpp#129 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpumemory.cpp#132 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpumemory.hpp#52 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#90 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.hpp#29 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#51 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.hpp#16 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palmemory.cpp#21 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palmemory.hpp#8 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.hpp#29 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/memory.hpp#105 edit


[ROCm/clr commit: be77b7fac1]
2018-05-24 18:49:01 -04:00
foreman fd627bea6d P4 to Git Change 1559366 by gandryey@gera-w8 on 2018/05/24 18:06:45
SWDEV-79445 - OCL generic changes and code clean-up
	- Combine validateMemory() and arguments capture() under a single function. Rename validateMemory() in NDRangeKernelCommand class to captureAndValidate()

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

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/hip_module.cpp#10 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_execute.cpp#26 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/command.cpp#87 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/command.hpp#90 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/kernel.cpp#28 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/kernel.hpp#22 edit


[ROCm/clr commit: 73dd22dba8]
2018-05-24 18:12:49 -04:00
foreman 91e6e15a1e P4 to Git Change 1559253 by gandryey@gera-w8 on 2018/05/24 15:44:23
SWDEV-79445 - OCL generic changes and code clean-up
	- Following CL#1558704. Fix a regression with AMDIL path. Allocate default device sampler

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#588 edit


[ROCm/clr commit: f095889106]
2018-05-24 15:56:10 -04:00
foreman eedf013384 P4 to Git Change 1559096 by gandryey@gera-w8 on 2018/05/24 10:34:47
SWDEV-79445 - OCL generic changes and code clean-up
	- Remove obsolete logic for aliased kernels, since it was a pre-SI optimization

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.cpp#418 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#98 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#52 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/kernel.cpp#27 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/kernel.hpp#21 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/program.cpp#93 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/program.hpp#44 edit


[ROCm/clr commit: bcea58f07f]
2018-05-24 10:45:00 -04:00
foreman cb8920b5e3 P4 to Git Change 1558894 by johtaylo@johtaylo-jtincrementor2-increment on 2018/05/24 03:00:04
SWDEV-2 - Change OpenCL version number from 2660 to 2661.

Affected files ...

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


[ROCm/clr commit: a245f46203]
2018-05-24 03:11:44 -04:00
foreman abfbedddc3 P4 to Git Change 1558704 by gandryey@gera-w8 on 2018/05/23 17:20:01
SWDEV-79445 - OCL generic changes and code clean-up
	- ABI clean-up. Stage 1: Separate kernel arguments and OCL objects. OCL objects will be passed in the new arrays of mem objects, samplers and device queue objects. The kernel arguments will contain GPU virtual addresses.

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

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_program.cpp#48 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_svm.cpp#25 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#302 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpublit.cpp#129 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpukernel.cpp#323 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpukernel.hpp#128 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpumemory.hpp#51 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.cpp#417 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palblit.cpp#23 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#50 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palmemory.hpp#7 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#97 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocblit.cpp#22 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocblit.hpp#9 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.hpp#28 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocmemory.hpp#12 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#51 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/command.cpp#86 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/kernel.cpp#26 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/kernel.hpp#20 edit


[ROCm/clr commit: 2176dc3b19]
2018-05-23 17:24:32 -04:00
foreman 4d8bd812ec P4 to Git Change 1558617 by vsytchen@vsytchen-win10 on 2018/05/23 15:39:19
SWDEV-153682 - Report cl_amd_planar_yuv extension in OpenCL

	1. Enable cl_amd_planar_yuv extension for mainline.

	ReviewBoardURL = http://ocltc.amd.com/reviews/r/14948/diff/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#301 edit


[ROCm/clr commit: 05fc09fe2c]
2018-05-23 15:50:44 -04:00
foreman e823f4f3a9 P4 to Git Change 1558428 by vsytchen@vsytchen-win10 on 2018/05/23 10:55:37
SWDEV-153051 - Maya 2018 unable to load OpenCL device on Vega 10 Lnx-Pro

	1. Enable SVM on Lnx-Pro

Affected files ...

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


[ROCm/clr commit: 4bff7e6b91]
2018-05-23 12:19:25 -04:00
foreman b3272f473a P4 to Git Change 1558153 by johtaylo@johtaylo-jtincrementor2-increment on 2018/05/23 03:00:05
SWDEV-2 - Change OpenCL version number from 2659 to 2660.

Affected files ...

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


[ROCm/clr commit: 99d43874e6]
2018-05-23 03:10:21 -04:00
foreman 755aadcf1e P4 to Git Change 1557880 by vsytchen@vsytchen-win10 on 2018/05/22 14:37:35
SWDEV-153682 - Report cl_amd_planar_yuv extension in OpenCL

	ReviewBoardURL = http://ocltc.amd.com/reviews/r/14917/diff/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#300 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#360 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#51 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/dx/OCLDX11Common.cpp#4 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/dx/OCLDX11Common.h#2 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/dx/OCLDX11NV12.cpp#4 delete
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/dx/OCLDX11NV12.h#2 delete
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/dx/OCLDX11YUY2.cpp#1 add
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/dx/OCLDX11YUY2.h#1 add
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/dx/TestList.cpp#2 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/dx/build/Makefile.dx#2 edit


[ROCm/clr commit: f17ee3da60]
2018-05-22 14:44:23 -04:00
foreman ec12634948 P4 to Git Change 1557486 by johtaylo@johtaylo-jtincrementor2-increment on 2018/05/22 03:00:05
SWDEV-2 - Change OpenCL version number from 2658 to 2659.

Affected files ...

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


[ROCm/clr commit: 2291f1a567]
2018-05-22 03:07:40 -04:00
foreman 47365154b0 P4 to Git Change 1557089 by johtaylo@johtaylo-jtincrementor2-increment on 2018/05/19 03:00:08
SWDEV-2 - Change OpenCL version number from 2657 to 2658.

Affected files ...

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


[ROCm/clr commit: 11596f5278]
2018-05-19 03:13:56 -04:00
foreman 431f186ea2 P4 to Git Change 1556670 by johtaylo@johtaylo-jtincrementor2-increment on 2018/05/18 03:00:12
SWDEV-2 - Change OpenCL version number from 2656 to 2657.

Affected files ...

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


[ROCm/clr commit: 5e4c166d14]
2018-05-18 03:10:23 -04:00
foreman d619710d7e P4 to Git Change 1556517 by gandryey@gera-w8 on 2018/05/17 18:37:46
SWDEV-153682 - Report cl_amd_planar_yuv extension in OpenCL
	- Correct bytePitch for P010 format

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuresource.cpp#243 edit


[ROCm/clr commit: 80fc091f0d]
2018-05-17 18:42:59 -04:00
foreman 4679be85b1 P4 to Git Change 1556018 by johtaylo@johtaylo-jtincrementor2-increment on 2018/05/17 03:00:07
SWDEV-2 - Change OpenCL version number from 2655 to 2656.

Affected files ...

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


[ROCm/clr commit: 1743890ec2]
2018-05-17 03:09:17 -04:00
foreman 04b0104eb1 P4 to Git Change 1555866 by cpaquot@cpaquot-ocl-lc-lnx on 2018/05/16 16:27:00
SWDEV-145570 - [HIP] Store HIP mem flags inside amd::Buffer's flags
	Use the 16 upper bits of amd::Buffer's flags field instead of adding a new field.

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/hip_memory.cpp#26 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#86 edit


[ROCm/clr commit: 1b7d26cd88]
2018-05-16 16:35:53 -04:00
foreman 7896ecd925 P4 to Git Change 1555494 by johtaylo@johtaylo-jtincrementor2-increment on 2018/05/16 03:00:07
SWDEV-2 - Change OpenCL version number from 2654 to 2655.

Affected files ...

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


[ROCm/clr commit: 48ef33c9d6]
2018-05-16 03:14:13 -04:00
foreman b510143eb5 P4 to Git Change 1554712 by johtaylo@johtaylo-jtincrementor2-increment on 2018/05/15 03:00:06
SWDEV-2 - Change OpenCL version number from 2653 to 2654.

Affected files ...

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


[ROCm/clr commit: 483b07a700]
2018-05-15 03:10:25 -04:00
foreman 5930f9fabd P4 to Git Change 1553963 by johtaylo@johtaylo-jtincrementor2-increment on 2018/05/12 03:00:06
SWDEV-2 - Change OpenCL version number from 2652 to 2653.

Affected files ...

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


[ROCm/clr commit: 5b88e43a07]
2018-05-12 03:11:59 -04:00
foreman 9f08970f03 P4 to Git Change 1553539 by johtaylo@johtaylo-jtincrementor2-increment on 2018/05/11 03:01:50
SWDEV-2 - Change OpenCL version number from 2651 to 2652.

Affected files ...

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


[ROCm/clr commit: 134cf09cd2]
2018-05-11 03:10:53 -04:00
foreman 46412e812d P4 to Git Change 1553193 by gandryey@gera-lnx-rcf-lc on 2018/05/10 13:55:21
SWDEV-79445 - OCL generic changes and code clean-up
	- Following CL#1552596. Add a flag to skip memory allocation. ROCr backend requires access to the parent object in the blit manager, but it's not fully initialized and a view creation is required. However a view creation with not fully initialized object can cause a dead lock if device memory is allocated during the object create.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocmemory.cpp#35 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/memory.cpp#132 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/memory.hpp#104 edit


[ROCm/clr commit: e56e3ce677]
2018-05-10 14:03:44 -04:00
foreman 21efebc624 P4 to Git Change 1553162 by asalmanp@asalmanp-ocl-stg on 2018/05/10 12:34:13
SWDEV-132899 - [OCL][GFX10] Adding perfcounter support

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palcounters.cpp#16 edit


[ROCm/clr commit: 522de89190]
2018-05-10 12:42:46 -04:00
foreman 64f28e7ca9 P4 to Git Change 1553088 by gandryey@gera-w8 on 2018/05/10 10:58:01
SWDEV-79445 - OCL generic changes and code clean-up
	- define WITH_LIQUID_FLASH. Currently it's not a part of makefile setup

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/platform/context.cpp#51 edit


[ROCm/clr commit: abce67d1d3]
2018-05-10 11:06:28 -04:00
foreman d5e05da0a9 P4 to Git Change 1552942 by johtaylo@johtaylo-jtincrementor2-increment on 2018/05/10 03:00:10
SWDEV-2 - Change OpenCL version number from 2650 to 2651.

Affected files ...

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


[ROCm/clr commit: b94a2c2cc8]
2018-05-10 03:09:22 -04:00
foreman e72203e5cb P4 to Git Change 1552790 by gandryey@gera-w8 on 2018/05/09 17:18:25
SWDEV-79445 - OCL generic changes and code clean-up
	- Following CL#1552596. Keep memory validation check for GL acquire command, since it also has GL acquire call in it.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/platform/command.cpp#85 edit


[ROCm/clr commit: 087fe82206]
2018-05-09 17:26:59 -04:00
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