コミットグラフ

2384 コミット

作成者 SHA1 メッセージ 日付
Maneesh Gupta e34247ca19 Merge pull request #497 from gargrahul/fix_memcpy3d_fastpath
Fix hipMemcpy3D for fast path

[ROCm/clr commit: 53037472ff]
2018-06-06 14:44:02 +05:30
Maneesh Gupta 7398a6eec1 Merge pull request #492 from gargrahul/fix_depth_3d_alloc
Fix depth value for 3D allocations

[ROCm/clr commit: 28c5b15d88]
2018-06-06 14:41:23 +05:30
Maneesh Gupta cb5549ac34 Merge pull request #491 from scchan/fix_wait
callback handling: don't need to wait for the thread to become ready

[ROCm/clr commit: f7c49dde38]
2018-06-06 14:38:25 +05:30
Maneesh Gupta 5b55451345 Merge pull request #489 from gargrahul/add_dev_prop_integrated
Add integrated device property

[ROCm/clr commit: cd20a370eb]
2018-06-06 14:31:30 +05:30
Maneesh Gupta f189b28bea Merge pull request #488 from gargrahul/fix_surface2dobj_test
Fix surface 2d object test for testResult

[ROCm/clr commit: eab2c3f248]
2018-06-06 14:31:00 +05:30
Maneesh Gupta 26c35e894a Merge pull request #486 from ROCm-Developer-Tools/yxsamliu-patch-1
Add documentation for compiling HIP program with hip-clang

[ROCm/clr commit: 95270bcdca]
2018-06-06 13:04:23 +05:30
Rahul Garg 914a0aaf9c Fix hipMemcpy3D for fast path
[ROCm/clr commit: 163d4a5b03]
2018-06-05 18:54:33 +05:30
Siu Chi Chan 8cfbffb82b remove the _ready flag in ihipStreamCallback_t and the mutex that protects it.
[ROCm/clr commit: 0d719c514f]
2018-06-04 17:29:04 -04:00
Rahul Garg 3a6e8aadbd Fix depth value for 3D allocations
[ROCm/clr commit: fa6ce7a724]
2018-06-04 18:00:22 +05:30
Siu Chi Chan 07d06ef156 callback handler: don't need to wait for the thread to become ready
[ROCm/clr commit: e21e6ed3a0]
2018-06-02 17:55:37 -04:00
Rahul Garg 065f0d8d8c Add integrated device property
[ROCm/clr commit: 94f086e9cd]
2018-06-02 13:11:16 +05:30
Rahul Garg 68005245a9 Fix surface 2d object test for testResult
[ROCm/clr commit: b94f18767f]
2018-06-02 10:58:03 +05:30
Yaxun (Sam) Liu 95f240612d Update INSTALL.md
[ROCm/clr commit: bb9ad15c34]
2018-06-01 10:19:02 -04:00
Maneesh Gupta 73cbb7bb7b Merge pull request #484 from gargrahul/fix_malloc_hiphostreg
Fix memcpy2D for malloc+ hostRegister

[ROCm/clr commit: 095d4dd91e]
2018-06-01 16:53:25 +05:30
Maneesh Gupta 2a9a7b9aa3 Merge pull request #447 from ROCm-Developer-Tools/feature_native_vector_types
Switch over to using native vector types, for better codegen. Remove noise.

[ROCm/clr commit: 3fec282097]
2018-06-01 13:58:07 +05:30
Maneesh Gupta 125f6201c8 Merge pull request #466 from ROCm-Developer-Tools/feature_use_Float16
Feature use _Float16 and match CUDA __half behaviour.

[ROCm/clr commit: 8ecb3eeb55]
2018-06-01 13:50:12 +05:30
Yaxun (Sam) Liu 65a299f8c2 Update INSTALL.md
[ROCm/clr commit: 3ed6fff0db]
2018-05-31 23:55:42 -04:00
Alex Voicu 37c73225e3 Merge branch 'feature_use_Float16' of https://github.com/ROCm-Developer-Tools/HIP into feature_use_Float16
[ROCm/clr commit: e20380319a]
2018-05-31 15:27:31 +01:00
Alex Voicu 840d5c5fe0 Add missing interop with volatile. Fix unit tests.
[ROCm/clr commit: 208f5a41c6]
2018-05-31 15:27:12 +01:00
Rahul Garg 84cb355df6 Fix memcpy2D for malloc+ hostRegister
[ROCm/clr commit: a3609eaf61]
2018-05-31 13:14:27 +05:30
Maneesh Gupta 29da73e097 Merge pull request #480 from yxsamliu/add-fun
Add more function declarations for hip-clang

[ROCm/clr commit: 2271d26cda]
2018-05-31 09:27:54 +05:30
Maneesh Gupta 57953629fd Merge pull request #481 from gargrahul/fix_texobj1dfetch_test
Fixed texture obj 1Dfetch test

[ROCm/clr commit: f815552066]
2018-05-31 09:14:31 +05:30
Yaxun (Sam) Liu bd44b8c22a Fix __syncthreads for hip-clang
[ROCm/clr commit: 0e0b028846]
2018-05-30 16:33:18 -04:00
Rahul Garg b58a81f80e Fixed texture obj 1Dfetch test
[ROCm/clr commit: 7cfd059919]
2018-05-30 21:54:51 +05:30
Yaxun (Sam) Liu 999df03229 Add more function declarations for hip-clang
[ROCm/clr commit: 27fe2283d6]
2018-05-30 06:51:03 -04:00
Yaxun (Sam) Liu 859b4f218a Drop --amdgpu-target= options for hip-clang
They are replaced by --cuda-gpu-arch= options elsewhere


