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

2834 Коммитов

Автор SHA1 Сообщение Дата
foreman e07adc287f P4 to Git Change 1735485 by marsenau@marsenau-fiji on 2019/01/24 20:39:56
SWDEV-127767 - Don't guess at the suffix for the device libraries

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/CMakeLists.txt#18 edit
2019-01-24 20:51:42 -05:00
foreman 19f2b3dd84 P4 to Git Change 1735010 by chui@ocl-promo-incrementor on 2019/01/24 03:00:12
SWDEV-2 - Change OpenCL version number from 2820 to 2821.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2568 edit
2019-01-24 03:10:23 -05:00
foreman 74d0d697d8 P4 to Git Change 1734433 by chui@ocl-promo-incrementor on 2019/01/23 03:00:12
SWDEV-2 - Change OpenCL version number from 2819 to 2820.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2567 edit
2019-01-23 03:48:16 -05:00
foreman dfbf0c56b3 P4 to Git Change 1732914 by chui@ocl-promo-incrementor on 2019/01/19 03:00:08
SWDEV-2 - Change OpenCL version number from 2818 to 2819.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2566 edit
2019-01-19 03:11:47 -05:00
foreman 02c5d38cb9 P4 to Git Change 1732709 by gandryey@gera-w8 on 2019/01/18 14:18:03
SWDEV-79445 - OCL generic changes and code clean-up
	- Add  101010 GL interop formats mapping into CL_RGBA. The change will make sure the channel order consistency between OGL and OCL

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_gl.cpp#62 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldefs.hpp#47 edit
2019-01-18 14:41:37 -05:00
foreman cdbec540c4 P4 to Git Change 1732420 by chui@ocl-promo-incrementor on 2019/01/18 03:00:08
SWDEV-2 - Change OpenCL version number from 2817 to 2818.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2565 edit
2019-01-18 03:41:54 -05:00
foreman bd3af873ec P4 to Git Change 1732253 by asalmanp@asalmanp-ocl-stg on 2019/01/17 21:45:23
SWDEV-132899 - [OCL][GFX10] 70 subtests of Conformance Mipmaps (clCopyImage) test failed for image type 1Darray
	This is the follow up for CL#1517501

	copyImage1DA blit kernel uses image2d_array_t type for src/dst images. On gx10, num of arrays/layers is expected in Z component for a 2Darray image so a swap is required for 1Darray images when we use 2Darray image for the image copy. The copyImage1DA has code for swapping z and y components as follows:

	if (srcOrigin.w != 0) {
	coordsSrc.z = coordsSrc.y;
	coordsSrc.y = 0;
	}
	if (dstOrigin.w != 0) {
	coordsDst.z = coordsDst.y;
	coordsDst.y = 0;
	}

	So to use this path force the w component to 1 for src and dst images on gfx10 if image type is 1Darray.

	ReviewRequestURL = http://ocltc.amd.com/reviews/r/16538/diff/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palblit.cpp#28 edit
2019-01-17 22:11:38 -05:00
foreman aab00a26bc P4 to Git Change 1732177 by gandryey@gera-w8 on 2019/01/17 18:08:26
SWDEV-174282 - [AMF] WIN10 Converter fails when scale YUY2 image with certain output width
	- When OCL creates an image view use the pitch value from the original surface

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.cpp#185 edit
2019-01-17 18:33:10 -05:00
foreman aa3989dcd0 P4 to Git Change 1732168 by jatang@jatang_win_pal_lc on 2019/01/17 17:58:53
SWDEV-172202 - Workaround the scheduler for systems don't support PCIe 3 atomics properly.

	The idea is the scheduler uses a device side global as write_index, and only write the write_index back to the hsa queue when the last thread of the scheduler leaves.

	This change along with the library side change have been tested on systems with or without proper PCIe 3 atomics support.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocblit.cpp#29 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocsched.hpp#2 edit
