Revīziju grafs

3009 Revīzijas

Autors SHA1 Ziņojums Datums
foreman a4eaa79df8 P4 to Git Change 1788784 by chui@ocl-promo-incrementor on 2019/05/29 03:00:32
SWDEV-2 - Change OpenCL version number from 2910 to 2911.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2658 edit
2019-05-29 03:11:58 -04:00
foreman 39d84b3142 P4 to Git Change 1788139 by chui@ocl-promo-incrementor on 2019/05/28 03:00:27
SWDEV-2 - Change OpenCL version number from 2909 to 2910.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2657 edit
2019-05-28 03:20:44 -04:00
foreman c166e2513c P4 to Git Change 1787806 by yaxunl@yaxunl-lc10 on 2019/05/27 10:53:56
SWDEV-145570 - Support loading fat binary generated through --genco by hipModuleLoad.

	hip-clang --genco generates fat binary instead of code object. To support that
	we need to extract code object from fat binary in hipModuleLoadData. This is
	needed for hipRTC since multiple GPU archs may be passed.

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/hip_module.cpp#27 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_platform.cpp#31 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#42 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#308 edit
2019-05-27 20:11:08 -04:00
foreman 09621adaca P4 to Git Change 1787562 by chui@ocl-promo-incrementor on 2019/05/25 03:00:03
SWDEV-2 - Change OpenCL version number from 2908 to 2909.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2656 edit
2019-05-25 03:11:43 -04:00
foreman 3ffa7150da P4 to Git Change 1787115 by chui@ocl-promo-incrementor on 2019/05/24 03:00:02
SWDEV-2 - Change OpenCL version number from 2907 to 2908.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2655 edit
2019-05-24 03:08:12 -04:00
foreman d6882ece45 P4 to Git Change 1786576 by chui@ocl-promo-incrementor on 2019/05/23 03:00:03
SWDEV-2 - Change OpenCL version number from 2906 to 2907.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2654 edit
2019-05-23 03:14:32 -04:00
foreman bee817ba6c P4 to Git Change 1786426 by gandryey@gera-win10 on 2019/05/22 16:54:24
SWDEV-79445 - OCL generic changes and code clean-up
	- Fix a crash when SDMA is disabled

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#137 edit
2019-05-22 17:36:57 -04:00
foreman 064f5d2c01 P4 to Git Change 1785966 by chui@ocl-promo-incrementor on 2019/05/22 03:00:06
SWDEV-2 - Change OpenCL version number from 2905 to 2906.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2653 edit
2019-05-22 03:13:17 -04:00
foreman 163046cd23 P4 to Git Change 1785925 by skeely@skeely_LC_linux on 2019/05/21 23:23:32
SWDEV-190142 - Switch os::TimeNanos to use CLOCK_MONOTONIC_RAW.

	Avoids NTP adjustment and re-aligns CPU clock usage with ROCm.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/os/os_posix.cpp#45 edit
