foreman
411f8194e5
P4 to Git Change 2005845 by chui@ocl-promo-incrementor on 2019/09/28 03:00:41
...
SWDEV-2 - Change OpenCL version number from 3008 to 3009.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2756 edit
2019-09-28 03:07:58 -04:00
foreman
2404ade2ef
P4 to Git Change 2005779 by vsytchen@vsytchen-hip-win10 on 2019/09/27 18:12:14
...
SWDEV-192384 - [HIP CQE][HIPonPAL][19.40] hipBindTexRef1DFetch, hipTextureRef2D are failed on all ASICs for both Win/Lnx
The runtime cannot trivially determine all the resources that will be used by a kernel, thus it can fail to make all of them resident.
1. Add new runtime flag PAL_ALWAYS_RESIDENT. Enabling this setting will cause resources to become resident at allocation time.
2. Set the default value of the above flag to true for HIP and false for OCL.
ReviewBoardURL = http://ocltc.amd.com/reviews/r/18054/diff/
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.cpp#79 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.hpp#30 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#100 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.hpp#27 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#153 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#319 edit
2019-09-27 18:23:31 -04:00
foreman
fa60a0083f
P4 to Git Change 2005774 by kjayapra@3_HIPWS_P2P_ROCM2 on 2019/09/27 17:54:03
...
SWDEV-144570 - Adding extern var support for dynamically loaded modules for Texture reference.
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_internal.hpp#43 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_module.cpp#42 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_platform.cpp#43 edit
2019-09-27 18:00:49 -04:00
foreman
bf668d922c
P4 to Git Change 2005731 by vsytchen@vsytchen-hip-win10 on 2019/09/27 16:34:38
...
SWDEV-192384 - [HIP CQE][HIPonPAL][19.40] hipBindTexRef1DFetch, hipTextureRef2D are failed on all ASICs for both Win/Lnx
1. Correctly set the image type for textures created from arrays.
2. Allow creating any kind of image from a buffer.
ReviewBoardURL = http://ocltc.amd.com/reviews/r/18051/diff/
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_texture.cpp#19 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#166 edit
2019-09-27 16:44:50 -04:00
foreman
34af69a76e
P4 to Git Change 2005731 by vsytchen@vsytchen-hip-win10 on 2019/09/27 16:34:38
...
SWDEV-192384 - [HIP CQE][HIPonPAL][19.40] hipBindTexRef1DFetch, hipTextureRef2D are failed on all ASICs for both Win/Lnx
1. Correctly set the image type for textures created from arrays.
2. Allow creating any kind of image from a buffer.
ReviewBoardURL = http://ocltc.amd.com/reviews/r/18051/diff/
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_texture.cpp#19 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#166 edit
2019-09-27 16:44:50 -04:00
foreman
44465253ac
P4 to Git Change 2005728 by gandryey@gera-win10 on 2019/09/27 16:30:22
...
SWDEV-79445 - OCL generic changes and code clean-up
- Update copyright header. No functional changes.
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_agent_amd.h#3 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_d3d9_amd.hpp#19 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_debugger_amd.h#8 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_lqdflash_amd.h#7 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_p2p_amd.h#2 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_platform_amd.h#3 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_profile_amd.h#4 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_sdi_amd.cpp#5 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_sdi_amd.h#3 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_semaphore_amd.h#4 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_thread_trace_amd.h#5 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldeviced3d10.cpp#4 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldeviced3d11.cpp#4 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldeviced3d9.cpp#4 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevicegl.cpp#12 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palmemory.cpp#29 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paltrap.hpp#3 edit
2019-09-27 16:36:00 -04:00
foreman
901e67024a
P4 to Git Change 2005728 by gandryey@gera-win10 on 2019/09/27 16:30:22
...
SWDEV-79445 - OCL generic changes and code clean-up
- Update copyright header. No functional changes.
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_agent_amd.h#3 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_d3d9_amd.hpp#19 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_debugger_amd.h#8 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_lqdflash_amd.h#7 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_p2p_amd.h#2 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_platform_amd.h#3 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_profile_amd.h#4 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_sdi_amd.cpp#5 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_sdi_amd.h#3 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_semaphore_amd.h#4 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_thread_trace_amd.h#5 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldeviced3d10.cpp#4 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldeviced3d11.cpp#4 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldeviced3d9.cpp#4 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevicegl.cpp#12 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palmemory.cpp#29 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paltrap.hpp#3 edit
2019-09-27 16:36:00 -04:00
foreman
87e901fcdc
P4 to Git Change 2005676 by kjayapra@0_HIPWS_LNX1_ROCM on 2019/09/27 15:33:19
...
SWDEV-145570 - Accomadating Texture Header changes.
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_texture.cpp#18 edit
2019-09-27 15:39:51 -04:00
Rahul Garg
6cfb65d11b
Merge pull request #1457 from yxsamliu/launch2
...
Add new kernel launching API for hip-clang
2019-09-27 12:36:26 -07:00
foreman
a932af9dbc
P4 to Git Change 2005601 by gandryey@gera-hip-lnx on 2019/09/27 13:58:55
...
SWDEV-184709 - support hipLaunchCooperativeKernel()
- Switch to the device library functions for GWS sync and init
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_platform.cpp#42 edit
... //depot/stg/opencl/drivers/opencl/make/hip.git/tests/src/runtimeApi/module/hipCooperativeGroup.cpp#2 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palschedcl.cpp#7 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#152 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocschedcl.cpp#4 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#87 edit
2019-09-27 14:07:19 -04:00
foreman
a00020106d
P4 to Git Change 2005601 by gandryey@gera-hip-lnx on 2019/09/27 13:58:55
...
SWDEV-184709 - support hipLaunchCooperativeKernel()
- Switch to the device library functions for GWS sync and init
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_platform.cpp#42 edit
... //depot/stg/opencl/drivers/opencl/make/hip.git/tests/src/runtimeApi/module/hipCooperativeGroup.cpp#2 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palschedcl.cpp#7 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#152 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocschedcl.cpp#4 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#87 edit
2019-09-27 14:07:19 -04:00
foreman
27098e82fe
P4 to Git Change 2005583 by skudchad@skudchad_test2_win_opencl on 2019/09/27 13:25:25
...
SWDEV-199293 - Fix build on windows. Include header in hip_internal.hpp
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_internal.hpp#42 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_rtc.cpp#7 edit
2019-09-27 13:31:58 -04:00
Evgeny Mankov
5b12667051
Merge pull request #1474 from emankov/master
...
[HIPIFY] Generate more hipify-perl (continuation)
2019-09-27 19:14:01 +03:00
Evgeny Mankov
0d36e13ce9
[HIPIFY] Generate more hipify-perl (continuation)
...
+ Minor hipify-perl clean-up
+ Minor CUDA2HIP_Perl refactoring
2019-09-27 19:10:54 +03:00
foreman
93aca4f8dc
P4 to Git Change 2005454 by michliao@hliao-dev-00-hip.rocm-workspace on 2019/09/27 08:45:19
...
SWDEV-199293 - Fix build
- source code should be self-sufficient, i.e., including headers
directly referenced.
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_rtc.cpp#6 edit
2019-09-27 08:55:43 -04:00
Jenkins
91da26d1cb
Merge 'master' into 'amd-master'
...
Change-Id: I27cef7b297b1a06b20be5e4d7f76ec4ecd958eb5
2019-09-27 05:58:37 -04:00
foreman
ab126af6c7
P4 to Git Change 2005306 by chui@ocl-promo-incrementor on 2019/09/27 03:00:41
...
SWDEV-2 - Change OpenCL version number from 3007 to 3008.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2755 edit
2019-09-27 03:05:05 -04:00
Yaxun (Sam) Liu
f12b060a3b
Add new kernel launching API for hip-clang
2019-09-26 20:15:24 -04:00
foreman
129333387a
P4 to Git Change 2005049 by skudchad@skudchad_rocm on 2019/09/26 17:24:59
...
SWDEV-199293 - HIP_RTC inprocess implementation.
ReviewBoardURL = http://ocltc.amd.com/reviews/r/18014/diff/
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_internal.hpp#41 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_rtc.cpp#5 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hiprtc_internal.hpp#1 add
... //depot/stg/opencl/drivers/opencl/runtime/platform/program.hpp#49 edit
2019-09-26 17:47:32 -04:00
foreman
167b7eb22d
P4 to Git Change 2005049 by skudchad@skudchad_rocm on 2019/09/26 17:24:59
...
SWDEV-199293 - HIP_RTC inprocess implementation.
ReviewBoardURL = http://ocltc.amd.com/reviews/r/18014/diff/
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_internal.hpp#41 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_rtc.cpp#5 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hiprtc_internal.hpp#1 add
... //depot/stg/opencl/drivers/opencl/runtime/platform/program.hpp#49 edit
2019-09-26 17:47:32 -04:00
Evgeny Mankov
2742e78f70
Merge pull request #1469 from emankov/master
...
[HIPIFY] Add supported fp16 functions
2019-09-26 18:16:57 +03:00
Evgeny Mankov
ff1699397b
[HIPIFY] Add supported fp16 functions
...
+ Update hipify-perl accordingly
2019-09-26 18:13:20 +03:00
Evgeny Mankov
fde2733451
Merge pull request #1467 from emankov/master
...
[HIPIFY][doc] Update README.md
2019-09-26 17:11:16 +03:00
Evgeny Mankov
e5ed366bad
[HIPIFY][doc] Update README.md
...
+ Testing, versioning
2019-09-26 17:08:29 +03:00
Sarbojit2019
db4c0c0811
[HIP] Add tccDriver info in hipDeviceProp
...
Fixes #1433 .
2019-09-26 13:53:33 +05:30
foreman
a2190cfbb7
P4 to Git Change 2004540 by chui@ocl-promo-incrementor on 2019/09/26 03:00:40
...
SWDEV-2 - Change OpenCL version number from 3006 to 3007.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2754 edit
2019-09-26 03:09:18 -04:00
foreman
cd2abbb731
P4 to Git Change 2004245 by axie@axie_win_opencl_nvme on 2019/09/25 16:46:31
...
SWDEV-203855 - Segfault when using hipArrayCreate and hipMemcpyParam2D
1. hipArrayCreate API implementation uses a wrong parameter to check width. That parameter can be null pointer because it is used to pass the pointer back to the caller.
2. Implement hipMemcpyParam2D similar to HIP-HCC implementation. Reference: https://github.com/ROCm-Developer-Tools/HIP/blob/master/src/hip_memory.cpp
Tests:
1. PRE CHECK-IN build and test(no regression): http://ocltc:8111/viewModification.html?modId=126608&personal=true&init=1&tab=vcsModificationBuilds
2. GPU is VEGA10, OS is Windows 10, CPU is threadripper 1900x, run the test. There is not segfault or exit during hipArrayCreate and hipMemcpyParam2D function call.
ReviewBoard: http://ocltc.amd.com/reviews/r/18037/
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_memory.cpp#72 edit
2019-09-25 16:53:50 -04:00
Evgeny Mankov
6d69ceeb1d
Merge pull request #1462 from emankov/master
...
[HIPIFY][#1439 ] Add reinterpret_cast to args of some functions
2019-09-25 18:58:03 +03:00
Evgeny Mankov
1db7c1d694
[HIPIFY][ #1439 ] Add reinterpret_cast to args of some functions
...
+ Perl part of [#1458 ]
+ Affected functions: hipFuncSetCacheConfig, hipFuncGetAttributes
+ Implement function generateHostFunctions() in hipify-clang for that purposes
+ Update hipify-perl accordingly
2019-09-25 18:53:17 +03:00
foreman
8c489a3680
P4 to Git Change 2003907 by kjayapra@0_HIPWS_LNX1_ROCM on 2019/09/25 10:27:19
...
SWDEV-144570 - Fixing compilation error - changing intermediate enum var as int.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.hpp#32 edit
2019-09-25 10:40:51 -04:00
Evgeny Mankov
9c7a9eecc3
Merge pull request #1461 from emankov/master
...
[HIPIFY][perl] Get rid of obsolete warnings on cuBLAS and cuRAND
2019-09-25 17:39:31 +03:00
Evgeny Mankov
76f2202abf
[HIPIFY][perl] Get rid of obsolete warnings on cuBLAS and cuRAND
2019-09-25 17:37:41 +03:00
foreman
55d9deabbe
P4 to Git Change 2003672 by chui@ocl-promo-incrementor on 2019/09/25 03:00:41
...
SWDEV-2 - Change OpenCL version number from 3005 to 3006.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2753 edit
2019-09-25 03:10:12 -04:00
foreman
35c8a50c99
P4 to Git Change 2003445 by yaxunl@yaxunl-lc10 on 2019/09/24 16:56:01
...
SWDEV-145570 - Add new kernel launching API for hip-clang
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.def.in#28 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.map.in#27 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_platform.cpp#41 edit
2019-09-24 16:58:14 -04:00
foreman
4f6bbfa473
P4 to Git Change 2003196 by kjayapra@0_HIPWS_LNX1_ROCM on 2019/09/24 10:48:45
...
SWDEV-144570 - Implementing some Texture APIs
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.def.in#27 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.map.in#26 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_texture.cpp#17 edit
2019-09-24 10:57:33 -04:00
Evgeny Mankov
0c87027f5b
Merge pull request #1459 from emankov/hipify-clang
...
[HIPIFY] HipifyAction refactoring
2019-09-24 10:37:44 +03:00
Evgeny Mankov
7c62b1b2d0
[HIPIFY] HipifyAction refactoring
...
+ Merge of cudaSymbolFuncCall and cudaReinterpretCastArgFuncCall matchers into a single cudaHostFuncCall matcher
+ More const std::string declarations
+ Formatting
2019-09-24 10:33:51 +03:00
foreman
d03fb0d835
P4 to Git Change 2002945 by chui@ocl-promo-incrementor on 2019/09/24 03:00:50
...
SWDEV-2 - Change OpenCL version number from 3004 to 3005.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2752 edit
2019-09-24 03:07:23 -04:00
Evgeny Mankov
927ba00252
Merge pull request #1458 from emankov/hipify-clang
...
[HIPIFY][#1439 ] Add reinterpret_cast to args of some functions
2019-09-24 09:46:37 +03:00
Evgeny Mankov
cf467b4550
[HIPIFY][ #1439 ] Add reinterpret_cast to args of some functions
...
+ Affected functions: hipFuncSetCacheConfig, hipFuncGetAttributes
+ Add a corresponding Matcher cudaReinterpretCastArgFuncCall
+ Add reinterpret_cast.cu test
TODO: Do the same for hipify-perl
2019-09-24 09:44:17 +03:00
Evgeny Mankov
87019ddc75
Merge pull request #1455 from emankov/hipify-clang
...
[HIPIFY][doc] Return X86 target back in LLVM's cmake
2019-09-23 22:22:50 +03:00
Evgeny Mankov
f7b3dcd6d7
[HIPIFY][doc] Return X86 target back in LLVM's cmake
...
Due to LLVM 9.0.0 release, which still needs X86 for NVPTX, LLVM trunk - doesn't.
2019-09-23 22:20:23 +03:00
foreman
ab3fd77bf4
P4 to Git Change 2002571 by gandryey@gera-win10 on 2019/09/23 13:57:22
...
SWDEV-86035 - Integrate PAL from //depot/stg/pal_prm/... interface version 535, gpuopen version 41.
- pal_prm: CL#1997577.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbe/codeSanitizerConfig/customerSS/keyword-regexes.txt#3 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbe/codeSanitizerConfig/openSourceNpi/keyword-regexes.txt#3 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbe/codeSanitizerConfig/openSourceNpi/strip-config.txt#4 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbe/inc/core/pal.h#52 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbe/inc/core/palLib.h#99 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbe/inc/scpc/scpcLib.h#38 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbe/inc/scpc/scpcShader.h#29 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbe/inc/util/palCacheLayer.h#6 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbe/res/ver.h#97 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbe/src/core/addrMgr/addrMgr2/addrMgr2.cpp#57 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbe/src/core/cmdAllocator.cpp#23 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbe/src/core/device.cpp#91 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbe/src/core/gpuMemory.cpp#51 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbe/src/core/hw/gfxip/gfx9/gfx9DepthStencilView.cpp#49 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbe/src/core/hw/gfxip/gfx9/gfx9Device.cpp#102 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbe/src/core/hw/gfxip/gfx9/gfx9PerfCtrInfo.cpp#47 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbe/src/core/hw/gfxip/gfx9/gfx9UniversalCmdBuffer.cpp#99 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbe/src/core/hw/gfxip/rpm/rsrcProcMgr.cpp#79 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbe/src/core/hw/gfxip/scpc/compileHelper.cpp#42 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbe/src/core/hw/videoip/vcn2/vcn2JpegDecodeCmdBuffer.cpp#5 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbe/src/core/imported/addrlib/codeSanitizerConfig/openSourceNpi/strip-config.txt#3 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbe/src/core/imported/addrlib/src/gfx10/gfx10SwizzlePattern.h#6 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbe/src/core/imported/addrlib/src/gfx10/gfx10addrlib.cpp#16 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbe/src/core/imported/addrlib/src/gfx10/gfx10addrlib.h#12 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbe/src/core/layers/cmdBufferLogger/cmdBufferLoggerCmdBuffer.h#54 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbe/src/core/layers/gpuProfiler/gpuProfilerQueueFileLogger.cpp#58 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbe/src/core/layers/interfaceLogger/interfaceLoggerLogContext.cpp#54 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbe/src/core/platform.cpp#51 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbe/src/core/platform.h#39 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbe/src/gpuUtil/gpaSession.cpp#58 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbe/src/util/memoryCacheLayer.cpp#7 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbe/src/util/memoryCacheLayer.h#6 integrate
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbedefs#51 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#165 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palgpuopen.cpp#17 edit
2019-09-23 14:05:41 -04:00
Jenkins
94b3d49a8e
Merge 'master' into 'amd-master'
...
Change-Id: I83daa8e77a448c4ae80ad9007eac5f786f8f4954
2019-09-23 05:09:41 -04:00
Evgeny Mankov
68a7b900b9
Merge pull request #1452 from emankov/hipify-clang
...
[HIPIFY][perl] CUDA2HIP_Perl code cleanup
2019-09-22 23:46:03 +03:00
Evgeny Mankov
a13540b97a
[HIPIFY][perl] CUDA2HIP_Perl code cleanup
2019-09-22 23:43:07 +03:00
Evgeny Mankov
af54dc20a0
Merge pull request #1451 from emankov/hipify-clang
...
[HIPIFY][perl] generateSymbolFunctions() small refactoring
2019-09-22 22:36:39 +03:00
Evgeny Mankov
d6b0ab0fd2
[HIPIFY][perl] generateSymbolFunctions() small refactoring
2019-09-22 22:34:07 +03:00
foreman
d7137cb161
P4 to Git Change 2002048 by chui@ocl-promo-incrementor on 2019/09/22 03:00:39
...
SWDEV-2 - Change OpenCL version number from 3003 to 3004.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2751 edit
2019-09-22 03:09:22 -04:00
foreman
8cb583e71c
P4 to Git Change 2001979 by chui@ocl-promo-incrementor on 2019/09/21 03:00:38
...
SWDEV-2 - Change OpenCL version number from 3002 to 3003.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2750 edit
2019-09-21 03:05:57 -04:00