[ROCm/clr commit: 3609e6f3b2]
2018-05-30 06:47:44 -04:00
Maneesh Gupta 92757a7033 Merge pull request #469 from yxsamliu/fun
Add math function declaration for hip-clang

[ROCm/clr commit: e5b8358b05]
2018-05-30 15:01:27 +05:30
Maneesh Gupta 5108258a02 Merge pull request #477 from mangupta/hipfuncgetattr_nvcc
Add signature for hipFuncGetAttributes to nvcc_details

[ROCm/clr commit: ab579ae0e3]
2018-05-30 12:29:03 +05:30
Rahul Garg 6126733ebe Fixed tex1dFetch test
[ROCm/clr commit: 3b0842e70a]
2018-05-30 11:42:01 +05:30
Maneesh Gupta cd912ecf7f [dtests] Fix nvcc path build errors in hipFuncGetAttributes.tst
Change-Id: I000bed69162897f7b6edd733ed6e9acc93beb0ed


[ROCm/clr commit: e2842f2f28]
2018-05-30 11:26:11 +05:30
Maneesh Gupta b04a576c12 Add signature for hipFuncGetAttributes to nvcc_details
Change-Id: I06d5b50028fcfe3ea9d81f749b02be6b094c0977


[ROCm/clr commit: a923cac5d5]
2018-05-30 11:24:48 +05:30
Rahul Garg a4aa29f24b Fix hipBindTexture on NVCC path
[ROCm/clr commit: d74353b112]
2018-05-30 10:59:07 +05:30
Maneesh Gupta 5d5afbf558 Merge pull request #475 from gargrahul/fix_tex2d_tests
Fix tex2D tests for result value

[ROCm/clr commit: d2cfa6e5e2]
2018-05-30 08:34:51 +05:30
Maneesh Gupta b074d762fa Merge pull request #472 from Jorghi12/patch-3
Adding double/long int signatures for abs

[ROCm/clr commit: 3327a9a2de]
2018-05-30 08:32:14 +05:30
Maneesh Gupta c510903a32 Merge pull request #471 from Jorghi12/patch-4
Adding double/long int signatures for abs

[ROCm/clr commit: fde0613554]
2018-05-30 08:31:32 +05:30
Maneesh Gupta 7bf1ca2fd6 Merge pull request #465 from gargrahul/optimize_memcpy2d
Optimize memcpy2D kernel use

[ROCm/clr commit: fb23ccab58]
2018-05-30 08:31:16 +05:30
Rahul Garg 914abf8c41 Fix runTest return type
[ROCm/clr commit: dabe2fda39]
2018-05-29 16:18:14 +05:30
Rahul Garg 51f21711a7 Fix tex2D tests for result value
[ROCm/clr commit: 28c878f266]
2018-05-29 16:03:37 +05:30
lthakur 53dc974461 HIP test case for 1D texture fetch (#424)
[ROCm/clr commit: 366a0a97ca]
2018-05-29 14:08:01 +05:30
Alex Voicu 377b028628 GCC only supports power-of-2 component counts, so round up to next square.
[ROCm/clr commit: c059619e2c]
2018-05-29 01:22:26 +01:00
Rahul Garg f40b06757c Add 1d texture types for NVCC path
[ROCm/clr commit: 3699e74857]
2018-05-28 15:02:06 +05:30
Jorghi12 8a2d7a25b1 Update math_functions.h
CUDA also has a function named labs.

[ROCm/clr commit: b33876ee4d]
2018-05-26 16:22:10 -04:00
Jorghi12 9b43fd84d0 Update math_functions.cpp
CUDA also has a function named labs.

[ROCm/clr commit: 61ff40a1cf]
2018-05-26 16:21:14 -04:00
Alex Voicu 0a2d514cf8 Add missing alias half / half2 aliases
[ROCm/clr commit: 0f4a135e5f]
2018-05-26 12:10:50 +01:00
Jorghi12 43d55a79e4 Adding double/long int signatures for abs
Adding overloads for abs that are found in cuda's math_functions.

[ROCm/clr commit: b127488ea9]
2018-05-26 00:41:24 -04:00
Jorghi12 fbbaedfdea Adding double/long int signatures for abs
Adding overloads for abs that are found in cuda's math_functions.

[ROCm/clr commit: 13f37d550f]
2018-05-26 00:40:14 -04:00
Yaxun (Sam) Liu c7d481a812 Add more function declarations to hip-clang
[ROCm/clr commit: 9c43970a27]
2018-05-25 16:18:46 -04:00
Alex Voicu badea56b4f Missing bits.
[ROCm/clr commit: 544adec793]
2018-05-25 20:15:04 +01:00
Alex Voicu 0dfdaf1808 Missing bits.
[ROCm/clr commit: 25ac508214]
2018-05-25 20:12:21 +01:00
Alex Voicu 7a480af716 Move converting constructor from _Float16 under macro guard. Refactor.
[ROCm/clr commit: 40dad93426]
2018-05-25 19:46:41 +01:00