Gráfico de commits

17 Commits

Autor SHA1 Mensaje Fecha
Danylo Lytovchenko f7338717ae SWDEV-470698 - fix formatting, add format check workflow (#657) 2025-08-20 19:58:06 +05:30
Ioannis Assiouras eadcf7db13 SWDEV-441237 - Move hipMemcpyHtoD out of the initialization loop in module_api_global
Change-Id: If68b2aadb16fece429fcab2da0a92ce995c437f6


[ROCm/hip-tests commit: 958d0e4d73]
2024-10-18 04:38:05 -04:00
Ioannis Assiouras 515a09bfa4 SWDEV-425129 - Revert "SWDEV-422089,SWDEV-420822 - [ABI Break] Update sample to use hipFuncAttribute fields"
This reverts commit 2e80cd8fbf.

Change-Id: I45b50c2e7052495ac71057aab2f1becb1423fe5e


[ROCm/hip-tests commit: fb1aaad0b7]
2023-10-03 11:37:34 +01:00
Ioannis Assiouras 2e80cd8fbf SWDEV-422089,SWDEV-420822 - [ABI Break] Update sample to use hipFuncAttribute fields
Change-Id: I6f432d50b6883664ce303b6d3bd90051f9a33cac


[ROCm/hip-tests commit: e11a002615]
2023-09-30 12:25:51 -04:00
ROCm CI Service Account f8e1cba1ad SWDEV-402381 - Add hipCheckErrors for HIP API calls in samples (#375)
Change-Id: I335d7e780362fc59fd2d90939b4c8b8a7231ffc7

[ROCm/hip-tests commit: 7cc53f992f]
2023-07-20 10:22:17 +05:30
agunashe 516c38bcfd SWDEV-293742 - Update copyright end year
Change-Id: I2cb7bbd9a6d9da28116ba9dd9cec4e60525444e2


[ROCm/hip-tests commit: e2c6bb5b4e]
2021-07-07 12:57:23 -04:00
Maneesh Gupta 4247ec7d9d Merge branch 'amd-master' into amd-master-next
Change-Id: I3094c15008093f2072bcd38aca4ea90aeae2d97b


[ROCm/hip-tests commit: 22e9bcf424]
2020-04-09 06:31:00 -04:00
Rahul Garg 26924f665e Rename hip/hip_hcc.h to hip/hip_ext.h (#1341)
* Rename hip/hip_hcc.h to hip/hip_ext.h

* Deprecate hip_hcc.h


[ROCm/hip-tests commit: 67e27b3603]
2019-11-07 13:17:10 +05:30
Rahul Garg f88adb7019 Add support for hipFuncGetAttribute (#1279)
* Add support for hipFunGetAttribute

* Support NVCC path

* Test using sample module_api_global

* Try fixing CI build failure due to hip_prof_gen scan

* Fix for CI build issue

* Resolve conflict

* Rebase and resolve conflicts with master

* Fix build error

* Fix NVCC path build error


[ROCm/hip-tests commit: 4ea06f3a28]
2019-08-08 08:27:41 +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
Rahul Garg 3940681053 Add cleanup code in module api samples
[ROCm/hip-tests commit: 2dfc912094]
2019-06-07 05:23:11 +05:30
Evgeny Mankov eaef7e9024 [HIP][tests] Copyright notice update
[ROCm/hip-tests commit: f5f240744a]
2019-05-20 18:46:23 +03:00
Rahul Garg 2d3d049e98 Test hipModuleGetGlobal
[ROCm/hip-tests commit: 2796df1b26]
2019-03-15 04:08:03 +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 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
Rahul Garg d12c58ce83 Example showing globals use with module APIs
[ROCm/hip-tests commit: 626521007d]
2017-10-24 18:12:25 +05:30