Gráfico de commits

13402 Commits

Autor SHA1 Mensaje Fecha
Maneesh Gupta dd1b7d970c Merge pull request #554 from gargrahul/cleanup_hipmemset3d_test
Cleaned up hipMemset3D test

[ROCm/clr commit: c53d0f967e]
2018-07-23 10:11:49 +05:30
foreman 44dca0ab3b P4 to Git Change 1583683 by chui@ocl-promo-incrementor on 2018/07/21 02:56:33
SWDEV-2 - Change OpenCL version number from 2699 to 2700.

Affected files ...

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


[ROCm/clr commit: 8fb21f8181]
2018-07-21 03:09:20 -04:00
foreman 7e9a0bf90c P4 to Git Change 1583633 by vsytchen@vsytchen-win10 on 2018/07/20 18:09:50
SWDEV-79445 - OCL generic changes and code clean-up

	1. Purge reduntant SVM alignment. The size will always get correctly aligned inside of PAL/GSL.

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

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#596 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuresource.cpp#245 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#98 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.cpp#70 edit


[ROCm/clr commit: 9aca622a92]
2018-07-20 19:34:45 -04:00
Aaron Enye Shi 1282ef2e0c Fix explicit cast required
This is required for PyTorch which runs into an issue with narrowing types. Requires an explicit cast.

[ROCm/clr commit: 032ebd41ea]
2018-07-20 16:34:15 -04:00
Evgeny Mankov 23fb9e51f2 [HIPIFY][DNN] cuDNN support revise
+ add doc for CUDDN API supported by HIP
+ cuDNN softMax test


[ROCm/clr commit: 618b1f5171]
2018-07-20 21:00:24 +03:00
Aaron Enye Shi 5e2395deeb [HIPClang] Switch ordering on math functions
Header math_functions.h should be included after including __clang_cuda_math_forward_declares.h to avoid warning: attribute declaration must precede definition.

[ROCm/clr commit: 98fca64220]
2018-07-20 13:25:04 -04:00
Jenkins 7c10bf3f5f Merge 'master' into 'amd-master'
Change-Id: I4784a1bb118a6000aeff23a90befec6abbceacae


[ROCm/clr commit: 53aa50a8c5]
2018-07-20 04:09:44 -05:00
foreman e0b6689f17 P4 to Git Change 1583209 by chui@ocl-promo-incrementor on 2018/07/20 02:56:33
SWDEV-2 - Change OpenCL version number from 2698 to 2699.

Affected files ...

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


[ROCm/clr commit: 806aee7963]
2018-07-20 03:09:11 -04:00
Srinivasuluch 77ab2afbbb Update hipLaunchParm.cpp
Added struct bit field test, test number#21

[ROCm/clr commit: 996cfcd62a]
2018-07-20 12:38:06 +05:30
foreman 3bf21c89ee P4 to Git Change 1582940 by gandryey@gera-w8 on 2018/07/19 15:09:58
SWDEV-159255 - [CQE OCL][ocltst][WIN] [DTB-Blocker] OCLMemoryInfo[0] a sub-test of ocltst oclruntime module is failed while running whole module and getting pass while running alone this test due to faulty CL#1576247
	- Reduce extra size acceptance for the cache look-up, so it will satisfy the test condition.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.cpp#69 edit


[ROCm/clr commit: 75423e4972]
2018-07-19 15:36:34 -04:00
Evgeny Mankov a0bb8820c5 Merge pull request #578 from emankov/testing
[HIPIFY][test] Add static and dynamic shared memory tests

[ROCm/clr commit: 5184a69410]
2018-07-19 20:48:25 +03:00
foreman a8d37d6d99 P4 to Git Change 1582604 by chui@ocl-promo-incrementor on 2018/07/19 02:56:32
SWDEV-2 - Change OpenCL version number from 2697 to 2698.

Affected files ...

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


[ROCm/clr commit: 13e66cf806]
2018-07-19 03:10:23 -04:00
rohit pathania b4eefc9e5c Merge branch 'master' of https://github.com/rpathani/HIP
# Conflicts:
#	tests/src/kernel/hipLaunchParmFunctor.cpp


[ROCm/clr commit: 6ae4df95b5]
2018-07-19 12:11:23 +05:30
rohit pathania e2f3e4d67e Merge branch 'master' of https://github.com/rpathani/HIP
# Conflicts:
#	tests/src/kernel/hipLaunchParmFunctor.cpp


[ROCm/clr commit: c2108cb82a]
2018-07-19 12:02:42 +05:30
Jorghi12 a05aa9d71f Update FindHIP.cmake
Using Bool expression to handle empty case.

