Граф коммитов

3392 Коммитов

Автор SHA1 Сообщение Дата
Scott Linder da2e4d449c Stop using deprecated Comgr option API
Update a use of the deprecated amd_comgr_action_info_set_options to
instead use amd_comgr_action_info_set_option_list.

Completely remove all references to amd_comgr_action_info_set_options
and amd_comgr_action_info_get_options from the runtime.

Change-Id: I12a0803c87430722364ec22818e249caf3798c88
2020-02-13 18:53:48 -05:00
Laurent Morichetti b81816f482 Fix build errors for PAL and GSL
The last commit to replace the cl_* types with standard types
failed to correct issues introduced in the PAL and GPU backend.

Change-Id: I926997234dfbe346fc165a7bc4e1b8aabab7bac5
2020-02-13 16:52:32 -05:00
Saleel Kudchadker a965c1eb0e HIP version can be set in HIPRTC top layer
Indicate that its HIP_VDI to the compiler.
Change-Id: I691ddaa764b3ad62398003856c2480b2eece1f46
2020-02-12 23:19:44 -08:00
Laurent Morichetti d9d9c69399 Replace cl_* integral types with standard types.
cl_bool -> bool
cl_int -> int32_t
cl_uint -> uint32_t
cl_long -> int64_t
cl_ulong -> uint64_t
cl_float -> float
cl_double -> double
cl_bitfield -> uint64_t

Change-Id: I840c8993b55f98f5b745d21e27f5f28233647a58
2020-02-12 13:16:06 -08:00
German Andryeyev da5f4c554e Add CMake support for PAL backend
Change-Id: Id0673d43217be305aa4ca7a612c416baee3fb23c
2020-02-10 11:18:24 -05:00
Payam 853b2e38a4 updated find_path for opencl so it doesn't break cmake if opencl dir is passed
and opencl path is not found

Change-Id: I288dccef8d871bdf4e3e146de9337c1938c231ac
2020-02-07 02:45:46 -05:00
Laurent Morichetti b4c6143a2f Update copyright info
Change-Id: Ia4f9ff0f5f873b4223a8cca154188bb0d2f1abba
2020-02-04 09:26:14 -08:00
Laurent Morichetti 20c7173849 Merge branch 'origin/pghafari/vdi-prototype' into lmoriche/amd-master
Change-Id: Id3b833d405596735becb3346f3b08c6da57033fe
2020-01-30 20:12:13 -08:00
foreman 914c2eb8b6 P4 to Git Change 2062441 by chui@ocl-promo-incrementor on 2020/01/24 03:00:22
SWDEV-2 - Change OpenCL version number from 3085 to 3086.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2833 edit
2020-01-24 03:09:41 -05:00
foreman 6ace9abcd6 P4 to Git Change 2062152 by gandryey@gera-win10 on 2020/01/23 13:48:08
SWDEV-197836 - Drop the use of llvm header files in opencl runtime
	- COv2 doesn't report HostCall argument properly. Make a workaround for it.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/devkernel.cpp#34 edit
