Gráfico de commits

26 Commits

Autor SHA1 Mensaje Fecha
ROCm CI Service Account 037cc162d0 SWDEV-356567 - Remove notes for limitation of using start & end events of same hipExtLaunchKernelGGL in hipEventElapsedTime. (#3032)
Change-Id: I6041f90f6e3a41d19697a31f31220aedfa5f2fa8
2022-10-27 20:24:17 +05:30
ROCm CI Service Account 9d03fdc13d SWDEV-340007 - Adding per-thread stream in HIP documents (#2945)
Change-Id: If675dbb8792549fb70ff4423782d618594526ac6
2022-09-23 12:37:10 +05:30
ROCm CI Service Account 8b90789c3a SWDEV-342570, SWDEV-340007 - update HIP documents (#2780)
Change-Id: If6c2de4dd8468984cd718aea4a8613d98269a736
2022-07-08 13:36:55 +05:30
ROCm CI Service Account a849cc125b SWDEV-312832 - Add Device-side malloc in hip document (#2665)
Change-Id: I589a864967aafc6bb104631efa1eecfe456240b0
2022-05-06 09:54:22 -07:00
Julia Jiang 9db0a095f9 SWDEV-306204 - Update HIP doxygen and documents (#2432)
Change-Id: I796eda5cb14dfd00d2a806c57c0550356fbbcdb2
2022-02-25 19:06:58 +05:30
Julia Jiang a31e7242bd SWDEV-306204 - update disclaimer and add link for hipRTC document (#2418)
Change-Id: I0af09620a4934cf8009833bba3041046cd34709f
2021-11-26 04:50:16 +05:30
Julia Jiang 2312cf8ad3 SWDEV-302172 - update Coherenty control in HIP programming (#2353)
Change-Id: I5ec4e2afd8b3759ded954d0de7486fdf51a412b5
2021-09-20 12:13:40 +05:30
jujiang 992b7a56a5 SWDEV-288929 - Update HIP documents
Change-Id: Ic633e6783162a1e697597a1e077d814c23ceaa07
2021-07-22 13:06:48 -04:00
jujiang fec4b0fa91 SWDEV-288929 - Add Direct Dispatch HIP doc
Change-Id: I083ce53d0d67b20a621a94ca25e5f9032d69b30a
2021-06-30 16:51:57 -04:00
Julia Jiang 3f503283e1 SWDEV-288929 - Add hiprtc support in programming guide
Change-Id: I22d69801bbb36b610c855657a7248c24b9981b80
2021-06-18 19:57:16 -04:00
jujiang 52b4faef3b SWDEV-279885 - correct HIP doc for managed memory
Change-Id: I94bb307dbe12692eb60cce744424fb18deea28ba
2021-06-03 11:05:18 -04:00
Julia Jiang 4549478f52 SWDEV-282350 - Add managed memory support in HIP document
Change-Id: Iea4479058b4c40c36d71c9302834396a4088ac6f
2021-05-11 16:04:46 -04:00
Aaron En Ye Shi cfcf04d502 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
2021-04-27 16:05:15 -04:00
Julia Jiang a3fd92ba5f SWDEV-208837 - add host allocation Numa aware
Change-Id: I9516b1a7411695d22038e0a3657822ee453ed709
2021-04-27 10:45:57 -04:00
Julia Jiang 171551ea8a SWDEV-270961 - Update hip_programming_guide.md for event handling
Change-Id: Ieadac9972e5ee13c05ccb42a679866f494f96f47
2021-04-16 12:14:25 -04:00
Tao Sang 38b0c952a6 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
2021-03-16 17:12:08 -04:00
Julia Jiang 066fa459bb SWDEV-270961 - Update HIP documents
Change-Id: Iba88d78456b9b190c2af92ca696777e459e4acb0
2021-03-05 16:07:38 -05:00
Siu Chi Chan 5df9b3d7cc Update HIP docs
Purge all obsoleted information that is only relevant to HCC

Change-Id: Ice6ae174a73ccac9dfe2ca05027d1ecdb32558d7
2020-11-27 14:48:09 -05:00
Yaxun (Sam) Liu 47525e72db Document FMA settings (#1717) 2020-01-06 12:32:38 +05:30
gilbertlee-amd 8ff7a99a4c Fix Typo HipHostMemory to HipHostMalloc (#1236) 2019-07-19 04:46:07 +00:00
Yaxun (Sam) Liu 669d177079 Add documentation for supported clang options (#1065)
* Add documentation for supported clang options

* Fix typo
2019-05-07 15:59:40 +05:30
Yaxun (Sam) Liu c0d7a7ec31 Update hip_programming_guide.md 2019-01-31 16:26:30 -05:00
Yaxun (Sam) Liu 56f78897a4 Update hip_programming_guide.md 2019-01-31 15:18:37 -05:00
Yaxun Sam Liu 02d0e93601 Support malloc/free for hip-clang 2018-07-27 16:24:51 -04:00
Rahul Garg b1ce616a02 Update the programming guide with environemnt variables names and default threshold values used. 2018-02-06 14:29:04 +05:30
Ben Sander 8b8e97ff28 Make host memory allocations coherent by default.
Associated change is to optimize event recording so it uses
agent-scope releaes (since it was only using system-scope release
to support non-coherent host mem).

Flags and environment variables exist to obtain previous behavior
if desired.  Options are documented in new performance guide.
2017-07-26 19:20:34 -05:00