Wykres commitów

68445 Commity

Autor SHA1 Wiadomość Data
foreman 157116503e P4 to Git Change 1219975 by fdaniil@spb_fdaniil_amd_hsa_brigvar_test on 2015/12/11 08:44:02
SWDEV-77584 - enable cl_khr_int64_base_atomics extension in 32bit HSAIL compiler - it's already supported. the extension used in OpenMM library and FAHBench.

	significantly reduces perfomance drop in bug 11198 http://ocltc.amd.com/bugs/show_bug.cgi?id=11198

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

	reviewer: German Andryeyev
	testing: smoke, precheckin

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#339 edit
2015-12-11 08:51:00 -05:00
foreman 6fdd9db5b0 P4 to Git Change 1219878 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/12/11 03:00:20
SWDEV-2 - Change OpenCL version number from 1970 to 1971.

Affected files ...

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


[ROCm/clr commit: 1633e2c95d]
2015-12-11 03:16:39 -05:00
foreman 1633e2c95d P4 to Git Change 1219878 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/12/11 03:00:20
SWDEV-2 - Change OpenCL version number from 1970 to 1971.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1717 edit
2015-12-11 03:16:39 -05:00
foreman 1b97e1b14f P4 to Git Change 1219652 by asalmanp@asalmanp-opencl-stg on 2015/12/10 14:20:26
SWDEV-82296 - [CQE OCL][2.0][HWSC][16.10]SDK Sample "AtomicCounters" 32/64bit failed with HWSC driver

	Disabling the cl_ext_atomic_counters_32 extension since there is no support for this extension on HSAIL and HWS.

	ReviewBoardURL = http://ocltc.amd.com/reviews/r/9221/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#265 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#538 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#338 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/hsa_foundation/hsasettings.cpp#11 edit


[ROCm/clr commit: 9b2fc7a77e]
2015-12-10 14:27:54 -05:00
foreman 9b2fc7a77e P4 to Git Change 1219652 by asalmanp@asalmanp-opencl-stg on 2015/12/10 14:20:26
SWDEV-82296 - [CQE OCL][2.0][HWSC][16.10]SDK Sample "AtomicCounters" 32/64bit failed with HWSC driver

	Disabling the cl_ext_atomic_counters_32 extension since there is no support for this extension on HSAIL and HWS.

	ReviewBoardURL = http://ocltc.amd.com/reviews/r/9221/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#265 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#538 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#338 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/hsa_foundation/hsasettings.cpp#11 edit
2015-12-10 14:27:54 -05:00
foreman bef5850140 P4 to Git Change 1219421 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/12/10 03:00:11
SWDEV-2 - Change OpenCL version number from 1969 to 1970.

Affected files ...

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


[ROCm/clr commit: b4dd604375]
2015-12-10 03:09:17 -05:00
foreman b4dd604375 P4 to Git Change 1219421 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/12/10 03:00:11
SWDEV-2 - Change OpenCL version number from 1969 to 1970.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1716 edit
2015-12-10 03:09:17 -05:00
foreman ceac03c331 P4 to Git Change 1219002 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/12/09 03:00:11
SWDEV-2 - Change OpenCL version number from 1968 to 1969.

Affected files ...

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


