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

4785 Коммитов

Автор SHA1 Сообщение Дата
Rahul Garg 11e33a1203 Map hipArray alloc flags on NVCC
[ROCm/clr commit: b1b9a477a2]
2018-06-01 17:28:43 +05:30
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
foreman 0f8c914c5f P4 to Git Change 1562507 by skudchad@skudchad_test2_win_opencl on 2018/05/31 18:10:39
SWDEV-145570 - [HIP] - Fix HIP build

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/hip_stream.cpp#11 edit


[ROCm/clr commit: 28247da814]
2018-05-31 18:18:00 -04:00
Alex Voicu a9cabfc8df Re-sync with upstream. Add integer abs.
[ROCm/clr commit: e03ca1a72e]
2018-05-31 16:38:00 +01: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
Alex Voicu 2924783ee4 Switch to using ROCDL directly, as opposed to via HC. Add missing bits.
[ROCm/clr commit: 14e6a04387]
2018-05-31 03:17:26 +01:00
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
Yaxun (Sam) Liu 494f7f6a38 Add math function declaration for hip-clang
[ROCm/clr commit: f53e86e1b8]
2018-05-25 12:22:16 -04:00
foreman 8e925ae2a8 P4 to Git Change 1559366 by gandryey@gera-w8 on 2018/05/24 18:06:45
SWDEV-79445 - OCL generic changes and code clean-up
	- Combine validateMemory() and arguments capture() under a single function. Rename validateMemory() in NDRangeKernelCommand class to captureAndValidate()

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

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/hip_module.cpp#10 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_execute.cpp#26 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/command.cpp#87 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/command.hpp#90 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/kernel.cpp#28 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/kernel.hpp#22 edit


[ROCm/clr commit: e9039d398e]
2018-05-24 18:12:49 -04:00
Rahul Garg 0ab5c9d6f1 Use 64x4 grid dims
[ROCm/clr commit: 27e0566c3a]
2018-05-24 23:51:52 +05:30
Rahul Garg 439655d213 Clean up and fix remaining bytes copy
[ROCm/clr commit: aed2653857]
2018-05-24 23:30:27 +05:30
foreman bf393cab7a P4 to Git Change 1559149 by skudchad@skudchad_test2_win_opencl on 2018/05/24 11:54:02
SWDEV-145570 - [HIP] - Implement hipMemcpy2DToArray.

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

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/hip_memory.cpp#29 edit


[ROCm/clr commit: 9cdb308045]
2018-05-24 12:01:44 -04:00
Alex Voicu bfbc4f6587 Update hipTestHalf to actually test behaviour. Add missing hipHostfree.
[ROCm/clr commit: 59a046dd2d]
2018-05-24 13:55:30 +01:00
Alex Voicu a231cd5604 Remove vestigial inline LLVMIR.
[ROCm/clr commit: f2a86f3e1c]
2018-05-24 12:46:14 +01:00
Rahul Garg 4fc64ff4c5 Fix memcpy2d kernel dims
[ROCm/clr commit: 53a7c61e9b]
2018-05-24 17:00:12 +05:30
Rahul Garg 4e52a634a1 Correct remaining bytes in copy 2d kernel
[ROCm/clr commit: 96b4618d26]
2018-05-24 08:27:24 +05:30