Jatin Chaudhary
83e7ce2dce
SWDEV-280067 - Document hipErrorNoBinaryForGpu error in hip faq
...
Change-Id: Ie8cab47ecac5a1b0972041d6e3e58e4fca278c41
[ROCm/clr commit: ed4c4fbcba ]
2021-05-25 15:14:08 +05:30
Julia Jiang
992143919d
SWDEV-282350 - Add managed memory support in HIP document
...
Change-Id: Iea4479058b4c40c36d71c9302834396a4088ac6f
[ROCm/clr commit: c68bff088b ]
2021-05-11 16:04:46 -04:00
Julia Jiang
bb775c5c50
SWDEV-282350 - update HIP documents
...
Change-Id: Iff3a49e75279b1ecee0672a6d35f6b84a8256296
[ROCm/clr commit: 8f38d6f496 ]
2021-05-07 12:38:13 -04:00
Julia Jiang
a3321e2b9e
SWDEV-282350 - Adding hip_debugging
...
Change-Id: I18f52a76f88bcd3a0628030a6798d546a3973f4d
[ROCm/clr commit: e65317fd56 ]
2021-05-06 11:48:52 -04:00
Aaron En Ye Shi
3a319aa734
SWDEV-222423 - Add HIP Sample 2_Cookbook/15_static_library
...
HIP supports emitting two types of static libraries. One type
will export host functions and is compatible with host linkers.
The second type exports device functions, but is generated with
ar manually. Also, add a README with steps on how to run these
samples with Makefile or CMake.
Change-Id: I1be15c2884583b370092bc8e4bf04f726f8f5a27
[ROCm/clr commit: b462310394 ]
2021-04-27 16:05:15 -04:00
Julia Jiang
46c8824652
SWDEV-208837 - add host allocation Numa aware
...
Change-Id: I9516b1a7411695d22038e0a3657822ee453ed709
[ROCm/clr commit: f0f0c85e72 ]
2021-04-27 10:45:57 -04:00
Julia Jiang
e103d4f31d
SWDEV-270961 - Update hip_programming_guide.md for event handling
...
Change-Id: Ieadac9972e5ee13c05ccb42a679866f494f96f47
[ROCm/clr commit: cb22874ebd ]
2021-04-16 12:14:25 -04:00
Julia Jiang
c4cd7b1219
SWDEV-270961 - Update HIP FAQ.md
...
Change-Id: I34b03692edd9e6bc424a3ee615d21cb226aa86cf
[ROCm/clr commit: ea0e2007c0 ]
2021-04-08 14:13:13 -04:00
Julia Jiang
ffdccc1155
SWDEV-270961 - update HIP documents
...
Change-Id: I5168d83a124e9c7d856fb7a46d9960d9f99143c6
[ROCm/clr commit: 774565e5ae ]
2021-04-05 14:34:33 -04:00
Tao Sang
e212e1a947
SWDEV-273943 - Enable runtimeApi.event dtest
...
Add device_id_ in hip::event to match cuda behaviour in
hipEventQuery() and hipEventRecord().
Enable hipEventElapsedTime test on AMD platform.
Workarround sporadic crash of hipEventIpc test due to
some bug of event ipc.
Add missing hipEventDestroy() in some event tests.
Fix some logic code errors.
Fix typo in comment.
Change-Id: I9ec74c475161b3e31df48d193449023e921f2924
[ROCm/clr commit: 629ea5fe19 ]
2021-03-16 17:12:08 -04:00
Julia Jiang
f8a37ae71f
SWDEV-270961 - Update HIP documents
...
Change-Id: Iba88d78456b9b190c2af92ca696777e459e4acb0
[ROCm/clr commit: 3a7c3c8f07 ]
2021-03-05 16:07:38 -05:00
Tao Sang
2a6f45533d
SWDEV-270973 - Add missing copyright headers
...
Change-Id: I6bb27650f74372dae6e29c79fd6bb2022cc062fe
[ROCm/clr commit: 4048db950c ]
2021-03-01 19:46:24 -05:00
Julia Jiang
5c18e96435
SWDEV-272921, SWDEV-270961 - correct index and linkage
...
Change-Id: I48a66091bb6f304864e282bd03e9eb748fa04da7
[ROCm/clr commit: 99e03e067a ]
2021-03-01 16:07:00 -05:00
jujiang
300865121d
SWDEV-265003 - update HIP document
...
Change-Id: I1e8ec3ad380330b48d164a2ca60b0a70f7e54ae6
[ROCm/clr commit: cfca71352a ]
2021-01-20 16:24:20 -05:00
David Salinas
5eb35595fb
add new code object tooling: roc-obj-ls and roc-obj-extract
...
SWDEV-229776
Change-Id: Icb11c4552515d3eff3bcf303c4a470ab90d1dd58
[ROCm/clr commit: 7e9b9534d3 ]
2021-01-14 14:45:46 -05:00
jujiang
4f2dab9c86
SWDEV-265003-Update HIP documents
...
Change-Id: I3aea36f9a817ff0d2a379fc902b1ba7794f9736e
[ROCm/clr commit: 32f35bbd2a ]
2021-01-13 17:55:16 -05:00
Tao Sang
eeb275d643
Remove hip-hcc codes: Part four
...
Remove __HCC__, __HCC_ONLY__, __HCC_CPP__, __HCC_C__,
__HCC_OR_HIP_CLANG__, __HIP_ROCclr__ and their guarded codes.
Remove Hcc codes from directed_tests and samples.
Remove __HIP_PLATFORM_HCC__ and __HIP_PLATFORM_NVCC__ from
some files where they are not necessary.
Add deprecation notice.
Change-Id: I1ae467eafd749d6c25bca204c1724b026be21fce
[ROCm/clr commit: d504a761ad ]
2021-01-08 10:53:34 -05:00
Tao Sang
2c1c9f78d6
Remove hip-hcc codes: Part three
...
1.Rename include/hip/hcc_detail/ as include/hip/amd_detail/
2.Rename include/hip/nvcc_detail/ as include/hip/nvidia_detail/
3.Create __HIP_PLATFORM_AMD__ to replace __HIP_PLATFORM_HCC__
4.Create __HIP_PLATFORM_NVIDIA__ to replace __HIP_PLATFORM_NVCC__
After hcc_detail, nvcc_detail, __HIP_PLATFORM_HCC__ and __HIP_PLATFORM_NVCC__
have been removed from upstream, they will be removed from hip runtime.
Change-Id: I1ae457effd739d6c25bca203c1724b026be21fce
[ROCm/clr commit: 8a2b0b7424 ]
2021-01-05 10:39:31 -05:00
jujiang
3f58ee3545
SWDEV-265003-Fix hip faq
...
Change-Id: Ifd29fd9c20ecc905c63fa39fd0768eaca3953aac
[ROCm/clr commit: 84db670474 ]
2020-12-18 12:21:36 -05:00
Yaxun (Sam) Liu
bf2c3ef2dd
Update documentation for supported clang options
...
Change-Id: I5d7017cd5c4335959fe5bae322e90aa46cdbc672
[ROCm/clr commit: b49d801c5d ]
2020-12-01 12:00:10 -05:00
Siu Chi Chan
fd50c7f4a1
Update HIP docs
...
Purge all obsoleted information that is only relevant to HCC
Change-Id: Ice6ae174a73ccac9dfe2ca05027d1ecdb32558d7
[ROCm/clr commit: 703816a7e1 ]
2020-11-27 14:48:09 -05:00
Konstantin Zhuravlyov
1b1b2998ad
SWDEV-198415 - Implement Target ID Proposal
...
Changes from Jatin Chaudhary, Tony Tye
Change-Id: I14904920ad2356ae2098cf827b83613089d33962
[ROCm/clr commit: 73fb01cb3a ]
2020-11-10 13:31:43 -05:00
Sarbojit Sarkar
34b9762927
Added sample with __gfx*__ macro used
...
Change-Id: I80a474947ea1b755082dad5329d1aff3ee78840c
[ROCm/clr commit: 3b8b31a61c ]
2020-10-14 06:56:39 -04:00
Vladislav Sytchenko
7b635ae18c
Revert "Revert "Merge branch 'amd-master-next' into amd-npi-next""
...
This reverts commit 0627e8783b .
Reason for revert: <INSERT REASONING HERE>
Change-Id: I92ceb171e31026ed1864704cef2fc1497b883ef9
[ROCm/clr commit: d5aa0f607d ]
2020-10-05 13:20:58 -04:00
Vladislav Sytchenko
0627e8783b
Revert "Merge branch 'amd-master-next' into amd-npi-next"
...
This reverts commit 6c6299acb2 .
Reason for revert: <INSERT REASONING HERE>
Change-Id: I53322718dadde2c98f96140b8e260ec7ee9ef721
[ROCm/clr commit: 9142674ef0 ]
2020-10-05 13:02:39 -04:00
Sarbojit Sarkar
596fa95c9b
SWDEV-252337: Fix for V100 compilation issue
...
Change-Id: Ib57ff3ac28f0a581f395f32181974e64eca6d858
[ROCm/clr commit: 7da8264b7c ]
2020-09-25 21:55:22 -04:00
Sarbojit Sarkar
438e7b78b4
Updated hip_porting_guide.md
...
Change-Id: Iaf32033597513aa2cbfde267487af35317ac67fe
[ROCm/clr commit: b7dc406ccd ]
2020-09-14 00:30:51 -04:00
Julia Jiang
cb20d658ff
SWDEV-249486-Update Doxygen configuration file to link correct documents
...
Change-Id: I2bbe2a0dedec2d182bd3108c3d5af04f3d8beed8
[ROCm/clr commit: 683f2eed2f ]
2020-09-11 16:45:07 -04:00
Todd tiantuo Li
49910cc949
SWDEV-240803 - add hipFuncSetSharedMemConfig
...
Change-Id: I160b04677b3e7b99b3981ae7ecc84a0e3811d5e8
[ROCm/clr commit: a243a69e98 ]
2020-08-20 18:18:24 -04:00
Todd tiantuo Li
4885fa0e48
SWDEV-240803 - add hipFuncSetAttribute and hipFuncAttribute
...
Change-Id: I3f4d67b19d89fd348fa5b884af4a2542ee4aba60
[ROCm/clr commit: fb43f21044 ]
2020-08-14 17:39:29 -04:00
Julia jiang
ac119447fd
SWDEV-246878-Update document HIP_porting_guide
...
Change-Id: I7f4c92637f31da76293048133fff5af816c752ca
[ROCm/clr commit: e93f7b6a56 ]
2020-08-07 14:50:01 -04:00
jujiang
d308b7006e
SWDEV-242207-Update deprecated APIs
...
Change-Id: Icb64227be0eb44497de99240c0044a162ff3c085
[ROCm/clr commit: 5ac8672fb2 ]
2020-07-30 15:15:41 -04:00
jujiang
3eb6440e59
SWDEV-242207-Update deprecated APIs
...
Change-Id: I0c1c7f33f75232b210495241d0e5e7e6b90d45f0
[ROCm/clr commit: b90f3732ea ]
2020-07-08 15:23:52 -04:00
jujiang
da470ad95f
SWDEV-241903-Add document HIP_logging.md
...
Change-Id: I348218218b305e845b7e26afaeb4e287bf0387de
[ROCm/clr commit: e73e0d2fb3 ]
2020-07-08 11:19:33 -04:00
jujiang
b815322dd6
To fix a format in hip_porting_guide.md
...
Change-Id: I5faa4ec9b3d17625b7cb5cea86b9f44766b1cfa9
[ROCm/clr commit: 06c6951205 ]
2020-06-09 13:14:52 -04:00
jujiang
4fad481033
Update document for hip_faq.md, hip_porting_guide.md and hip_terms2.md
...
Change-Id: I2c019f802ad70ed43f1608cfd3c9067f1573741e
[ROCm/clr commit: 017e3b87b3 ]
2020-05-28 17:51:58 -04:00
Sarbojit Sarkar
38f3c57f58
[doc]shfl*sync update
...
1. Updated FAQ with shft*sync not supported hip_faq.md
2. Corrected some of input parameter description in hcc_details/hip_runtime_api.h
3. Redirect shfl*() to shfl_*_sync() for nvcc path where CUDA > 9.0
Change-Id: I3d8184db5fcc622852c9bad96b706348e8dfc16c
[ROCm/clr commit: e288338e4a ]
2020-05-27 02:17:40 -04:00
Rahul Garg
b6c8a14323
Remove HIP_MARKER left overs due to HIP PR 2032
...
Change-Id: Ieae68dd3b12c92b1d6830619ca4c6ae43c400225
[ROCm/clr commit: 4c05fd9d4c ]
2020-05-06 20:26:18 -04:00
Maneesh Gupta
11fe5b06de
Merge in the rocclr based hip runtime ( #2032 )
...
* Merge master-next changes in master (include vdi development in master branch)
[ROCm/clr commit: f2e1118d7a ]
2020-04-23 09:12:06 -07:00
Evgeny Mankov
bc365c1349
[HIP][SPARSE] sync with HIPIFY's #95 and #96
...
Based on:
https://github.com/ROCm-Developer-Tools/HIPIFY/pull/95
https://github.com/ROCm-Developer-Tools/HIPIFY/pull/96
Update hipify-perl and CUSPARSE_API_supported_by_HIP.md accordingly
[ROCm/clr commit: f2205827bb ]
2020-04-10 19:36:43 +03:00
Evgeny Mankov
de7d5d2f28
[HIP][doc] Update docs due to moving of HIPIFY to a separate repo ( #2001 )
...
[ROCm/clr commit: 8e6c0e9fcb ]
2020-04-07 14:03:19 +05:30
Nick Curtis
37ee2b90d2
Update hip_debugging.md ( #1973 )
...
Fix link formatting
[ROCm/clr commit: 8afea30768 ]
2020-03-26 17:09:56 +05:30
Evgeny Mankov
a82c69da48
[HIPIFY][SPARSE] sync with hipSPARSE's "added csrsm2" ( #83 )
...
+ https://github.com/ROCmSoftwarePlatform/hipSPARSE/pull/83
+ Update doc and hipify-perl accordingly
[ROCm/clr commit: 126ebadcc6 ]
2020-03-18 13:44:50 +03:00
Evgeny Mankov
be4ba44d12
[HIPIFY][SPARSE] sync with hipSPARSE
...
+ Update doc and hipify-perl accordingly
[ROCm/clr commit: baa0c68ab4 ]
2020-03-18 13:07:46 +03:00
Rahul Garg
7395bf9ba9
Remove deprecated HIP markers ( #1876 )
...
[ROCm/clr commit: 6be7537cf9 ]
2020-02-28 16:47:15 +05:30
Rahul Garg
ff421fb2d2
Add hipDrvOccupancyMaxActiveBlocksPerMultiprocessor[WithFlags] ( #1854 )
...
Equivalent to cuOccupancyMaxActiveBlocksPerMultiprocessor[WithFlags].
[ROCm/clr commit: 1c794045e0 ]
2020-02-28 16:46:55 +05:30
Aryan Salmanpour
44ce519211
resolve merge conflict
...
[ROCm/clr commit: dfa565d76f ]
2020-02-10 10:30:55 -05:00
Sarbojit2019
dd5c4d41a5
Added overflow check in kernel launch ( #1770 )
...
[ROCm/clr commit: 6e62ea5ee3 ]
2020-02-04 09:02:16 +05:30
Aryan Salmanpour
cbefd62db9
code clean up
...
[ROCm/clr commit: 75572a4175 ]
2020-01-31 13:08:25 -05:00
Aryan Salmanpour
2733df36b5
[HIP][HIPIFY] Add some missing flags for cooperative launch and occupancy APIs
...
[ROCm/clr commit: 6db9b782be ]
2020-01-30 15:05:53 -05:00