ROCm CI Service Account
8ee758a1ca
SWDEV-312832 - Add Device-side malloc in hip document ( #2665 )
...
Change-Id: I589a864967aafc6bb104631efa1eecfe456240b0
[ROCm/hip commit: a849cc125b ]
2022-05-06 09:54:22 -07:00
Julia Jiang
90cc89e3e3
SWDEV-306204 - Update HIP doxygen and documents ( #2432 )
...
Change-Id: I796eda5cb14dfd00d2a806c57c0550356fbbcdb2
[ROCm/hip commit: 9db0a095f9 ]
2022-02-25 19:06:58 +05:30
Julia Jiang
381d413ad3
SWDEV-306204 - update disclaimer and add link for hipRTC document ( #2418 )
...
Change-Id: I0af09620a4934cf8009833bba3041046cd34709f
[ROCm/hip commit: a31e7242bd ]
2021-11-26 04:50:16 +05:30
Julia Jiang
798d7c78df
SWDEV-302172 - update Coherenty control in HIP programming ( #2353 )
...
Change-Id: I5ec4e2afd8b3759ded954d0de7486fdf51a412b5
[ROCm/hip commit: 2312cf8ad3 ]
2021-09-20 12:13:40 +05:30
jujiang
34bd76f492
SWDEV-288929 - Update HIP documents
...
Change-Id: Ic633e6783162a1e697597a1e077d814c23ceaa07
[ROCm/hip commit: 992b7a56a5 ]
2021-07-22 13:06:48 -04:00
jujiang
6182381054
SWDEV-288929 - Add Direct Dispatch HIP doc
...
Change-Id: I083ce53d0d67b20a621a94ca25e5f9032d69b30a
[ROCm/hip commit: fec4b0fa91 ]
2021-06-30 16:51:57 -04:00
Julia Jiang
afd774c477
SWDEV-288929 - Add hiprtc support in programming guide
...
Change-Id: I22d69801bbb36b610c855657a7248c24b9981b80
[ROCm/hip commit: 3f503283e1 ]
2021-06-18 19:57:16 -04:00
jujiang
c7e528e360
SWDEV-279885 - correct HIP doc for managed memory
...
Change-Id: I94bb307dbe12692eb60cce744424fb18deea28ba
[ROCm/hip commit: 52b4faef3b ]
2021-06-03 11:05:18 -04:00
Julia Jiang
38d123f1bd
SWDEV-282350 - Add managed memory support in HIP document
...
Change-Id: Iea4479058b4c40c36d71c9302834396a4088ac6f
[ROCm/hip commit: 4549478f52 ]
2021-05-11 16:04:46 -04:00
Aaron En Ye Shi
3fcf5799ed
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/hip commit: cfcf04d502 ]
2021-04-27 16:05:15 -04:00
Julia Jiang
91c7127abb
SWDEV-208837 - add host allocation Numa aware
...
Change-Id: I9516b1a7411695d22038e0a3657822ee453ed709
[ROCm/hip commit: a3fd92ba5f ]
2021-04-27 10:45:57 -04:00
Julia Jiang
76aa3fbde4
SWDEV-270961 - Update hip_programming_guide.md for event handling
...
Change-Id: Ieadac9972e5ee13c05ccb42a679866f494f96f47
[ROCm/hip commit: 171551ea8a ]
2021-04-16 12:14:25 -04:00
Tao Sang
15519dd555
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/hip commit: 38b0c952a6 ]
2021-03-16 17:12:08 -04:00
Julia Jiang
afe16f6b0a
SWDEV-270961 - Update HIP documents
...
Change-Id: Iba88d78456b9b190c2af92ca696777e459e4acb0
[ROCm/hip commit: 066fa459bb ]
2021-03-05 16:07:38 -05:00
Siu Chi Chan
1ed2f693a1
Update HIP docs
...
Purge all obsoleted information that is only relevant to HCC
Change-Id: Ice6ae174a73ccac9dfe2ca05027d1ecdb32558d7
[ROCm/hip commit: 5df9b3d7cc ]
2020-11-27 14:48:09 -05:00
Yaxun (Sam) Liu
2a70e452a5
Document FMA settings ( #1717 )
...
[ROCm/hip commit: 47525e72db ]
2020-01-06 12:32:38 +05:30
gilbertlee-amd
373fd99aa1
Fix Typo HipHostMemory to HipHostMalloc ( #1236 )
...
[ROCm/hip commit: 8ff7a99a4c ]
2019-07-19 04:46:07 +00:00
Yaxun (Sam) Liu
6f69a5d16e
Add documentation for supported clang options ( #1065 )
...
* Add documentation for supported clang options
* Fix typo
[ROCm/hip commit: 669d177079 ]
2019-05-07 15:59:40 +05:30
Yaxun (Sam) Liu
caf2e353ce
Update hip_programming_guide.md
...
[ROCm/hip commit: c0d7a7ec31 ]
2019-01-31 16:26:30 -05:00
Yaxun (Sam) Liu
5ef42da925
Update hip_programming_guide.md
...
[ROCm/hip commit: 56f78897a4 ]
2019-01-31 15:18:37 -05:00
Yaxun Sam Liu
289bfe5f95
Support malloc/free for hip-clang
...
[ROCm/hip commit: 02d0e93601 ]
2018-07-27 16:24:51 -04:00
Rahul Garg
88e41efc44
Update the programming guide with environemnt variables names and default threshold values used.
...
[ROCm/hip commit: b1ce616a02 ]
2018-02-06 14:29:04 +05:30
Ben Sander
6834270f15
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.
[ROCm/hip commit: 8b8e97ff28 ]
2017-07-26 19:20:34 -05:00