2019-05-21 23:48:30 -04:00
foreman fde741c2b4 P4 to Git Change 1785707 by chesik@chesik_bdc-dtw-chesikw10_driver on 2019/05/21 15:03:23
SWDEV-189990, SWDEV-190337 - Update OpenCL/PAL gfx10 counter blocks again to match GPUPerfAPI.

	SWDEV-190337:
	  - Update the GFX10 block list (gfx10BlockIsPal) to match GPUPerfAPI, which expects the OpenCL block lists to match OpenGL (UGL). Note: The list now matches the expectations of GPUPerfAPI. For TA/TD/TCP, nearly all GFX10 ASICs only require 10 or 12 instances (Arden would require 14, Mero would require 8, but not sure if those are supported by OCL), but we are using 16 instances to match UGL.

	  - Make sure the blockIdToIndexSelect array contains all the blocks supported by PAL (add a static_assert to ensure this)

	  - Refactor the PCIndexSelect enum. This enum is used to determine how to sum up counters across multiple block instances. The following types are now supported:
	    Instance -- no autosumming; instances have a one-to-one correlation with PAL
	    ShaderEngine -- the block is instanced per shader engine, and OpenCL will autosum counters across all PAL instances, providing a single value for all of PAL's instances
	    ShaderArray -- the block is instanced per shader array, and OpenCL will autosum counters across shader arrays, providing a single value for each instance within a shader array. For example, if a block has four instances per shader array, PAL would expose 16 instances total on Navi10 (2 SEs, 2 SAs per SE), but OpenCL will expose four instances
	    ComputeUnit -- the block is instanced per compute unit, and OpenCL will autosum counters across shader arrays, providing a single value for each compute-unit-per-shader-array. For example, if a block is instanced per compute unit, then PAL would expose 40 instances on a 40CU Navi10. OpenCL would support 10 instances (2 CUs-per-WGP, 5 WGPs-per-SA), autosummed across shader arrays.

	SWDEV-189990:
	 - Revert GFX9 and GFX10 tests back to using the MCVML2 counter it was using previously (prior to CL 1766829).  This is counter index 2, which the test calls "BigK bank 0 hits".  In the aforementioned change list, I updated the counter index from 2 to 14, since index 14 is the actual counter that represents "BigK bank 0 hits".  Counter index 2 is the number of hits, not "bigK" hits. This previous change caused a test regression reported in SWDEV-189990. By reverting the code to use counter 2, the expected value in the test should be correct.  Perhaps a better update would be to change the description in the source from "BigK bank 0 hits" to "bank 0 hits", but for now, I'm just going to go back to what the test was doing before.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palcounters.cpp#21 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palcounters.hpp#11 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/runtime/OCLPerfCounters.cpp#47 edit
2019-05-21 16:07:56 -04:00
foreman e5446b960b P4 to Git Change 1785103 by chui@ocl-promo-incrementor on 2019/05/20 03:00:04
SWDEV-2 - Change OpenCL version number from 2904 to 2905.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2652 edit
2019-05-20 03:21:53 -04:00
foreman db183b7033 P4 to Git Change 1784979 by chui@ocl-promo-incrementor on 2019/05/19 03:00:03
SWDEV-2 - Change OpenCL version number from 2903 to 2904.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2651 edit
2019-05-19 03:16:23 -04:00
foreman 55fdfd9228 P4 to Git Change 1784883 by chui@ocl-promo-incrementor on 2019/05/18 03:00:03
SWDEV-2 - Change OpenCL version number from 2902 to 2903.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2650 edit
2019-05-18 03:07:54 -04:00
foreman 22bd466daf P4 to Git Change 1784838 by gandryey@gera-win10 on 2019/05/17 17:36:58
SWDEV-189453 - [Navi10][OpenCl][x32][Converter] Process hang
	- Use the argument size from the caller. With LC path and 32 bit the both sizes are different and runtime has to use the caller's size, which matches the host bitness, because the optimized path updates 32 bit values only.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palblit.cpp#30 edit
2019-05-17 18:08:20 -04:00
foreman ab218e9710 P4 to Git Change 1784378 by chui@ocl-promo-incrementor on 2019/05/17 03:00:03
SWDEV-2 - Change OpenCL version number from 2901 to 2902.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2649 edit
2019-05-17 03:11:59 -04:00
foreman 544a731139 P4 to Git Change 1783724 by chui@ocl-promo-incrementor on 2019/05/16 03:00:05
SWDEV-2 - Change OpenCL version number from 2900 to 2901.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2648 edit
2019-05-16 03:12:36 -04:00
foreman 0ac6dcbd24 P4 to Git Change 1783658 by cpaquot@cpaquot-ocl-lc-lnx on 2019/05/15 22:55:22
SWDEV-189541 - [HIP] Make sure maxSvmSize is power of two.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#136 edit
2019-05-15 23:14:28 -04:00
foreman 38a5fe9b0a P4 to Git Change 1783299 by cpaquot@cpaquot-ocl-lc-lnx on 2019/05/15 11:56:14
SWDEV-189541 - [HIP] Increase SVM size to 64Gb for HIP.
	Introducing HIP_SET_SVM_SIZE to set SVM size specifically for HIP.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#135 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#307 edit