2020-01-23 13:55:16 -05:00
foreman 0edb23bf71 P4 to Git Change 2061934 by chui@ocl-promo-incrementor on 2020/01/23 03:00:21
SWDEV-2 - Change OpenCL version number from 3084 to 3085.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2832 edit
2020-01-23 03:10:00 -05:00
foreman 836301fd4a P4 to Git Change 2061572 by kjayapra@2_HIPWS_P2P_ROCM2 on 2020/01/22 12:08:52
SWDEV-145570 - MI200 Support changes

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdefs.hpp#29 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#151 edit
2020-01-22 12:13:41 -05:00
foreman 7bbcdc4186 P4 to Git Change 2061411 by chui@ocl-promo-incrementor on 2020/01/22 03:00:20
SWDEV-2 - Change OpenCL version number from 3083 to 3084.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2831 edit
2020-01-22 03:08:48 -05:00
foreman 7cb078bf63 P4 to Git Change 2061164 by gandryey@gera-win10 on 2020/01/21 18:19:35
SWDEV-197836 - Drop the use of llvm header files in opencl runtime
	- Remove llvm::AMDGPU::HSAMD::Kernel::Metadata usage

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/devkernel.cpp#33 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devkernel.hpp#22 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#78 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.hpp#40 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#86 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.hpp#31 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rockernel.cpp#55 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rockernel.hpp#28 edit
2020-01-21 18:24:20 -05:00
foreman 29dd0eb7a2 P4 to Git Change 2061101 by skudchad@skudchad_test2_win_opencl on 2020/01/21 16:47:25
SWDEV-219917 - [VDI Cleanup] Remove some direct OpenCL references, introduce a common functionality.

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

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/build/Makefile.hip#30 edit
... //depot/stg/opencl/drivers/opencl/api/hip/fixme.cpp#3 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_internal.hpp#51 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hiprtc_internal.hpp#3 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/build/Makefile.api#190 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_common.hpp#25 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_context.cpp#61 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_device.cpp#75 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_execute.cpp#31 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_icd.cpp#36 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_platform_amd.cpp#3 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_program.cpp#54 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#610 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#180 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#150 edit
... //depot/stg/opencl/drivers/opencl/runtime/include/vdi_agent_amd.h#1 add
... //depot/stg/opencl/drivers/opencl/runtime/include/vdi_common.hpp#1 add
... //depot/stg/opencl/drivers/opencl/runtime/os/os.hpp#32 edit
... //depot/stg/opencl/drivers/opencl/runtime/os/os_posix.cpp#49 edit
... //depot/stg/opencl/drivers/opencl/runtime/os/os_win32.cpp#50 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/agent.cpp#9 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/agent.hpp#7 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/context.cpp#54 edit
... //depot/stg/opencl/drivers/opencl/runtime/runtimedefs#54 edit
2020-01-21 16:52:40 -05:00
foreman 69884318ac P4 to Git Change 2060936 by gandryey@gera-win10 on 2020/01/21 13:28:16
SWDEV-197836 - Drop the use of llvm header files in opencl runtime
	- Remove usage of llvm::AMDGPU::HSAMD::Kernel::Arg::Metadata

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/devkernel.cpp#32 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devkernel.hpp#21 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#77 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#102 edit
2020-01-21 12:36:01 -06:00
foreman 2e299c52b0 P4 to Git Change 2060601 by chui@ocl-promo-incrementor on 2020/01/21 03:00:20
SWDEV-2 - Change OpenCL version number from 3082 to 3083.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2830 edit
2020-01-21 03:06:13 -05:00
foreman 357a13b91c P4 to Git Change 2058957 by chui@ocl-promo-incrementor on 2020/01/18 03:00:20
SWDEV-2 - Change OpenCL version number from 3081 to 3082.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2829 edit
2020-01-18 12:41:24 -05:00
foreman 3c137e7b19 P4 to Git Change 2058803 by gandryey@gera-win10 on 2020/01/17 15:47:42
SWDEV-219901 - [OCL-ROCr]Add pitch workaround for Navi10
	- Add pitch workaroud. Allocate a native image as the backing store and perform double copy when necessary

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#149 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.hpp#48 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocmemory.cpp#46 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocmemory.hpp#16 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocsettings.cpp#47 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocsettings.hpp#19 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#95 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.hpp#31 edit
2020-01-17 15:51:03 -05:00
foreman 1fe7807642 P4 to Git Change 2057703 by chui@ocl-promo-incrementor on 2020/01/16 03:00:19
SWDEV-2 - Change OpenCL version number from 3080 to 3081.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2828 edit
2020-01-16 03:05:29 -05:00
foreman 65b47104c7 P4 to Git Change 2057426 by vsytchen@vsytchen-ocl-win10-2 on 2020/01/15 19:27:36
SWDEV-79445 - OCL generic changes and code clean-up

	Make the conversion from amd::Coord3D to size_t* be explicit.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/platform/object.hpp#21 edit