[ROCm/clr commit: f71d4a0f85]
2015-12-09 03:07:43 -05:00
foreman f71d4a0f85 P4 to Git Change 1219002 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/12/09 03:00:11
SWDEV-2 - Change OpenCL version number from 1968 to 1969.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1715 edit
2015-12-09 03:07:43 -05:00
foreman 97b6b58b80 P4 to Git Change 1218642 by ashi1@ashi1_win50 on 2015/12/08 10:02:04
SWDEV-83237 - Remove R800/900 from SC build. Disable EG/NI as supported GPU in compiler library
	SC will soon remove support of R800/900. We need to get ready for it.
	Two thing needs to be done:
	1. update opencldefs to change R800_BUILD and R900_BUILD to 0
	2. update compiler/lib/utils/target_mappings.h and v0_8/target_mappings*.h to disable EG/NI GPUs as not supported.
	Update all ocltsts.

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/utils/v0_8/target_mappings_amdil.h#5 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings_amdil.h#32 edit
... //depot/stg/opencl/drivers/opencl/opencldefs#165 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/binary/BIF2xTo3x.cpp#2 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/binary/bif2x_Barts.bin#2 delete
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/binary/bif2x_BeaverCreek.bin#2 delete
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/binary/bif2x_Caicos.bin#2 delete
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/binary/bif2x_Cayman.bin#2 delete
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/binary/bif2x_Cedar.bin#2 delete
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/binary/bif2x_Cypress.bin#2 delete
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/binary/bif2x_Devastator.bin#2 delete
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/binary/bif2x_Juniper.bin#2 delete
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/binary/bif2x_Loveland.bin#2 delete
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/binary/bif2x_Redwood.bin#2 delete
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/binary/bif2x_Scrapper.bin#2 delete
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/binary/bif2x_Turks.bin#2 delete
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/binary/bif2x_WinterPark.bin#2 delete
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/binary/build/Makefile.binary#20 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/complib/aclAPI.cpp#21 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/complib/bif21_Barts.bin#3 delete
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/complib/build/Makefile.complib#38 edit


[ROCm/clr commit: dfb086584f]
2015-12-08 10:11:59 -05:00
foreman dfb086584f P4 to Git Change 1218642 by ashi1@ashi1_win50 on 2015/12/08 10:02:04
SWDEV-83237 - Remove R800/900 from SC build. Disable EG/NI as supported GPU in compiler library
	SC will soon remove support of R800/900. We need to get ready for it.
	Two thing needs to be done:
	1. update opencldefs to change R800_BUILD and R900_BUILD to 0
	2. update compiler/lib/utils/target_mappings.h and v0_8/target_mappings*.h to disable EG/NI GPUs as not supported.
	Update all ocltsts.

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/utils/v0_8/target_mappings_amdil.h#5 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings_amdil.h#32 edit
... //depot/stg/opencl/drivers/opencl/opencldefs#165 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/binary/BIF2xTo3x.cpp#2 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/binary/bif2x_Barts.bin#2 delete
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/binary/bif2x_BeaverCreek.bin#2 delete
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/binary/bif2x_Caicos.bin#2 delete
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/binary/bif2x_Cayman.bin#2 delete
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/binary/bif2x_Cedar.bin#2 delete
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/binary/bif2x_Cypress.bin#2 delete
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/binary/bif2x_Devastator.bin#2 delete
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/binary/bif2x_Juniper.bin#2 delete
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/binary/bif2x_Loveland.bin#2 delete
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/binary/bif2x_Redwood.bin#2 delete
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/binary/bif2x_Scrapper.bin#2 delete
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/binary/bif2x_Turks.bin#2 delete
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/binary/bif2x_WinterPark.bin#2 delete
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/binary/build/Makefile.binary#20 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/complib/aclAPI.cpp#21 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/complib/bif21_Barts.bin#3 delete
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/complib/build/Makefile.complib#38 edit
2015-12-08 10:11:59 -05:00
foreman 7b01cd393d P4 to Git Change 1218559 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/12/08 03:00:11
SWDEV-2 - Change OpenCL version number from 1967 to 1968.

Affected files ...

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


[ROCm/clr commit: 689df36770]
2015-12-08 03:09:24 -05:00
foreman 689df36770 P4 to Git Change 1218559 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/12/08 03:00:11
SWDEV-2 - Change OpenCL version number from 1967 to 1968.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1714 edit
2015-12-08 03:09:24 -05:00
Yair Shachar 8f529e3c72 Add support for per device debug register state tracking
Change-Id: I8d51670f5de8d379ead898d484f668a8034f9878
Signed-off-by: Yair Shachar <Yair.Shachar@amd.com>
2015-12-07 21:11:21 +02:00
Yair Shachar f01386b61c Add support for per device debug register state tracking
Change-Id: I8d51670f5de8d379ead898d484f668a8034f9878
Signed-off-by: Yair Shachar <Yair.Shachar@amd.com>