2019-05-15 12:17:35 -04:00
foreman f3bd06370a P4 to Git Change 1783098 by chui@ocl-promo-incrementor on 2019/05/15 03:00:03
SWDEV-2 - Change OpenCL version number from 2899 to 2900.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2647 edit
2019-05-15 03:08:45 -04:00
foreman 8cf04af915 P4 to Git Change 1782395 by chui@ocl-promo-incrementor on 2019/05/14 03:00:05
SWDEV-2 - Change OpenCL version number from 2898 to 2899.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2646 edit
2019-05-14 04:09:13 -04:00
foreman e16de03a2e P4 to Git Change 1781985 by gandryey@gera-win10 on 2019/05/13 11:54:40
SWDEV-189140 - Add P2P support in PAL path
	- PAL requires P2P resource open on the usage device. Add the new interface to open the resource
	- Add a hidden P2P device object creation into amd::Memory. It can be activated with OCL context that has a single device.

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_p2p_amd.cpp#2 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#337 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#134 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palmemory.cpp#25 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.cpp#74 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.hpp#28 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#80 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.hpp#23 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#133 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#126 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/command.cpp#93 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/memory.cpp#136 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/memory.hpp#109 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#306 edit
2019-05-13 12:19:10 -04:00
foreman 32135bf5cf P4 to Git Change 1781819 by chui@ocl-promo-incrementor on 2019/05/13 03:00:04
SWDEV-2 - Change OpenCL version number from 2897 to 2898.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2645 edit
2019-05-13 03:12:15 -04:00
foreman 3a7b316583 P4 to Git Change 1781707 by chui@ocl-promo-incrementor on 2019/05/12 03:00:04
SWDEV-2 - Change OpenCL version number from 2896 to 2897.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2644 edit
2019-05-12 05:13:51 -04:00
foreman 15f42a625a P4 to Git Change 1781639 by chui@ocl-promo-incrementor on 2019/05/11 03:00:05
SWDEV-2 - Change OpenCL version number from 2895 to 2896.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2643 edit
2019-05-11 03:14:06 -04:00
foreman 71fdbe21b3 P4 to Git Change 1781015 by chui@ocl-promo-incrementor on 2019/05/10 03:00:04
SWDEV-2 - Change OpenCL version number from 2894 to 2895.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2642 edit
2019-05-10 03:52:45 -04:00
foreman 7748e50666 P4 to Git Change 1780469 by chui@ocl-promo-incrementor on 2019/05/09 03:00:04
SWDEV-2 - Change OpenCL version number from 2893 to 2894.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2641 edit
2019-05-09 03:12:44 -04:00
foreman 699a12bfa2 P4 to Git Change 1780358 by gandryey@gera-win10 on 2019/05/08 18:46:22
SWDEV-79445 - OCL generic changes and code clean-up
	- Run google autoformat over the PAL backend. It will allow to enable autoformat in VS for the future changes.
	- No functional changes

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palappprofile.cpp#4 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palappprofile.hpp#4 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palblit.cpp#29 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palblit.hpp#8 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palconstbuf.cpp#12 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palconstbuf.hpp#10 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palcounters.cpp#20 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palcounters.hpp#10 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldebugger.hpp#4 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldebugmanager.cpp#4 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldefs.hpp#52 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#133 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.hpp#37 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldeviced3d10.cpp#3 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldeviced3d11.cpp#3 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldeviced3d9.cpp#3 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevicegl.cpp#11 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palgpuopen.cpp#13 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palgpuopen.hpp#9 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#78 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.hpp#28 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palmemory.cpp#24 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palmemory.hpp#11 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprintf.hpp#6 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#93 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.hpp#38 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.cpp#73 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.hpp#27 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#79 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.hpp#22 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paltimestamp.hpp#4 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#132 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.hpp#60 edit
2019-05-08 19:22:02 -04:00
foreman 54021e0264 P4 to Git Change 1780298 by gandryey@gera-win10 on 2019/05/08 17:04:56
SWDEV-188605 - [CQE OCL][QR][mGPU][Vega][DTB-Blocker][Windows][RS5] Observed Failure of OCLP2PBuffer sub test of ocltst_runtime both 64 &32 bit due to faultyCL 1775995
	- Count offline GPU devices during PAL device detection

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#132 edit
2019-05-08 17:16:07 -04:00
foreman 0449bf058e P4 to Git Change 1779910 by chui@ocl-promo-incrementor on 2019/05/08 03:00:03
SWDEV-2 - Change OpenCL version number from 2892 to 2893.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2640 edit
2019-05-08 05:12:29 -04:00
foreman c1cb3fd812 P4 to Git Change 1779175 by chui@ocl-promo-incrementor on 2019/05/07 03:00:06
SWDEV-2 - Change OpenCL version number from 2891 to 2892.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2639 edit
2019-05-07 03:17:33 -04:00
foreman e37953f099 P4 to Git Change 1778587 by chui@ocl-promo-incrementor on 2019/05/06 03:00:17
SWDEV-2 - Change OpenCL version number from 2890 to 2891.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2638 edit
2019-05-06 03:55:23 -04:00
foreman 6a217d1ea0 P4 to Git Change 1778428 by chui@ocl-promo-incrementor on 2019/05/05 17:08:51
SWDEV-2 - Change OpenCL version number from 2889 to 2890.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2637 edit
2019-05-05 17:17:25 -04:00
foreman 0f72983a61 P4 to Git Change 1777875 by chui@ocl-promo-incrementor on 2019/05/03 03:00:03
SWDEV-2 - Change OpenCL version number from 2888 to 2889.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2636 edit
2019-05-03 03:09:51 -04:00
foreman 441d322dc8 P4 to Git Change 1777625 by asalmanp@asalmanp-ocl-stg on 2019/05/02 14:31:30
SWDEV-132899 - [OCL][GFX10] Add support for Navi12Lite

	ReviewBaordURL = http://ocltc.amd.com/reviews/r/17281/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palbedefs#37 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#78 edit