2020-01-15 19:38:07 -05:00
foreman 43ad5275cb P4 to Git Change 2056965 by chui@ocl-promo-incrementor on 2020/01/15 03:00:18
SWDEV-2 - Change OpenCL version number from 3079 to 3080.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2827 edit
2020-01-15 03:04:21 -05:00
foreman a9b467ba7b P4 to Git Change 2056728 by vsytchen@vsytchen-ocl-win10-2 on 2020/01/14 17:54:16
SWDEV-79445 - OCL generic changes and code clean-up

	Alllow amd::Coord3D to decay into size_t*. This allows creating an amd::BufferRect obect without the need of explicitly passing size_t[3] arguments.

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

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/platform/object.hpp#20 edit
2020-01-14 17:56:39 -05:00
foreman ae5d557960 P4 to Git Change 2056720 by gandryey@gera-win10 on 2020/01/14 17:35:01
SWDEV-79445 - OCL generic changes and code clean-up
	- Use ClPrint to trace memory allocations

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palmemory.cpp#31 edit
2020-01-14 17:44:07 -05:00
foreman 7ceef75528 P4 to Git Change 2056207 by chui@ocl-promo-incrementor on 2020/01/14 03:00:17
SWDEV-2 - Change OpenCL version number from 3078 to 3079.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2826 edit
2020-01-14 03:07:09 -05:00
foreman 68107b160f P4 to Git Change 2055908 by axie@axie-opencl-rocm2 on 2020/01/13 16:27:17
SWDEV-219121 - [Navi][ROCm] Add performance counter support

	This is initial implementation for Navi 10 performance counter in OpenCL runtime.

	Tests:
	1. http://ocltc.amd.com:8111/viewModification.html?modId=130609&personal=true&tab=vcsModificationBuilds
	2. ./ocltst -m oclruntime.so -t OCLPerfCounters
	Before this code change, the segmenation fault happens inside OpenCL runtime. After this code change, the error happened inside HSA. Error message is generated in function hsa_ven_amd_aqlprofile_start. Inside this function, the C++ try block create exception. The exception error in HSA is "GFXIP is not supported(gfx1010)". We need HSA to add support for Navi.

	ReviewBoards: http://ocltc.amd.com/reviews/r/18463/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/roccounters.cpp#5 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/roccounters.hpp#4 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#94 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/runtime/OCLPerfCounters.cpp#50 edit