[ROCm/ROCR-Runtime commit: 8f529e3c72]
2015-12-07 21:11:21 +02:00
foreman cf9c9204df P4 to Git Change 1218185 by smekhano@stas-rampitec-hsa on 2015/12/07 11:46:59
SWDEV-83242 - RT: disable ADL reload in app detect
	Reload is disabled in ADL with the change list 1198904 and ticket
	SWDEV-59442 - The ADL_ApplicationProfiles_System_Reload Function is not Re-entrant.
	Returned value of the call is ADL_ERR_NOT_SUPPORTED on Windows.
	Thus appprofiles do not currently work with the OpenCL.
	This change removes reload call result check and profiles work again.

	Testing: smoke, precheckin, use of customized app profile
	Reviewed by German Andreev

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/appprofile.cpp#11 edit


[ROCm/clr commit: 86fe69e9ef]
2015-12-07 11:53:23 -05:00
foreman 86fe69e9ef P4 to Git Change 1218185 by smekhano@stas-rampitec-hsa on 2015/12/07 11:46:59
SWDEV-83242 - RT: disable ADL reload in app detect
	Reload is disabled in ADL with the change list 1198904 and ticket
	SWDEV-59442 - The ADL_ApplicationProfiles_System_Reload Function is not Re-entrant.
	Returned value of the call is ADL_ERR_NOT_SUPPORTED on Windows.
	Thus appprofiles do not currently work with the OpenCL.
	This change removes reload call result check and profiles work again.

	Testing: smoke, precheckin, use of customized app profile
	Reviewed by German Andreev

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/appprofile.cpp#11 edit
2015-12-07 11:53:23 -05:00
foreman 95b255e00b P4 to Git Change 1218081 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/12/07 03:00:11
SWDEV-2 - Change OpenCL version number from 1966 to 1967.

Affected files ...

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


[ROCm/clr commit: e9b3baa3d0]
2015-12-07 03:06:41 -05:00
foreman e9b3baa3d0 P4 to Git Change 1218081 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/12/07 03:00:11
SWDEV-2 - Change OpenCL version number from 1966 to 1967.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1713 edit
2015-12-07 03:06:41 -05:00
foreman 59c987eae8 P4 to Git Change 1217975 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/12/06 03:00:11
SWDEV-2 - Change OpenCL version number from 1965 to 1966.

Affected files ...

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


[ROCm/clr commit: 74654a527b]
2015-12-06 03:09:40 -05:00
foreman 74654a527b P4 to Git Change 1217975 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/12/06 03:00:11
SWDEV-2 - Change OpenCL version number from 1965 to 1966.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1712 edit
2015-12-06 03:09:40 -05:00
foreman 7516eb20b9 P4 to Git Change 1217944 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/12/05 03:00:11
SWDEV-2 - Change OpenCL version number from 1964 to 1965.

Affected files ...

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


[ROCm/clr commit: 59a63e01af]
2015-12-05 03:10:09 -05:00
foreman 59a63e01af P4 to Git Change 1217944 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/12/05 03:00:11
SWDEV-2 - Change OpenCL version number from 1964 to 1965.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1711 edit
2015-12-05 03:10:09 -05:00
foreman 085b138a47 P4 to Git Change 1217843 by gandryey@gera-w8 on 2015/12/04 16:33:36
SWDEV-79445 - Enable CL_AMD_FP16 extension and allow to force CL_KHR_FP16

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#264 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#337 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#247 edit