[ROCm/clr commit: 4abcf5dbc4]
2018-07-18 23:02:11 -04:00
Maneesh Gupta 746e56a61b Merge pull request #543 from ROCm-Developer-Tools/add-std-complex
Support std::complex for hip-clang

[ROCm/clr commit: 5632faf928]
2018-07-19 07:14:45 +05:30
foreman 12dfd7e000 P4 to Git Change 1582433 by gandryey@gera-w8 on 2018/07/18 17:23:28
SWDEV-155438 - Produce RGP Queue Timings chunk for OpenCL RGP files
	- Register SDMA queue in order to get SDMA timing. The RGP trace capture with SDMA may cause a HW hang occasionally

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palgpuopen.cpp#6 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palgpuopen.hpp#5 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#115 edit


[ROCm/clr commit: 8c44442f90]
2018-07-18 18:14:56 -04:00
foreman 235def5d29 P4 to Git Change 1582432 by cpaquot@cpaquot-ocl-lc-lnx on 2018/07/18 17:16:05
SWDEV-145570 - [HIP] Fixed __hipRegisterVariable to __hipRegisterVar

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.def.in#7 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.map.in#7 edit


[ROCm/clr commit: c07510d622]
2018-07-18 17:51:20 -04:00
foreman 30eee1c741 P4 to Git Change 1582337 by vsytchen@vsytchen-win10 on 2018/07/18 15:21:49
SWDEV-79445 - OCL generic changes and code clean-up

	1. std::bind2nd is deprecated in c++11 and removed in c++17. Use a range based for loop without any functor instead.

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

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#59 edit


[ROCm/clr commit: 7899017d49]
2018-07-18 15:41:11 -04:00
Evgeny Mankov aae1e3e73f [HIPIFY][test] Add static and dynamic shared memory tests
[ROCm/clr commit: 7e4e821fbb]
2018-07-18 18:33:44 +03:00
Yaxun Sam Liu b425c11139 Fix test hipStdComplex.cpp to emit expected output for passing
[ROCm/clr commit: e20e93db65]
2018-07-18 07:21:24 -04:00
Srinivasuluch 6e8b6fd5c2 Update hipLaunchParm.cpp
submitting changes as per Sam review/suggestions

[ROCm/clr commit: 070e992134]
2018-07-18 12:41:51 +05:30
foreman f3d2c6a4d4 P4 to Git Change 1581943 by chui@ocl-promo-incrementor on 2018/07/18 02:56:41
SWDEV-2 - Change OpenCL version number from 2696 to 2697.

Affected files ...

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


[ROCm/clr commit: 8c09d51ced]
2018-07-18 03:10:33 -04:00
Yaxun (Sam) Liu dc1257a16c Support std::complex for hip-clang
[ROCm/clr commit: a8dc1257df]
2018-07-18 00:08:04 -04:00
Maneesh Gupta efaeb6dc87 Merge pull request #576 from ROCm-Developer-Tools/fix_missing_vector_bits
Constrain variadic constructor to ranks > 1 and add missing `__device__`s

[ROCm/clr commit: 6dc286b564]
2018-07-18 09:34:25 +05:30
Maneesh Gupta b9d4fd08c1 Merge pull request #575 from ROCm-Developer-Tools/fix_functional_gridlaunch_nonsense
It is unclear what I was thinking when authoring the original code...

[ROCm/clr commit: fc65f0efb6]
2018-07-18 09:34:16 +05:30
foreman 6a0d7b4dcd P4 to Git Change 1581723 by todli@todli-win-opencl-kv1 on 2018/07/17 17:45:23
SWDEV-152361 - Fixed writeBuffer, writeBufferRect and copyBufferRect paths for ExternalPhysical memory in GPU backend, so that SDI copy can sync with writeMarker correctly in Linux.
	http://ocltc.amd.com/reviews/r/15420/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpublit.cpp#131 edit


