ROCm CI Service Account
eddb025028
SWDEV-339113 - Update sampl codes with correct kernel coordinate ( #2704 )
...
Change-Id: Ibfc0fd285441cd3d79b312d2b739729a039a6f84
[ROCm/hip-tests commit: 5da168300f ]
2022-06-02 17:07:52 +05:30
ROCm CI Service Account
c91bfdb8c6
SWDEV-334508 - Testing & fix for HIP samples on Linux and Windows. ( #2711 )
...
Change-Id: I6edc0d6dc7ce8f2223381baddacbc5063b6d4983
[ROCm/hip-tests commit: 5e42fbedfd ]
2022-06-02 17:00:05 +05:30
ansurya
24acf4ab9e
SWDEV-287830 - Remove hardcoding of /opt/rocm path from hip samples ( #2391 )
...
Change-Id: I4ffcb4d5afe329377aca63ae0a962c1dc567bfd8
[ROCm/hip-tests commit: dc06edf44d ]
2021-11-25 15:10:15 +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
Tao Sang
553b3136e6
SWDEV-270973 - Add missing copyright headers
...
Change-Id: I6bb27650f74372dae6e29c79fd6bb2022cc062fe
[ROCm/hip-tests commit: 562282039e ]
2021-03-01 19:46:24 -05:00
Vladislav Sytchenko
64bc0bc57f
Revert "Revert "Merge branch 'amd-master-next' into amd-npi-next""
...
This reverts commit 5bc903a0cd .
Reason for revert: <INSERT REASONING HERE>
Change-Id: I92ceb171e31026ed1864704cef2fc1497b883ef9
[ROCm/hip-tests commit: 08c35854c0 ]
2020-10-05 13:20:58 -04:00
Vladislav Sytchenko
5bc903a0cd
Revert "Merge branch 'amd-master-next' into amd-npi-next"
...
This reverts commit 873a2e33d3 .
Reason for revert: <INSERT REASONING HERE>
Change-Id: I53322718dadde2c98f96140b8e260ec7ee9ef721
[ROCm/hip-tests commit: 051c84bba3 ]
2020-10-05 13:02:39 -04:00
Tao Sang
963e4cded7
Make samples support cmake
...
Only cmake can support static lib of hip rt.
Thus samples will support static lib of hip
rt when this is done.
Change-Id: I70e8d06e85084369a035b42c5d1d56287c874ac9
[ROCm/hip-tests commit: 5b8651c825 ]
2020-09-18 07:37:02 -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