[ROCm/clr commit: 05ac0307b7]
2015-12-04 16:43:59 -05:00
foreman 05ac0307b7 P4 to Git Change 1217843 by gandryey@gera-w8 on 2015/12/04 16:33:36
SWDEV-79445 - Enable CL_AMD_FP16 extension and allow to force CL_KHR_FP16

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#264 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#337 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#247 edit
2015-12-04 16:43:59 -05:00
foreman a2a3cd25d6 P4 to Git Change 1217582 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/12/04 03:00:10
SWDEV-2 - Change OpenCL version number from 1963 to 1964.

Affected files ...

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


[ROCm/clr commit: 137ceadfbb]
2015-12-04 03:09:49 -05:00
foreman 137ceadfbb P4 to Git Change 1217582 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/12/04 03:00:10
SWDEV-2 - Change OpenCL version number from 1963 to 1964.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1710 edit
2015-12-04 03:09:49 -05:00
foreman 2ed685cee3 P4 to Git Change 1217061 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/12/03 03:00:18
SWDEV-2 - Change OpenCL version number from 1962 to 1963.

Affected files ...

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


[ROCm/clr commit: c28504a63c]
2015-12-03 03:10:25 -05:00
foreman c28504a63c P4 to Git Change 1217061 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/12/03 03:00:18
SWDEV-2 - Change OpenCL version number from 1962 to 1963.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1709 edit
2015-12-03 03:10:25 -05:00
foreman c99faaee06 P4 to Git Change 1216652 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/12/02 03:00:13
SWDEV-2 - Change OpenCL version number from 1961 to 1962.

Affected files ...

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


[ROCm/clr commit: 9de775b2f3]
2015-12-02 03:15:43 -05:00
foreman 9de775b2f3 P4 to Git Change 1216652 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/12/02 03:00:13
SWDEV-2 - Change OpenCL version number from 1961 to 1962.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1708 edit
2015-12-02 03:15:43 -05:00
foreman 354e831515 P4 to Git Change 1216440 by rili@rili_opencl_stg on 2015/12/01 17:23:55
SWDEV-82256 - Limit the workaround for Win 7 only because KMD has fixed TDR issue on Win 8.1/10

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#336 edit


[ROCm/clr commit: 6b762d400f]
2015-12-01 17:34:48 -05:00
foreman 6b762d400f P4 to Git Change 1216440 by rili@rili_opencl_stg on 2015/12/01 17:23:55
SWDEV-82256 - Limit the workaround for Win 7 only because KMD has fixed TDR issue on Win 8.1/10

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#336 edit
2015-12-01 17:34:48 -05:00
foreman fc9b9dd7cf P4 to Git Change 1216133 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/12/01 03:00:11
SWDEV-2 - Change OpenCL version number from 1960 to 1961.

Affected files ...

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


[ROCm/clr commit: f3a106f125]
2015-12-01 03:08:49 -05:00
foreman f3a106f125 P4 to Git Change 1216133 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/12/01 03:00:11
SWDEV-2 - Change OpenCL version number from 1960 to 1961.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1707 edit
2015-12-01 03:08:49 -05:00
Harish Kasiviswanathan a4cf02d797 Remove unused parameter gpu_id from few functions
This will also fix out of bound access in functions
fmm_get_aperture_base_and_limit and fmm_release



Change-Id: Icf064c46647e69a069126171dbacdf3d5b27f972
Signed-off-by: Harish Kasiviswanathan <Harish.Kasiviswanathan@amd.com>
2015-11-30 11:51:44 -05:00
Harish Kasiviswanathan 419117eff9 Remove unused parameter gpu_id from few functions
This will also fix out of bound access in functions
fmm_get_aperture_base_and_limit and fmm_release



Change-Id: Icf064c46647e69a069126171dbacdf3d5b27f972
Signed-off-by: Harish Kasiviswanathan <Harish.Kasiviswanathan@amd.com>


[ROCm/ROCR-Runtime commit: a4cf02d797]
2015-11-30 11:51:44 -05:00
foreman 5b4914d576 P4 to Git Change 1215666 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/11/30 03:00:10
SWDEV-2 - Change OpenCL version number from 1959 to 1960.

