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

13474 Коммитов

Автор SHA1 Сообщение Дата
Rahul Garg 05070fe824 Added HIT block 2017-09-26 11:39:09 +05:30
Rahul Garg 36db84a68f Added Texture 2D object and reference APIs tests 2017-09-26 11:33:23 +05:30
Maneesh Gupta 8ff66efa31 Merge pull request #189 from kknox/ci-fix
Fixing artifact path for hip integration testing
2017-09-26 08:05:25 +05:30
foreman 98366d2b59 P4 to Git Change 1463068 by lmoriche@lmoriche_opencl_dev2 on 2017/09/25 17:58:14
SWDEV-86035 - Fix OCL/PAL build on Linux

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldefs.hpp#22 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.cpp#38 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#34 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#60 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.hpp#33 edit
2017-09-25 18:16:57 -04:00
foreman db63366bcb P4 to Git Change 1462860 by skudchad@skudchad_test2_win_opencl on 2017/09/25 14:13:13
SWDEV-95919 - Expose coutners by instances and not number of counters. Also expose EA and RMI instances.

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

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palcounters.cpp#15 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/runtime/OCLPerfCounters.cpp#41 edit
2017-09-25 14:25:11 -04:00
Kent Knox 2fadb2a097 Modify the path for downloaded artifacts from hcc 2017-09-24 23:12:42 -05:00
Rahul Garg 9e07b08ce5 Fixed hipTexture fetch issue 2017-09-25 06:54:29 +05:30
foreman 4460abcd9c P4 to Git Change 1462490 by johtaylo@johtaylo-jtincrementor-increment on 2017/09/23 03:00:04
SWDEV-2 - Change OpenCL version number from 2504 to 2505.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2252 edit
2017-09-23 03:13:36 -04:00
foreman cb4585939d P4 to Git Change 1462147 by asalmanp@asalmanp-ocl-stg on 2017/09/22 10:49:57
SWDEV-132899 - [OCL][GFX10] Add support for GFX10

	Adjusting WaveFrontSize for Null Devices based on the gfxip (the WaveFrontSize is 32 for gfxip10)

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

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#63 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#37 edit
2017-09-22 11:05:41 -04:00
Jenkins d425b4da95 Merge 'master' into 'amd-master'
Change-Id: Iaf3b147b1412168e48e82e2bf7cb2bb38c64bb1e
2017-09-22 04:11:12 -05:00
foreman b236524590 P4 to Git Change 1461998 by johtaylo@johtaylo-jtincrementor-increment on 2017/09/22 03:00:06
SWDEV-2 - Change OpenCL version number from 2503 to 2504.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2251 edit
2017-09-22 03:15:45 -04:00
Maneesh Gupta 4da21efd56 Merge branch 'master' into roc-1.6.x
Change-Id: I8c5861c83032c6006731595ec40e09fdc9102749
2017-09-22 12:01:40 +05:30
foreman 92570dd4cd P4 to Git Change 1461559 by akasauro@akasauro_fiji1_opencl_rocm on 2017/09/21 10:00:24
SWDEV-118564 - [OCL-LC-ROCm] Revert deletion of "-x cl" related comments

	Review: http://ocltc.amd.com/reviews/r/13454/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palcompiler.cpp#19 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/roccompiler.cpp#37 edit
2017-09-21 10:11:44 -04:00
foreman c7dbd490b0 P4 to Git Change 1461455 by johtaylo@johtaylo-jtincrementor-increment on 2017/09/21 03:00:48
SWDEV-2 - Change OpenCL version number from 2502 to 2503.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2250 edit
2017-09-21 03:14:06 -04:00
Maneesh Gupta f0933d26cd Merge pull request #185 from scchan/fix_assert_macro
ensure the condition is evaluated before applying the negation operator
2017-09-21 06:52:21 +05:30
foreman e53571d05b P4 to Git Change 1461118 by gandryey@gera-w8 on 2017/09/20 12:04:57
SWDEV-86035 -  Switch back to 8 CBs due to HW hangs with HWSC on VI.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#59 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.hpp#32 edit
2017-09-20 12:18:30 -04:00
foreman a348a08391 P4 to Git Change 1461094 by akasauro@akasauro_fiji1_opencl_rocm on 2017/09/20 11:23:36
SWDEV-118564 - [OCL-LC-ROCm] Remove options, which have already been moved to AMDGPUToolChain by https://reviews.llvm.org/rL312524

	In order to have similar set of optipons for online and offline compilation a mechanism of setting default options in AMDGPUToolChain was implemented by https://reviews.llvm.org/rL312524. That commit also sets two default options in AMDGPUToolChain: -m64 and -O3 (the latter only set if there is no -O{N} option in the args). The commit has already reached amd-common.

	The current change relates to LC only and removes setting of -m64 from compileImpl_LC() as it is set later in TranslateArgs(); for online -O{N} is set as before by RT and stays unchanged in AMDGPUToolChain; for  offline it is set to -O3 by TranslateArgs() if no -O{N} is passed through args.

	Also remove comments regarding "-x cl" as it is now correctly set in OpenCL driver.

	Review: http://ocltc.amd.com/reviews/r/13454/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palcompiler.cpp#18 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/roccompiler.cpp#36 edit