2019-05-02 15:20:45 -04:00
foreman b6712eb2ed P4 to Git Change 1777295 by chui@ocl-promo-incrementor on 2019/05/02 03:00:03
SWDEV-2 - Change OpenCL version number from 2887 to 2888.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2635 edit
2019-05-02 03:13:01 -04:00
foreman d3774315a0 P4 to Git Change 1777158 by cpaquot@cpaquot-ocl-lc-lnx on 2019/05/01 17:12:01
SWDEV-188219 - [HIP] Add hipStreamCreateWithPriority. NOP right now.

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/hip_device_runtime.cpp#14 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.def.in#13 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.map.in#14 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_stream.cpp#17 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/commandqueue.hpp#21 edit
2019-05-01 18:43:47 -04:00
foreman 268627d98e P4 to Git Change 1776901 by gandryey@gera-w8 on 2019/05/01 11:42:45
SWDEV-187956 - [CQE OCL][NAVI 10][WIN][LNX] Assertion failure observed with Subtests of OpenMM on PAL/LC path
	- Correct the number of SIMDs and SIMD width for Navi10.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldefs.hpp#51 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdefs.hpp#24 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/runtime/OCLDeviceQueries.cpp#54 edit
2019-05-01 12:05:50 -04:00
foreman e79e3e6f21 P4 to Git Change 1776881 by jatang@jatang_win_pal_lc on 2019/05/01 11:04:10
SWDEV-174198 - Back out changelist 1776874.

	Need to wait for //depot/main/drivers/inc/asic_reg/ai_id.h promotion.

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/common/linker.cpp#161 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/libUtils.cpp#39 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings.h#58 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings_hsail.h#54 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings_hsail64.h#49 edit
... //depot/stg/opencl/drivers/opencl/compiler/tools/driver/driver.cpp#71 edit
2019-05-01 11:49:17 -04:00
foreman c8d38859e0 P4 to Git Change 1776874 by jatang@jatang_win_pal_lc on 2019/05/01 10:56:52
SWDEV-174198 - Add support for MI100.

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/common/linker.cpp#160 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/libUtils.cpp#38 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings.h#57 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings_hsail.h#53 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings_hsail64.h#48 edit
... //depot/stg/opencl/drivers/opencl/compiler/tools/driver/driver.cpp#70 edit
2019-05-01 11:44:42 -04:00
foreman e9dedd6682 P4 to Git Change 1776811 by chui@ocl-promo-incrementor on 2019/05/01 03:00:07
SWDEV-2 - Change OpenCL version number from 2886 to 2887.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2634 edit
2019-05-01 03:09:33 -04:00
foreman cf74994c54 P4 to Git Change 1776765 by todli@todli-win-opencl-kv1 on 2019/04/30 19:30:32
SWDEV-181817 - remove HostMemDirectAccess flag for non-tiled 3D image, so that unimplemented pal::Resouce::mapLayers() will not be hit by Fill Image path.

	ocltc.amd.com/reviews/r/17238/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palmemory.cpp#23 edit