Affected files ...

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


[ROCm/clr commit: ae519cdf56]
2015-11-30 03:09:36 -05:00
foreman ae519cdf56 P4 to Git Change 1215666 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/11/30 03:00:10
SWDEV-2 - Change OpenCL version number from 1959 to 1960.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1706 edit
2015-11-30 03:09:36 -05:00
foreman efcc01d1a5 P4 to Git Change 1215590 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/11/29 03:00:12
SWDEV-2 - Change OpenCL version number from 1958 to 1959.

Affected files ...

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


[ROCm/clr commit: 828fe4a2d8]
2015-11-29 03:05:49 -05:00
foreman 828fe4a2d8 P4 to Git Change 1215590 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/11/29 03:00:12
SWDEV-2 - Change OpenCL version number from 1958 to 1959.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1705 edit
2015-11-29 03:05:49 -05:00
foreman 4247d50ef8 P4 to Git Change 1215573 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/11/28 03:00:10
SWDEV-2 - Change OpenCL version number from 1957 to 1958.

Affected files ...

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


[ROCm/clr commit: 6c19b7d71c]
2015-11-28 03:10:08 -05:00
foreman 6c19b7d71c P4 to Git Change 1215573 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/11/28 03:00:10
SWDEV-2 - Change OpenCL version number from 1957 to 1958.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1704 edit
2015-11-28 03:10:08 -05:00
foreman d846a660a1 P4 to Git Change 1215524 by rili@rili_opencl_stg on 2015/11/27 16:00:18
SWDEV-82205 - Increased workloard to pass this test.
	                       - This is workaround because KMD don't have solution to fix TDR issue yet in 15.30.
	                       - This workaround including CL#1201765 should be reverted once KMD has a fix

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#335 edit


[ROCm/clr commit: 217ef518c4]
2015-11-27 16:07:10 -05:00
foreman 217ef518c4 P4 to Git Change 1215524 by rili@rili_opencl_stg on 2015/11/27 16:00:18
SWDEV-82205 - Increased workloard to pass this test.
	                       - This is workaround because KMD don't have solution to fix TDR issue yet in 15.30.
	                       - This workaround including CL#1201765 should be reverted once KMD has a fix

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#335 edit
2015-11-27 16:07:10 -05:00
foreman 9055e5aa13 P4 to Git Change 1215392 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/11/27 03:00:15
SWDEV-2 - Change OpenCL version number from 1956 to 1957.

Affected files ...

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


[ROCm/clr commit: ca1ab4b444]
2015-11-27 03:09:02 -05:00
foreman ca1ab4b444 P4 to Git Change 1215392 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/11/27 03:00:15
SWDEV-2 - Change OpenCL version number from 1956 to 1957.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1703 edit
2015-11-27 03:09:02 -05:00
Harish Kasiviswanathan 2903a610e1 Use same VM range for all dGPUs
dgpu_aperture and dgpu_alt_aperture will be shared by all dGPUs.



Change-Id: I814495e43b51acabdc6266cfa8d83db5a062e20d
Signed-off-by: Harish Kasiviswanathan <Harish.Kasiviswanathan@amd.com>
2015-11-26 15:07:29 -05:00
Harish Kasiviswanathan f34b407728 Use same VM range for all dGPUs
dgpu_aperture and dgpu_alt_aperture will be shared by all dGPUs.



Change-Id: I814495e43b51acabdc6266cfa8d83db5a062e20d
Signed-off-by: Harish Kasiviswanathan <Harish.Kasiviswanathan@amd.com>


[ROCm/ROCR-Runtime commit: 2903a610e1]
2015-11-26 15:07:29 -05:00
foreman 74e3dd4818 P4 to Git Change 1215006 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/11/26 03:00:12
SWDEV-2 - Change OpenCL version number from 1955 to 1956.

Affected files ...

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


[ROCm/clr commit: 26c0df5551]
2015-11-26 03:07:44 -05:00