2017-09-20 11:38:12 -04:00
Jenkins d2f4b4a411 Merge 'master' into 'amd-master'
Change-Id: I7faf1139f498cdf3eddf1983ad7a101ad19bc2b2
2017-09-20 04:10:54 -05:00
foreman 5b85bc981c P4 to Git Change 1460945 by johtaylo@johtaylo-jtincrementor-increment on 2017/09/20 03:00:04
SWDEV-2 - Change OpenCL version number from 2501 to 2502.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2249 edit
2017-09-20 03:13:12 -04:00
Siu Chi Chan bf6a3f4294 ensure the condition is evaluated before applying the negation operator 2017-09-20 01:38:28 -04:00
Maneesh Gupta 794ea64e6e Merge pull request #183 from wsttiger/master
Remove the conversion of warpSize to be consistent with hipDeviceProp
2017-09-20 09:15:18 +05:30
Maneesh Gupta 9ab3184aab Merge pull request #184 from emankov/master
[HIPIFY] Fix typo in doc
2017-09-20 09:11:50 +05:30
Maneesh Gupta 0166e6ff68 Merge pull request #161 from kknox/hcc-integration-testing-squash
HCC integration testing
2017-09-20 09:10:30 +05:30
foreman f42b464126 P4 to Git Change 1460659 by skudchad@skudchad_test2_win_opencl on 2017/09/19 14:21:48
SWDEV-95919 - Expose all MCVML2 counters for gfx9 on PAL OCL backend.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palcounters.cpp#14 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/runtime/OCLPerfCounters.cpp#40 edit
2017-09-19 15:15:04 -04:00
foreman 61de12fb47 P4 to Git Change 1460349 by johtaylo@johtaylo-jtincrementor-increment on 2017/09/19 03:00:07
SWDEV-2 - Change OpenCL version number from 2500 to 2501.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2248 edit
2017-09-19 03:15:02 -04:00
foreman fb18f128c9 P4 to Git Change 1460106 by wchau@wchau_OCL_boltzmann on 2017/09/18 15:29:29
SWDEV-120036 - Supporting the cl_amd_device_attribute_query on the ROC device - Back out changelist 1459984
	- not all device attributes are supported, will re-submit the changes when every attribute is supported.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#64 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocsettings.cpp#26 edit
2017-09-18 17:12:05 -04:00
foreman a851cc152c P4 to Git Change 1460028 by wchau@wchau_OCL_boltzmann on 2017/09/18 14:03:40
SWDEV-111439 - Add query for preferred constant size
	- fixed a mistake of using 64KiB for the size, which should be 16KiB.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#576 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#62 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#63 edit