2019-04-30 19:41:57 -04:00
foreman f18b734f30 P4 to Git Change 1776336 by chui@ocl-promo-incrementor on 2019/04/30 03:00:03
SWDEV-2 - Change OpenCL version number from 2885 to 2886.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2633 edit
2019-04-30 03:39:29 -04:00
foreman 5f99d6ed66 P4 to Git Change 1776019 by gandryey@gera-w8 on 2019/04/29 14:13:29
SWDEV-79445 - OCL generic changes and code clean-up
	- Remove GPU_DEVICE_NAME support

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#605 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#131 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#125 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#305 edit
2019-04-29 14:30:36 -04:00
foreman 1e33e8be4d P4 to Git Change 1775995 by gandryey@gera-w8 on 2019/04/29 13:46:53
SWDEV-79445 - OCL generic changes and code clean-up
	- Enable P2P extension for PAL path, currently it's staging copy only
	- Fix P2P staging copy

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/hip_memory.cpp#55 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.cpp#243 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#336 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#130 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#77 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#131 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.hpp#59 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#124 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.hpp#36 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#74 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/command.cpp#92 edit
2019-04-29 13:58:26 -04:00
foreman 1dddb78021 P4 to Git Change 1775916 by chui@ocl-promo-incrementor on 2019/04/29 11:12:31
SWDEV-2 - Change OpenCL version number from 2884 to 2885.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2632 edit
2019-04-29 11:28:38 -04:00
foreman f84c26afb9 P4 to Git Change 1772710 by gandryey@gera-w8 on 2019/04/22 11:42:59
SWDEV-185753 - [CQE OCL][QR][DTB-Blocker][Vega][Navi][PCO][Windows] observed Failure with Multiple applications on all asics (Navi, Vega, PCO, RV2 ) due to Faulty CL 1766106
	- Keep SVM allocation of code segment for HIP only.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#92 edit
2019-04-22 11:57:54 -04:00
foreman f97209b5e0 P4 to Git Change 1772340 by chui@ocl-promo-incrementor on 2019/04/20 03:00:05
SWDEV-2 - Change OpenCL version number from 2883 to 2884.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2631 edit
2019-04-21 21:42:19 -04:00
foreman f874d958e8 P4 to Git Change 1772267 by michliao@hliao-dev-00-hip.rocm-workspace on 2019/04/19 15:53:44
SWDEV-187076 - Fix parameter initialization on COMPGR path.

	- Once 'Args' or '.args' cannot be found, it should be regarded as no
	  argument is associated with that kernel instead of an error.

	RB: http://ocltc.amd.com/reviews/r/17177/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/devkernel.cpp#22 edit
2019-04-19 16:10:03 -04:00
foreman 51fb01161f P4 to Git Change 1772111 by chui@ocl-promo-incrementor on 2019/04/19 03:00:06
SWDEV-2 - Change OpenCL version number from 2882 to 2883.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2630 edit
2019-04-19 03:12:51 -04:00
foreman 3cc84d73a3 P4 to Git Change 1771493 by chui@ocl-promo-incrementor on 2019/04/18 03:00:05
SWDEV-2 - Change OpenCL version number from 2881 to 2882.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2629 edit
2019-04-18 03:14:22 -04:00