2019-01-17 18:20:24 -05:00
foreman dc3e9a916d P4 to Git Change 1732008 by wchau@wchau_OCL_boltzmann on 2019/01/17 13:33:23
SWDEV-162389 - OpenCL Support for COMgr
	- added the machineTargetLC_ values, which was introduced in CL1702548, for Carrizo and Hawaii
	- requested by Joseph Greathouse for public users (https://github.com/RadeonOpenCompute/ROCm/issues/668)

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdefs.hpp#22 edit
2019-01-17 15:20:06 -05:00
foreman 30a3da25f9 P4 to Git Change 1731717 by chui@ocl-promo-incrementor on 2019/01/17 03:00:10
SWDEV-2 - Change OpenCL version number from 2816 to 2817.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2564 edit
2019-01-17 07:06:07 -05:00
foreman 1210448dd2 P4 to Git Change 1731224 by jatang@jatang_win_pal_lc on 2019/01/16 10:40:44
SWDEV-172202 - Back out changelist 1730757.

	Failure in OCLDynamic tests in various TC Sanity tests.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#111 edit
2019-01-16 11:32:33 -05:00
foreman a7d345bacc P4 to Git Change 1731071 by chui@ocl-promo-incrementor on 2019/01/16 03:00:08
SWDEV-2 - Change OpenCL version number from 2815 to 2816.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2563 edit
2019-01-16 04:07:29 -05:00
foreman 8f937aef7c P4 to Git Change 1730757 by jatang@jatang_win_pal_lc on 2019/01/15 15:41:42
SWDEV-172202 - Enable OpenCL 2.0 when PCIe Gen3 atomics is support.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#110 edit
2019-01-15 16:36:10 -05:00
foreman 6b10f9322c P4 to Git Change 1730491 by chui@ocl-promo-incrementor on 2019/01/15 03:00:07
SWDEV-2 - Change OpenCL version number from 2814 to 2815.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2562 edit
2019-01-15 03:14:15 -05:00
foreman ae5ae500b0 P4 to Git Change 1729594 by chui@ocl-promo-incrementor on 2019/01/12 03:00:05
SWDEV-2 - Change OpenCL version number from 2813 to 2814.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2561 edit
2019-01-12 03:09:23 -05:00
foreman a8fd09d6d9 P4 to Git Change 1729095 by chui@ocl-promo-incrementor on 2019/01/11 03:00:06
SWDEV-2 - Change OpenCL version number from 2812 to 2813.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2560 edit
2019-01-11 03:20:28 -05:00
foreman ca14911693 P4 to Git Change 1727825 by chui@ocl-promo-incrementor on 2019/01/09 03:00:06
SWDEV-2 - Change OpenCL version number from 2811 to 2812.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2559 edit
2019-01-09 03:12:22 -05:00
foreman 697a5c68ca P4 to Git Change 1727393 by gandryey@gera-w8 on 2019/01/08 11:35:08
SWDEV-79445 - OCL generic changes and code clean-up
	- Allow LC to execute 64bit GPU binaries with 32 bit OCL runtime.

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_program.cpp#51 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#122 edit
2019-01-08 12:13:48 -05:00
foreman 0c6cf47532 P4 to Git Change 1727221 by chui@ocl-promo-incrementor on 2019/01/08 03:00:04
SWDEV-2 - Change OpenCL version number from 2810 to 2811.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2558 edit
2019-01-08 03:14:11 -05:00
foreman e631b3978f P4 to Git Change 1727059 by asalmanp@asalmanp-ocl-stg on 2019/01/07 17:48:44
SWDEV-132899 - [OCL][GFX10] report number of WGP by default on gfx10 ASICs
	Both HSAIL/SC and LC compilers use WGP mode by default on gfx10 ASICs (i.e., COMPUTE_PGM_RSRC1.WGP_MODE is set to 1 by both compilers) therefore runtime should report number of WGP (i.e., CU/2) on gfx10 ASICs by default.
	The new environment variable (GPU_ENABLE_WGP_MODE = 0)  can be used to force CU mode on LC (i.e., -mcumode option) if it’s needed (HSAIL/SC doesn't have any compiler option for forcing the CU mode)

	Also, using the new environment variable (GPU_ENABLE_WAVE32_MODE) to control the wave32 mode on gfx10+.

	ReviewRequestURL = http://ocltc.amd.com/reviews/r/16435/diff/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#329 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#27 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#121 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#65 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#301 edit
2019-01-07 18:02:10 -05:00
foreman 612ea757c4 P4 to Git Change 1726612 by chui@ocl-promo-incrementor on 2019/01/06 03:00:07
SWDEV-2 - Change OpenCL version number from 2809 to 2810.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2557 edit
2019-01-06 03:14:42 -05:00
foreman e349f1fbb8 P4 to Git Change 1726547 by chui@ocl-promo-incrementor on 2019/01/05 03:00:05
SWDEV-2 - Change OpenCL version number from 2808 to 2809.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2556 edit
2019-01-05 03:11:57 -05:00
foreman 915c3da749 P4 to Git Change 1726489 by kjayapra@3_HIPWS_hmc2Dfix on 2019/01/04 19:36:57
SWDEV-145570 - Changing the SRC and DST pointer in hsa_amd_memory_async_copy_rect.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocblit.cpp#28 edit
2019-01-04 19:44:36 -05:00
foreman 2b92421194 P4 to Git Change 1726335 by wchau@wchau_OCL_boltzmann on 2019/01/04 14:53:36
SWDEV-174898 - OCL Runtime kernel metadata lookup requires quadratic time

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/devkernel.cpp#18 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devkernel.hpp#13 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#26 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.hpp#15 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#76 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rockernel.cpp#49 edit
2019-01-04 15:06:29 -05:00
foreman 3fc7bb0329 P4 to Git Change 1726090 by chui@ocl-promo-incrementor on 2019/01/04 03:00:05
SWDEV-2 - Change OpenCL version number from 2807 to 2808.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2555 edit
2019-01-04 04:08:38 -05:00
foreman c65248d5a8 P4 to Git Change 1725828 by gandryey@gera-w8 on 2019/01/03 16:12:42
SWDEV-79445 - OCL generic changes and code clean-up
	- Add IS_LIGHTNING check for the rocr initialization, because currently for LC builds GPU_ENABLE_PAL is forced to 1.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/device.cpp#241 edit
2019-01-03 17:08:34 -05:00
foreman 0a5b58ddec P4 to Git Change 1725771 by gandryey@gera-w8 on 2019/01/03 14:33:02
SWDEV-79445 - OCL generic changes and code clean-up
	- Allow ROCr and PAL support from a single runtime binary. Runtime will use ROCr path by default with GPU_ENABLE_PAL=1 forcing PAL.

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/build/Makefile.api#183 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.cpp#240 edit
2019-01-03 14:48:40 -05:00
foreman 63a1a63a75 P4 to Git Change 1725623 by gandryey@gera-w8 on 2019/01/03 10:32:08
SWDEV-79445 - OCL generic changes and code clean-up
	- Chnage the scope of SchedulerSourceCode variable

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#109 edit
2019-01-03 11:02:36 -05:00
foreman 9faff0597a P4 to Git Change 1725484 by chui@ocl-promo-incrementor on 2019/01/03 03:00:30
SWDEV-2 - Change OpenCL version number from 2806 to 2807.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2554 edit
2019-01-03 04:46:04 -05:00
foreman 9b98cc97e6 P4 to Git Change 1725283 by gandryey@gera-lnx-rcf on 2019/01/02 19:03:17
SWDEV-79445 - OCL generic changes and code clean-up
	- Keep the body of all methods in the Program interface

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#97 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.hpp#44 edit
2019-01-02 19:27:19 -05:00
foreman ad54eb030b P4 to Git Change 1725257 by gandryey@gera-w8 on 2019/01/02 17:28:57
SWDEV-79445 - OCL generic changes and code clean-up
	- Move the constructor body of LightningProgram to the header

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#96 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.hpp#43 edit
2019-01-02 18:29:04 -05:00
foreman 01710a66ac P4 to Git Change 1725166 by gandryey@gera-w8 on 2019/01/02 15:41:59
SWDEV-79445 - OCL generic changes and code clean-up
	- Add dynamic switch between HSAIL and LC in ROCr path

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#108 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rockernel.cpp#48 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rockernel.hpp#26 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#95 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.hpp#42 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#71 edit
2019-01-02 16:03:55 -05:00
foreman 77c9dda5ba P4 to Git Change 1725088 by wchau@wchau_OCL_boltzmann on 2019/01/02 13:45:33
SWDEV-175381 - OCL Runtime produces invalid names for bitcode data objects

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#25 edit
2019-01-02 14:22:04 -05:00
foreman d548c36767 P4 to Git Change 1724879 by chui@ocl-promo-incrementor on 2019/01/02 03:00:29
SWDEV-2 - Change OpenCL version number from 2805 to 2806.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2553 edit
2019-01-02 03:12:47 -05:00
foreman eef3a29f21 P4 to Git Change 1724724 by chui@ocl-promo-incrementor on 2019/01/01 03:00:29
SWDEV-2 - Change OpenCL version number from 2804 to 2805.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2552 edit
2019-01-01 03:09:08 -05:00
foreman ed33c6cab0 P4 to Git Change 1724178 by chui@ocl-promo-incrementor on 2018/12/27 03:00:27
SWDEV-2 - Change OpenCL version number from 2803 to 2804.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2551 edit
2018-12-27 03:42:56 -05:00
foreman b08c8a2f47 P4 to Git Change 1723893 by chui@ocl-promo-incrementor on 2018/12/25 03:00:25
SWDEV-2 - Change OpenCL version number from 2802 to 2803.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2550 edit
2018-12-25 03:10:42 -05:00
foreman 7c957b67dc P4 to Git Change 1723780 by chui@ocl-promo-incrementor on 2018/12/24 03:00:27
SWDEV-2 - Change OpenCL version number from 2801 to 2802.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2549 edit
2018-12-24 03:23:31 -05:00
foreman b1b2b85d8a P4 to Git Change 1723669 by kzhuravl@kzhuravl-fiji-ocllc-2 on 2018/12/23 13:22:07
SWDEV-173685 - Fix retrieval of required work group size metadata

	Pre-checkin: http://ocltc.amd.com:8111/viewModification.html?modId=113287&personal=true&init=1&tab=vcsModificationBuilds
	Review: http://ocltc.amd.com/reviews/r/16377/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/devkernel.hpp#12 edit
2018-12-23 13:33:47 -05:00
foreman d11f7ccd31 P4 to Git Change 1723630 by chui@ocl-promo-incrementor on 2018/12/22 03:00:25
SWDEV-2 - Change OpenCL version number from 2800 to 2801.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2548 edit
2018-12-22 03:10:53 -05:00
foreman 0b238e4420 P4 to Git Change 1723529 by lmoriche@lmoriche_opencl_dev2 on 2018/12/21 14:55:55
SWDEV-174895 - OCL generic changes and code clean-up
	- Rename the AMDGCN builtins libraries to be compatible with comgr.

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/comgr/lib/comgr/src/comgr-device-libs.cpp#3 edit
... //depot/stg/opencl/drivers/opencl/library/build/Makefile.library#73 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#24 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/CMakeLists.txt#17 edit
2018-12-21 15:24:27 -05:00
foreman 46d8598e55 P4 to Git Change 1723373 by chui@ocl-promo-incrementor on 2018/12/21 03:00:56
SWDEV-2 - Change OpenCL version number from 2799 to 2800.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2547 edit
2018-12-21 03:10:41 -05:00
foreman 8d9283fd5d P4 to Git Change 1723115 by gandryey@gera-w8 on 2018/12/20 15:12:36
SWDEV-174551 - [CQE OCL][QR][DTB-Blocker] 7 tests are failing in Conformance | Faulty CL#1720236
	- Back out changelist 1720236. Conformance swaps RGB to BGR components  and fails if real RGB is used. OCL can't switch to RGB until a fix into the conformance tests will be applied.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldefs.hpp#46 edit
2018-12-20 16:19:39 -05:00
foreman 6f129de758 P4 to Git Change 1722999 by gandryey@gera-w8 on 2018/12/20 12:07:51
SWDEV-79445 - OCL generic changes and code clean-up
	- Use dynamic LC switch for denorms

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#64 edit
2018-12-20 12:37:44 -05:00
foreman 636d9275c4 P4 to Git Change 1722768 by chui@ocl-promo-incrementor on 2018/12/20 03:00:24
SWDEV-2 - Change OpenCL version number from 2798 to 2799.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2546 edit
2018-12-20 03:23:25 -05:00
foreman 172e8b7e89 P4 to Git Change 1722571 by gandryey@gera-w8 on 2018/12/19 16:37:51
SWDEV-79445 - Back out changelist 1722556
	- More changes are necessary on ROCm backend to support a dynamic switch between HSAIL and LC

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#107 edit
2018-12-19 17:18:55 -05:00
foreman 908d6f0ad0 P4 to Git Change 1722556 by gandryey@gera-w8 on 2018/12/19 16:17:02
SWDEV-79445 - OCL generic changes and code clean-up
	- Change the compilation path base on variable

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#106 edit
2018-12-19 16:49:05 -05:00
foreman c8cd6e607e P4 to Git Change 1722452 by skudchad@skudchad_test2_win_opencl on 2018/12/19 13:24:25
SWDEV-145570 - Use Subwindow copy SDMA for D->H and H->D copies if possible or fall back to linebyline copies if unalinged pitch.
	- Set correct flags for SVM finegrain buffer for ROC backend

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

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocblit.cpp#27 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocmemory.cpp#41 edit
2018-12-19 13:46:12 -05:00
foreman b68842f1f3 P4 to Git Change 1722219 by chui@ocl-promo-incrementor on 2018/12/19 03:00:27
SWDEV-2 - Change OpenCL version number from 2797 to 2798.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2545 edit
2018-12-19 03:23:12 -05:00