[ROCm/clr commit: 509d540374]
2018-07-17 18:11:43 -04:00
Alex Voicu 48de002fb4 And a few more oversights.
[ROCm/clr commit: 7020d118da]
2018-07-17 19:33:13 +01:00
Alex Voicu 4dc570f067 Merge branch 'fix_missing_vector_bits' of https://github.com/ROCm-Developer-Tools/HIP into fix_missing_vector_bits
[ROCm/clr commit: 88abe94caa]
2018-07-17 17:29:52 +01:00
Alex Voicu 8b6a48d0d1 Update hip_vector_types.h
[ROCm/clr commit: 252776d4aa]
2018-07-17 17:28:48 +01:00
Alex Voicu c9f09d9e5d Not yet.
[ROCm/clr commit: 1ce56078f9]
2018-07-17 17:24:48 +01:00
Alex Voicu 766211b400 Not yet.
[ROCm/clr commit: 14281c0a40]
2018-07-17 17:21:10 +01:00
Alex Voicu 7bc80b2c33 Merge branch 'fix_missing_vector_bits' of https://github.com/ROCm-Developer-Tools/HIP into fix_missing_vector_bits
[ROCm/clr commit: 9b9b7e7aff]
2018-07-17 17:19:33 +01:00
Alex Voicu 79fb5e9694 Constrain variadic constructor to ranks > 1 and add missing __device__s
[ROCm/clr commit: 31efcc17d7]
2018-07-17 17:18:45 +01:00
Alex Voicu 2c568a5541 Constrain variadic constructor to ranks > 1 and add missing __device__s
[ROCm/clr commit: 1734eaead8]
2018-07-17 17:17:48 +01:00
Alex Voicu 653c7c24f4 It is unclear what I was thinking when authoring the original code...
[ROCm/clr commit: 633ce36ea7]
2018-07-17 14:04:57 +01:00
Jenkins c81ef02982 Merge 'master' into 'amd-master'
Change-Id: Ia0a8243c8887b416e1db4c5936d65854ed4a5c45


[ROCm/clr commit: 769a70d302]
2018-07-17 04:10:22 -05:00
lthakur 5cff332d5e Update hipGetChanDesc.cpp
Removed bool variable 'testResult' from global scope and confined it to the function.

[ROCm/clr commit: cac0f2cc95]
2018-07-17 13:40:54 +05:30
lthakur 5ea8ae2ea6 Update hipGetAlgntoffset2D.cpp
Removed unwanted space.

[ROCm/clr commit: 9f8d41df13]
2018-07-17 13:37:08 +05:30
lthakur bf68482ed9 Update hipGetAlgntoffset2D.cpp
Removed bool variable 'testResult' from global scope and confined it to the function.

[ROCm/clr commit: 7b6da4453b]
2018-07-17 13:35:22 +05:30
Maneesh Gupta 98400c6b21 Merge pull request #537 from ROCm-Developer-Tools/move-memcpy
Move __hip_hc_memcpy and __hip_hc_memset from device_utils.cpp to dev…

[ROCm/clr commit: dd1ae05f1f]
2018-07-17 13:20:24 +05:30
foreman d6fdaa4829 P4 to Git Change 1581219 by chui@ocl-promo-incrementor on 2018/07/17 03:00:15
SWDEV-2 - Change OpenCL version number from 2695 to 2696.

Affected files ...

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


[ROCm/clr commit: b4abf72413]
2018-07-17 03:11:27 -04:00
Maneesh Gupta c96a617b78 Merge branch 'master' into move-memcpy
[ROCm/clr commit: 1fc3ef3cd4]
2018-07-17 10:51:42 +05:30
lthakur da77083acc Removed unused ,chan_test, variable.
[ROCm/clr commit: c2b508abfe]
2018-07-17 10:32:30 +05:30
Maneesh Gupta a4f6433588 Merge pull request #535 from ROCm-Developer-Tools/feature_native_vector_types
Feature native vector types

[ROCm/clr commit: 753aa1fbff]
2018-07-17 10:12:08 +05:30
Maneesh Gupta 112c945016 Merge branch 'master' into feature_native_vector_types
Change-Id: I943b94ee230871a960d8f9c321ad5e096183b415


[ROCm/clr commit: 9e142ea66a]
2018-07-17 09:51:22 +05:30
Maneesh Gupta 8eeb225c04 Merge pull request #515 from ROCm-Developer-Tools/hipclang-add-amdgcn-funcs
Add hipclang amdgcn functions

[ROCm/clr commit: 7d8c1ae761]
2018-07-17 09:25:09 +05:30
foreman 44dc6b7fe2 P4 to Git Change 1580823 by gandryey@gera-w8 on 2018/07/16 11:48:51
SWDEV-154474 - [Task]: TAN Dual Realtime Queue Enhancement For Radeon Rays
	- Use the new enum for RT1

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.cpp#423 edit


[ROCm/clr commit: 77bd31536a]
2018-07-16 12:05:32 -04:00
Jenkins 7a4e84a0c9 Merge 'master' into 'amd-master'
Change-Id: Iec8d57aea1bef39d51314d49da68626547715db3


[ROCm/clr commit: 040ed1841f]
2018-07-16 04:09:36 -05:00
Alex Voicu 744cb0fdd7 Merge branch 'feature_native_vector_types' of https://github.com/ROCm-Developer-Tools/HIP into feature_native_vector_types
[ROCm/clr commit: bffacd009e]
2018-07-15 11:45:12 +01:00