2
0
Gráfico de cometimentos

207 Cometimentos

Autor(a) SHA1 Mensagem Data
Aryan Salmanpour dc4d6050c3 [hip][samples] fix a typo in module_api/defaultDriver sample (#1210)
[ROCm/hip-tests commit: 69b15b5580]
2019-07-10 03:05:19 +00:00
Maneesh Gupta 4b1ef76944 Fix sample module_api_global for hip-clang (#1201)
module_api_global relies on a HCC only feature which allows host code
to write to device variables. This feature does not exist in CUDA
or hip-clang, which causes the sample not working in CUDA or hip-clang.

This patch fixes the sample by using standard features of CUDA and
hip-clang. The fixed sample works in HCC, CUDA and hip-clang.

[ROCm/hip-tests commit: 5cd72efff0]
2019-07-03 08:52:19 +00:00
Jatin Chaudhary 9e8cd38442 Adding new unroll example (#1187)
[ROCm/hip-tests commit: 3b0faf950b]
2019-07-03 08:51:19 +00:00
Yaxun Sam Liu fdc6645fea Fix sample module_api_global for hip-clang
module_api_global relies on a HCC only feature which allows host code
to write to device variables. This feature does not exist in CUDA
or hip-clang, which causes the sample not working in CUDA or hip-clang.

This patch fixes the sample by using standard features of CUDA and
hip-clang. The fixed sample works in HCC, CUDA and hip-clang.


[ROCm/hip-tests commit: 688ce62b49]
2019-07-02 16:36:53 -04:00
Maneesh Gupta 12dcdc6e28 Merge pull request #1164 from gargrahul/cleanup_module_api_samples
Add cleanup code in module api samples

[ROCm/hip-tests commit: 0b7762df01]
2019-06-20 05:57:46 +05:30
Rahul Garg 3940681053 Add cleanup code in module api samples
[ROCm/hip-tests commit: 2dfc912094]
2019-06-07 05:23:11 +05:30
Rahul Garg c288f717cb Fix sample to use kernelargs for launch
[ROCm/hip-tests commit: 2b56ec4344]
2019-06-07 05:17:15 +05:30
Evgeny Mankov b553cf6dbf Merge pull request #1127 from emankov/master
[HIP][HIPIFY] Make hipMemcpyParam2D coherent with cuMemcpy2D

[ROCm/hip-tests commit: f8cc4e578d]
2019-05-23 10:45:14 +03:00
Evgeny Mankov 84e4fdcef2 [HIP][HIPIFY] Make hipMemcpyParam2D coherent with cuMemcpy2D
+ Makes hip_Memcpy2D struct compatible with CUDA_MEMCPY2D struct
+ Add hipMemcpyParam2D support in nvcc fallback path
+ Update hipify-clang, tests and docs accordingly


[ROCm/hip-tests commit: 66c182946e]
2019-05-22 18:31:39 +03:00
Maneesh Gupta a310623132 Merge pull request #1123 from emankov/master
[HIP][tests] Copyright notice update

[ROCm/hip-tests commit: 4d496b906e]
2019-05-21 09:35:13 +05:30
Evgeny Mankov eaef7e9024 [HIP][tests] Copyright notice update
[ROCm/hip-tests commit: f5f240744a]
2019-05-20 18:46:23 +03:00
Nick Curtis 3a0ad509a6 Markdown fixes & Whitespace cleanup for samples (#1096)
* Fix multiline code blocks in README's

* Whitespace cleanup


[ROCm/hip-tests commit: 7391b26fac]
2019-05-12 19:27:44 +05:30
Rahul Garg 2d3d049e98 Test hipModuleGetGlobal
[ROCm/hip-tests commit: 2796df1b26]
2019-03-15 04:08:03 +05:30
Rahul Garg 74bd2f9fec Add extension for kernel concurrency on same stream
[ROCm/hip-tests commit: 599ae3af2e]
2019-03-06 12:55:39 +05:30
Maneesh Gupta 92d9b31816 Merge pull request #938 from gargrahul/fix_hipBusBW_p2p_bidir
Fix hipBusBW sample for P2P bidirectional test

[ROCm/hip-tests commit: 8244ad03d0]
2019-02-28 07:14:38 +05:30
Rahul Garg 6cf575a749 Fix hipBusBW sample for P2P bidirectional test
[ROCm/hip-tests commit: 5f54c5cb59]
2019-02-28 00:56:07 +05:30
Rahul Garg 51f2f3703a Fix hipBusBW overflow with setting beats/iterations
[ROCm/hip-tests commit: dfc0ce51d0]
2019-02-27 00:18:52 +05:30
Maneesh Gupta cfdf6ca042 Merge pull request #895 from gargrahul/fix_p2p_test_error_codes
Fix error codes in P2P sample test

[ROCm/hip-tests commit: 23b2f00dd3]
2019-02-07 05:59:32 +05:30
Maneesh Gupta 790d5779af Merge pull request #819 from stanleytsang-amd/master
Improvements to hipify-perl and HIP porting guide for HIP_SYMBOL

[ROCm/hip-tests commit: 042cc7b39c]
2019-02-07 05:55:15 +05:30
Rahul Garg 6c2ad81fba Fix error codes in P2P sample test
[ROCm/hip-tests commit: cea97d2beb]
2019-02-05 06:30:57 +05:30
Rahul Garg 69de406acc Fixed HIP error check in P2P sample test
[ROCm/hip-tests commit: 39735ffedd]
2019-01-23 01:10:07 +05:30
amd-stanley 08b71f4eac Merge pull request #1 from ROCm-Developer-Tools/master
Updating fork with latest code from origin

[ROCm/hip-tests commit: e6a87d722f]
2018-12-06 13:28:25 -07:00
Yaxun Sam Liu 31c9f5d9ef Fix sample bit_extract for hip-clang
[ROCm/hip-tests commit: e787b89865]
2018-11-12 16:50:47 -05:00
Alex Voicu a11a9ee68e Guard new includes.
[ROCm/hip-tests commit: e7270853cc]
2018-10-18 12:29:27 +01:00
Alex Voicu 5e1776ab17 Re-sync with upstream.
[ROCm/hip-tests commit: b76b5bb1b0]
2018-10-18 12:27:03 +01:00
Maneesh Gupta f779b33371 Merge pull request #710 from mangupta/use_hipLaunchKernelGGL
Replace hipLaunchKernel -> hipLaunchKernelGGL

[ROCm/hip-tests commit: cea870d194]
2018-10-18 08:36:59 +05:30
Maneesh Gupta 1bc2b62f98 Replace hipLaunchKernel -> hipLaunchKernelGGL
Change-Id: I4d99009e1199811d417becf1e1b934ec4d4e30be


[ROCm/hip-tests commit: bfceb14751]
2018-10-17 14:32:25 +05:30
Alex Voicu 3bbe867bae Update samples.
[ROCm/hip-tests commit: 6e4935f225]
2018-10-13 23:28:22 +01:00
Rahul Garg 1162ec5c3e Remove adipose extn from launchKernelHcc sample
[ROCm/hip-tests commit: 9e167ab02e]
2018-09-12 16:41:24 +05:30
Rahul Garg e80e6d9f68 Clean up module api samples
[ROCm/hip-tests commit: dbf1737658]
2018-08-08 22:28:13 +05:30
Maneesh Gupta db08c81d2c Merge pull request #452 from gargrahul/fix_hipCommander_makefile
Fix hipCommander Makefile

[ROCm/hip-tests commit: 1c622a59a4]
2018-05-17 07:25:27 +05:30
Rahul Garg 6819acfe4a Fix hipCommander Makefile
[ROCm/hip-tests commit: 30c587d2b1]
2018-05-16 15:01:32 +05:30
Maneesh Gupta 4be09c086c Merge pull request #373 from gargrahul/fix_function_not_found_tex_drv_sample
Fixed function not found issue in texture driver api sample

[ROCm/hip-tests commit: f4613d1cef]
2018-03-19 14:11:28 +05:30
Rahul Garg eb77a001da Removed hidden args and hipLaunchParm from HIP/HCC path
[ROCm/hip-tests commit: bd985285df]
2018-03-16 22:50:25 +05:30
Rahul Garg d96395e02b Change co file name
[ROCm/hip-tests commit: 65b2fc4b9b]
2018-03-16 12:54:44 +05:30
Rahul Garg 5482a4237e Fixed function not found issue
[ROCm/hip-tests commit: 01ee90d564]
2018-03-16 12:35:25 +05:30
Maneesh Gupta 3277453ea5 Apply .clangformat to all repo source files
Change-Id: I7e79c6058f0303f9a98911e3b7dd2e8596079344


[ROCm/hip-tests commit: 6b09bde675]
2018-03-12 11:29:03 +05:30
Alex Voicu dd60eaa156 This introduces LipoProteinLipase (lpl), a simple tool for creating fat binaries. It represents a direct replacement of the creaky hccgenco.sh script, which had various issues. The format it uses is that of a code object bundle, generated by the Clang Offload Bundler. The output is always suffixed with the ".adipose" extension. It is shared with HCC. The hipcc script and associated tests are modified to use lpl. Help can be obtained by invoking lpl --help. A more computer-sciency / corporate friendly name is likely to be beneficial, which is a reason for choosing easily searchable/replaceable names such as lpl or adipose.
[ROCm/hip-tests commit: 182156b12b]
2017-12-08 04:22:57 +00:00
Ben Sander ce4628065a Merge pull request #281 from mangupta/issue126
[samples] Adds a sample that shows using HIP with cmake

[ROCm/hip-tests commit: 1a23d5e95a]
2017-12-05 11:42:11 -06:00
Maneesh Gupta 0de3dc35fb Simplify square sample's Makefile
Change-Id: I44349a880a3c57ca0e833d67d9c380b706655b1e


[ROCm/hip-tests commit: 81bcfafe8d]
2017-12-05 11:54:50 +05:30
Maneesh Gupta 6e2642b940 [samples] Adds a sample that shows using HIP with cmake
Change-Id: Ief983ea0894d7b5d1ea46a755f9134dda0a1bb8f


[ROCm/hip-tests commit: c15d48c543]
2017-12-05 10:48:29 +05:30
Ben Sander 7d24011bdd Update square sample for recent HIP ease-of-use improvements
[ROCm/hip-tests commit: 421a50e830]
2017-12-02 07:44:27 -06:00
Alex Voicu 36b680988e Revert "Revert adoption of CUDA indexing in general - this can only work with later versions of the compiler, just like module based dispatch, and thus must be guarded against usage in earlier (e.g. 1.6) versions."
This reverts commit f5aab36


[ROCm/hip-tests commit: 071b260cf6]
2017-11-29 21:49:10 +00:00
Alex Voicu e91f03da36 Merge branch 'feature_use_module_based_dispatch_instead_of_pfe' of https://github.com/AlexVlx/HIP into feature_use_module_based_dispatch_instead_of_pfe
[ROCm/hip-tests commit: 2d36d3d36e]
2017-11-29 21:45:56 +00:00
Alex Voicu 1e98955e2a Revert "Revert adoption of CUDA indexing in general - this can only work with later versions of the compiler, just like module based dispatch, and thus must be guarded against usage in earlier (e.g. 1.6) versions."
This reverts commit d2fd1f5


[ROCm/hip-tests commit: 6e2e720b26]
2017-11-29 21:36:29 +00:00
Alex Voicu f5aab367f6 Revert adoption of CUDA indexing in general - this can only work with later versions of the compiler, just like module based dispatch, and thus must be guarded against usage in earlier (e.g. 1.6) versions.
[ROCm/hip-tests commit: fe3719af15]
2017-11-29 21:01:28 +00:00
Ben Sander 7c2f9f70b4 Merge pull request #256 from gargrahul/texture_driver_api_support
Texture driver APIs support

[ROCm/hip-tests commit: 75a4e404ca]
2017-11-27 13:52:39 -06:00
Rahul Garg 1b359db390 Changed function hipMemcpy_2D to hipMemcpyParam2D
[ROCm/hip-tests commit: 3d2e40a5df]
2017-11-21 12:36:24 +05:30
Rahul Garg c971b263c1 Update hipModuleGetTexRef API
[ROCm/hip-tests commit: 741702888f]
2017-11-19 22:10:46 +05:30
Rahul Garg 3997a72bf2 -Fixed texture driver API sample
-Added hipTexRefSetAddress and hipTexRefSetAddress2D APIs


[ROCm/hip-tests commit: 657aa51d5d]
2017-11-15 18:23:28 +05:30