2017-09-18 14:15:44 -04:00
foreman d540aab99d P4 to Git Change 1459984 by wchau@wchau_OCL_boltzmann on 2017/09/18 12:13:12
SWDEV-120036 - Supporting the cl_amd_device_attribute_query on the ROC device

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#62 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocsettings.cpp#25 edit
2017-09-18 12:28:52 -04:00
Evgeny Mankov bbaf16b263 [HIPIFY] CUDA RT Textures support update 2017-09-18 17:52:50 +03:00
Evgeny Mankov bfa3a0a433 [HIPIFY] Fix typo in doc 2017-09-18 17:26:33 +03:00
foreman f8bc731619 P4 to Git Change 1459702 by johtaylo@johtaylo-jtincrementor-increment on 2017/09/16 03:00:05
SWDEV-2 - Change OpenCL version number from 2499 to 2500.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2247 edit
2017-09-16 03:14:05 -04:00
Jenkins 9fe3a9362f Merge 'master' into 'amd-master'
Change-Id: I05d997b8f72cb3fdca93aacf787514a0aa288081
2017-09-15 16:51:04 -05:00
wsttiger bda788ca97 Remove the conversion of warpSize to be consistent with hipDeviceProp 2017-09-15 15:05:05 -05:00
Ben Sander 5e48654932 Merge pull request #182 from whchung/bump_major_version
Bump device major version from 2 to 3
2017-09-15 11:15:35 -05:00
Wen-Heng (Jack) Chung 1efc99e69f Bump device major version from 2 to 3
This would significantly improve performance for certain apps in kernel
selection logic.
2017-09-15 15:47:39 +00:00
Jenkins fa97bd7751 Merge 'master' into 'amd-master'
Change-Id: I7782abb64120ea7da07d0cd3af4dbf1d60ba4f09
2017-09-15 10:30:45 -05:00
Kent Knox 6020c8b499 Adding boolean parameter to job to push to docker-hub
Remove the restriction to build only on gfx803
2017-09-15 10:25:26 -05:00
Kent Knox 8840fc3f87 Made function hcc_integration_testing 2017-09-15 10:25:26 -05:00
Kent Knox 60908fe8da Adding support to take parameters from upstream hcc
HCC build can start passing in build parameters into hip build
2017-09-15 10:25:26 -05:00
Kent Knox 46f9300a12 Adding docker_clean_images 2017-09-15 10:25:26 -05:00
Kent Knox c8c5016601 Adding docker_upload_dockerhub
Refactored when docker images get deleted to the end of the
pipeline
2017-09-15 10:25:26 -05:00
Kent Knox c363e03874 Adding support to upload images to docker-hub 2017-09-15 10:25:26 -05:00
foreman 040f46d584 P4 to Git Change 1459235 by johtaylo@johtaylo-jtincrementor-increment on 2017/09/15 03:00:04
SWDEV-2 - Change OpenCL version number from 2498 to 2499.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2246 edit
2017-09-15 03:13:25 -04:00
Maneesh Gupta 01163d327b Merge pull request #155 from wsttiger/master
Modify hip headers such that they are more compatible with strict C compiler
2017-09-15 10:49:55 +05:30
Maneesh Gupta 39fb3230e5 Merge pull request #177 from aaronenyeshi/patch-2
[CentOS7] Fix HIP sample hipInfo and other tests
2017-09-15 10:49:01 +05:30
foreman 86c8a67059 P4 to Git Change 1459027 by wchau@wchau_OCL_boltzmann on 2017/09/14 15:39:04
SWDEV-111439 - Add query for preferred constant size

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_device.cpp#67 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/khronos/headers/opencl1.2/CL/cl.hpp#7 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/khronos/headers/opencl1.2/CL/cl_ext.h#18 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/khronos/headers/opencl2.0/CL/cl.hpp#9 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/khronos/headers/opencl2.0/CL/cl_ext.h#34 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/khronos/headers/opencl2.1/CL/cl.hpp#6 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/khronos/headers/opencl2.1/CL/cl_ext.h#11 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/khronos/headers/opencl2.2/CL/cl.hpp#5 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/khronos/headers/opencl2.2/CL/cl_ext.h#5 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#291 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#575 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#61 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#61 edit
2017-09-14 16:26:32 -04:00
foreman b44fd81c76 P4 to Git Change 1459027 by wchau@wchau_OCL_boltzmann on 2017/09/14 15:39:04
SWDEV-111439 - Add query for preferred constant size

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_device.cpp#67 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/khronos/headers/opencl1.2/CL/cl.hpp#7 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/khronos/headers/opencl1.2/CL/cl_ext.h#18 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/khronos/headers/opencl2.0/CL/cl.hpp#9 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/khronos/headers/opencl2.0/CL/cl_ext.h#34 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/khronos/headers/opencl2.1/CL/cl.hpp#6 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/khronos/headers/opencl2.1/CL/cl_ext.h#11 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/khronos/headers/opencl2.2/CL/cl.hpp#5 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/khronos/headers/opencl2.2/CL/cl_ext.h#5 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#291 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#575 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#61 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#61 edit
2017-09-14 16:26:32 -04:00
Ben Sander b54ab82694 Merge pull request #179 from gargrahul/fix_hipmallocarray
Fixed hipMallocArray for 1D cases
2017-09-14 12:59:33 -05:00
Ben Sander 05ea7d1b3c Merge pull request #181 from bensander/hip_init_alloc
Add HIP_INIT_ALLOC to init allocated memory.
2017-09-14 12:57:31 -05:00
Ben Sander 1ea468e279 Merge branch 'master' into hip_init_alloc 2017-09-14 11:53:33 -05:00