2020-01-13 16:35:17 -05:00
foreman e3e2727c47 P4 to Git Change 2055328 by chui@ocl-promo-incrementor on 2020/01/11 03:00:17
SWDEV-2 - Change OpenCL version number from 3077 to 3078.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2825 edit
2020-01-11 03:30:09 -05:00
foreman c583dfddf8 P4 to Git Change 2054860 by chui@ocl-promo-incrementor on 2020/01/10 03:00:16
SWDEV-2 - Change OpenCL version number from 3076 to 3077.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2824 edit
2020-01-10 03:11:39 -05:00
foreman b7dabf5c3b P4 to Git Change 2054168 by chui@ocl-promo-incrementor on 2020/01/09 03:00:16
SWDEV-2 - Change OpenCL version number from 3075 to 3076.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2823 edit
2020-01-09 03:06:46 -05:00
foreman 7bca33c5fb P4 to Git Change 2053967 by gandryey@gera-win10 on 2020/01/08 17:30:34
SWDEV-79445 - OCL generic changes and code clean-up
	- Propagate the error if flush() failed

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#159 edit
2020-01-08 17:36:14 -05:00
foreman bc91a60139 P4 to Git Change 2053572 by chui@ocl-promo-incrementor on 2020/01/08 03:00:15
SWDEV-2 - Change OpenCL version number from 3074 to 3075.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2822 edit
2020-01-08 03:03:49 -05:00
foreman 413eaa9dca P4 to Git Change 2052971 by chui@ocl-promo-incrementor on 2020/01/07 03:00:14
SWDEV-2 - Change OpenCL version number from 3073 to 3074.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2821 edit
2020-01-07 03:02:34 -05:00
foreman 93afda79fd P4 to Git Change 2052260 by chui@ocl-promo-incrementor on 2020/01/04 03:00:14
SWDEV-2 - Change OpenCL version number from 3072 to 3073.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2820 edit
2020-01-04 03:06:46 -05:00
foreman 375e16b00d P4 to Git Change 2051988 by chui@ocl-promo-incrementor on 2020/01/03 03:00:13
SWDEV-2 - Change OpenCL version number from 3071 to 3072.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2819 edit
2020-01-03 03:08:30 -05:00
foreman 0117e25aee P4 to Git Change 2051379 by chui@ocl-promo-incrementor on 2020/01/01 03:00:13
SWDEV-2 - Change OpenCL version number from 3070 to 3071.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2818 edit
2020-01-01 03:08:24 -05:00
foreman 4e2333f7d8 P4 to Git Change 2051215 by chui@ocl-promo-incrementor on 2019/12/31 03:00:12
SWDEV-2 - Change OpenCL version number from 3069 to 3070.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2817 edit
2019-12-31 03:05:52 -05:00
foreman c04203fc4d P4 to Git Change 2049940 by chui@ocl-promo-incrementor on 2019/12/24 03:00:09
SWDEV-2 - Change OpenCL version number from 3068 to 3069.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2816 edit
2019-12-24 03:08:17 -05:00
foreman e866011a92 P4 to Git Change 2049418 by chui@ocl-promo-incrementor on 2019/12/22 03:00:09
SWDEV-2 - Change OpenCL version number from 3067 to 3068.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2815 edit
2019-12-22 09:25:11 -05:00
foreman 3190f82d6c P4 to Git Change 2049382 by chui@ocl-promo-incrementor on 2019/12/21 03:00:08
SWDEV-2 - Change OpenCL version number from 3066 to 3067.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2814 edit
2019-12-21 03:05:45 -05:00
foreman 1384e82e60 P4 to Git Change 2049201 by skudchad@skudchad_test2_win_opencl on 2019/12/20 11:44:13
SWDEV-216708 - [hipclang-vdi-rocm][FBA-77]hipGetDeviceCount() query should not trigger any queue creation.
	- KFD queues get created when we call hsa_executable_load_agent_code_object when creating a blitProgram at init. Delay blit creation until when needed
	- Queue also gets created when we init a xferQueue. Delay that too until when needed.

	If we want to have a lite init, there are multiple changes needed in both OpenCL and HIP. Thats rather a feature to work on later.

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

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocblit.cpp#34 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#148 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.hpp#47 edit
2019-12-20 11:50:41 -05:00
foreman 30ba6b114c P4 to Git Change 2049013 by chui@ocl-promo-incrementor on 2019/12/20 03:00:07
SWDEV-2 - Change OpenCL version number from 3065 to 3066.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2813 edit
2019-12-20 03:07:16 -05:00
foreman fc003e8db5 P4 to Git Change 2048585 by kjayapra@2_HIPWS_P2P_ROCM2 on 2019/12/19 12:15:48
SWDEV-215976 - Map IPC pointers to all devices by default, since Peer is enabled @ roc::init anyway.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#147 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.hpp#46 edit
2019-12-19 12:20:17 -05:00
foreman c1c755e7ea P4 to Git Change 2048321 by chui@ocl-promo-incrementor on 2019/12/19 03:00:07
SWDEV-2 - Change OpenCL version number from 3064 to 3065.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2812 edit
2019-12-19 03:06:46 -05:00
foreman 393e342fce P4 to Git Change 2047634 by chui@ocl-promo-incrementor on 2019/12/18 03:00:06
SWDEV-2 - Change OpenCL version number from 3063 to 3064.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2811 edit
2019-12-18 03:13:00 -05:00
foreman b4f2598005 P4 to Git Change 2047300 by vsytchen@vsytchen-ocl-win10-2 on 2019/12/17 15:29:33
SWDEV-79445 - OCL generic changes and code clean-up

	Update Gfx9PlusSubDeviceInfo with Navi14Lite entry to match PAL's AsicRevision enum

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

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldefs.hpp#67 edit
2019-12-17 15:32:30 -05:00
foreman d98ea91003 P4 to Git Change 2045971 by chui@ocl-promo-incrementor on 2019/12/14 03:00:05
SWDEV-2 - Change OpenCL version number from 3062 to 3063.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2810 edit
2019-12-14 03:07:53 -05:00
foreman 8483576cc7 P4 to Git Change 2045916 by gandryey@gera-win10 on 2019/12/13 18:32:11
SWDEV-197836 - Drop the use of llvm header files in opencl runtime
	- Fix compilation error with configurations where COMGR is disabled.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#76 edit
2019-12-13 18:41:05 -05:00
foreman c23923ff47 P4 to Git Change 2045906 by gandryey@gera-win10 on 2019/12/13 18:00:26
SWDEV-197836 - Drop the use of llvm header files in opencl runtime
	- Fix compilation error with configurations where COMGR disabled.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#75 edit
2019-12-13 18:10:44 -05:00
foreman b4d64363f6 P4 to Git Change 2045900 by gandryey@gera-win10 on 2019/12/13 17:41:59
SWDEV-197836 - Drop the use of llvm header files in opencl runtime
	- Eliminate LC driver path from runtime

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/device.cpp#248 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#345 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devkernel.cpp#31 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devkernel.hpp#20 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#74 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.hpp#39 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#179 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#85 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palmemory.cpp#30 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#101 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#146 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rockernel.cpp#54 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#109 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#93 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/program.cpp#107 edit
2019-12-13 17:50:58 -05:00
foreman c7dc9892dd P4 to Git Change 2045498 by chui@ocl-promo-incrementor on 2019/12/13 03:00:05
SWDEV-2 - Change OpenCL version number from 3061 to 3062.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2809 edit
2019-12-13 03:06:34 -05:00