ROCm CI Service Account
873911c60f
SWDEV-372153 - Add hipStreamGetDevice API. Add documentation for hip_prof_gen.py. ( #3149 )
...
Change-Id: I2cb650e3b2ccf5431f4ed7d7685c4c6532732d44
2023-02-24 15:10:09 +05:30
ROCm CI Service Account
91968beb57
SWDEV-338733 - Implement hipArrayGet* APIs ( #2870 )
...
- Add interfaces for hipArrayGetInfo, hipArrayGetDescriptor & hipArray3DGetDescriptor API implementations
Change-Id: I374c05e24a79960e7ee9a5b649b63115fdf2715e
2023-02-15 11:13:39 +05:30
ROCm CI Service Account
83ef5518e0
SWDEV-354557 - correct typo in HIP direct dispatch document ( #3164 )
...
Change-Id: Iff905b916c13c3fffd38c8c4e3ddc910df21caa3
2023-02-14 15:49:35 -08:00
ROCm CI Service Account
f331637ff6
SWDEV-379789 - Correct virtual function support information ( #3154 )
...
Change-Id: Ife63b2f4bb3ecdb7fed3b796bc3cd582c1b5ad20
2023-02-08 17:42:07 -08:00
ROCm CI Service Account
436ba9757b
SWDEV-377267 - Update hip_build document for ROCm 5.5 ( #3146 )
...
Change-Id: I9fb1527572487c8fa97c7a7c289ec6081f17305d
2023-01-26 08:20:58 -08:00
ROCm CI Service Account
a4a172d5d6
SWDEV-287842 - Update HIP_RTC markdown doc ( #3114 )
...
Change-Id: I8242abc9edde89320f64d7f7dac6210fd6bd8592
2023-01-05 21:31:30 -08:00
ROCm CI Service Account
9884dc7084
SWDEV-366085 - update doc on deprecated API list ( #3104 )
...
Change-Id: Ib0f3552974f00bcf646effe7d4d2b91ef6d20ce0
2022-11-30 13:20:50 +05:30
ROCm CI Service Account
92f705e9bd
SWDEV-368417 - Update FAQ on library support ( #3092 )
...
Change-Id: I940f840be45e6c45b960ec03ae007472e965cb5e
2022-11-28 14:04:14 +05:30
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
5cc1262f21
SWDEV-356182 - Add environment variable GPU_MAX_HW_QUEUES ( #3030 )
...
Change-Id: Icfe92e299a029c9a5fa0e07d0b724e2b92b6fcbe
2022-10-27 20:24:03 +05:30
ROCm CI Service Account
5c48962930
SWDEV-354898 - Add document for timer function wall_clock64 ( #3029 )
...
Change-Id: I5e4caf6e7db6ce8ed93d92700772b1a682bc11f9
2022-10-27 20:23:51 +05:30
ROCm CI Service Account
96b3b9eaf5
SWDEV-348820 - Fix hipPointerAttribute_t incompatibility ( #2856 )
...
- Mark hipPointerAttribute_t.memoryType deprecated
- Instead add hipPointerAttribute_t.type
- Update testcases & documentation to use hipPointerAttribute_t.type
Change-Id: I3ba58cd2defe82102f9415bbb90cf151e08499dd
2022-10-12 08:31:25 +05:30
Finlay
02ee43c5b4
added document of modern cpp features supported by the compiler ( #2848 )
2022-09-27 10:46:35 +05:30
ROCm CI Service Account
813915508e
SWDEV-1 - Update hiprtc markdown document ( #2967 )
...
Change-Id: I515d174b8085ac905e19b2e6aa2834685cd70fbc
2022-09-27 07:55:34 +05:30
Saad Rahim
1f6cb120fe
Removing outdated API documentation ( #2888 )
2022-09-27 07:54:07 +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
14a136c3e2
SWDEV-329687 - add instructions on building hip tests ( #2737 )
...
Change-Id: I0f3567ee5f3170c5d50d39caa3ce3f40a9d152f7
2022-06-14 17:49:09 -07:00
ROCm CI Service Account
fc3f1e2d20
SWDEV-330657 - Remove hipThreadIdx definition ( #2644 )
...
Change-Id: Ic54c1ad1466c6e950e8b5f95ee8565e28c1db70c
2022-05-17 11:32:58 +05:30
ROCm CI Service Account
e58351465f
SWDEV-332811 - Document extended HIP atomic add functionality ( #2667 )
...
hipamd backend has new unsafeAtomicAdd() and safeAtomicAdd() functions,
and modifications to how it interactsion with -m[no-]unsafe-fp-atomics
compiler options. Update documentation to reflect this.
Change-Id: I2659c2ee1bfe21d870dd1d17cae993dfa170c3f5
2022-05-17 11:31:45 +05:30
ROCm CI Service Account
3786aa8518
SWDEV-326794 - Document for hipMemoryType mismatch with CUDA ( #2645 )
...
Change-Id: Ib4349fc7446edac39ac09fefaaa4babfc7b81ca8
2022-05-11 12:36:38 +05:30
ROCm CI Service Account
7e114089c3
SWDEV-329687 - update hip docs ( #2632 )
...
Change-Id: Iad6e7bf270a6a57256f8f38b67b7f7c504da2c5b
2022-05-09 09:21:59 -07:00
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
ROCm CI Service Account
ef9505d68a
SWDEV-308763 - Update hiprtc tests to link with hiprtc lib ( #2575 )
...
hiprtc is made into a separate lib and hence tests should link with it explicitly during compilation
Also, updates the hiprtc programming guide
Change-Id: Ie1f9d7250d4a8622b77ef92938fc0decbaeb72f9
2022-04-01 09:02:20 +05:30
ROCm CI Service Account
9a175e1654
SWDEV-324824 - Split HIP install to two documents ( #2546 )
...
Change-Id: Idb3b40167cd9c8dd8fde254e00f7891af04811a8
Co-authored-by: Julia Jiang <julia.jiang@amd.com >
2022-03-11 16:59:44 +05:30
ROCm CI Service Account
04ae602316
SWDEV-324735 - update hip_debugging to remove deprecated HCC in the example ( #2543 )
...
Change-Id: I5a02f97da14a89f659443db210b81e26e5b08a2c
2022-03-11 16:54:24 +05:30
ROCm CI Service Account
996213c5e3
SWDEV-324640, SWDEV-324824 - Update HIP API and add work-item dimension limit ( #2542 )
...
Change-Id: I032a14d08ae26c7f3151d05c655a0f82ffe6b56f
2022-03-11 09:59:22 +05:30
Julia Jiang
9db0a095f9
SWDEV-306204 - Update HIP doxygen and documents ( #2432 )
...
Change-Id: I796eda5cb14dfd00d2a806c57c0550356fbbcdb2
2022-02-25 19:06:58 +05:30
TomSang
5c8af57480
SWDEV-303204 - Disable texture/image Apis on some devices. ( #2381 )
...
Modify texture tests to pass on devices that don't support texture.
Add hipDeviceAttributeImageSupport to check image support in runtime
Change-Id: Ia89c494e651a6198a24448b59a91e046a9ebea38
2021-12-02 11:46:13 +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
049a9454e9
SWDEV-306204 - port obj-tooling.md as corrected in 4.5 release ( #2405 )
...
Change-Id: I24f59ae10ac631bee8da0ea5ee43ef17751a03cf
2021-11-25 15:13:43 +05:30
Aakanksha Patil
6902f11835
SWDEV-309659 - Delete duplicate files - hipify-perl and helper scripts ( #2403 )
...
* Delete duplicate files - hipify-perl and helper scripts
* Update link for hipconvertinplace-perl.sh references
* Remove remaining references to hipify-clang and contents of its package
* Hyperlink hipexamine-perl.sh in docs/markdown/hip_porting_guide.md
2021-11-25 15:12:09 +05:30
Julia Jiang
9b7645575f
SWDEV-306204 - remove external reference in hip_bugs.md ( #2394 )
...
Change-Id: I7425eba1cd20a2f842479d0eb050f97e21e457c1
2021-11-25 15:10:31 +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
Julia Jiang
c2ce476d09
SWDEV-300860 - Add summary of HIP environment variables in hip_debugging.md ( #2352 )
...
Change-Id: Id36dce73346fa5a3259257c78f0cf289f9b9f41a
2021-09-20 12:13:01 +05:30
Julia Jiang
346117774c
SWDEV-291894 - Update the launch bounds error message and version note in FAQ ( #2335 )
...
Change-Id: I5b876e80c69d3e04fec92bc3eb995fcd3e94edcd
2021-09-14 13:35:51 +05:30
Julia Jiang
c2be66db76
SWDEV-286322 - remove unnecessary executable permission ( #2323 )
...
Change-Id: I61674df72bc1d42d4e0d56bf66f08abe85269697
2021-08-25 16:57:22 -07:00
René Widera
7eaa45d2d5
fix documentation for popcll ( #2309 )
...
Change return type from int to unsigned int.
It is correctly documented in hip-math-api.md but not at the place where this PR is updating the documentation.
2021-08-19 10:27:51 +05:30
jujiang
5bcd842486
SWDEV-288929 - update document for the flag __HIP_USE_CMPXCHG_FOR_FP_ATOMICS
...
Change-Id: If7027d6a63c524e4c829288fe794258c7ecbf064
2021-07-28 20:16:54 -04:00
jujiang
5d6ed58dcb
SWDEV-288929 - add HIP version in FAQ
...
Change-Id: I260133a95e484919a362106e1bd36715358247f2
2021-07-28 12:47:51 -04:00
jujiang
992b7a56a5
SWDEV-288929 - Update HIP documents
...
Change-Id: Ic633e6783162a1e697597a1e077d814c23ceaa07
2021-07-22 13:06:48 -04:00
Tao Sang
586165ebc2
SWDEV-294588 - Enable NV printf DTests
...
Enable NV printf DTests as many as possible.
Fix the bugs due to behavour difference between
Hip-Rocclr and Cuda.
Add hipLimitPrintfFifoSize.
Change-Id: I3fe6dbc35a7a140a9919df197b7885df83d28049
2021-07-20 21:22:11 -04:00
Jatin Chaudhary
b337a5586b
SWDEV-283267 - Add rtc document and remove hip header from tests
...
Change-Id: I43a23384ab70128ccd7f41204f796105576cd604
2021-07-14 11:00:38 -04:00
jujiang
fec4b0fa91
SWDEV-288929 - Add Direct Dispatch HIP doc
...
Change-Id: I083ce53d0d67b20a621a94ca25e5f9032d69b30a
2021-06-30 16:51:57 -04:00
Sarbojit Sarkar
f59c5548ed
SWDEV-284435 - Fixed latest CUDA Drv support doc
...
Change-Id: Iba172236c4816fdc5c5caad763be0a9fd51e6f58
2021-06-25 12:20:11 -04:00
Julia Jiang
3f503283e1
SWDEV-288929 - Add hiprtc support in programming guide
...
Change-Id: I22d69801bbb36b610c855657a7248c24b9981b80
2021-06-18 19:57:16 -04:00
Scott Linder
17c3469cf6
SWDEV-229776 - Add bin/roc-obj
...
Change-Id: If4449d7c47b72e437aaca71ae64ea37d202e2b18
2021-06-11 16:29:20 -04:00
jujiang
d8b2571d47
SWDEV-288929 - Add atomic system functions in HIP doc
...
Change-Id: Ic9ec276c1c486c4e1d3b83e1578081673f97efa2
2021-06-07 18:00:24 -04:00
jujiang
52b4faef3b
SWDEV-279885 - correct HIP doc for managed memory
...
Change-Id: I94bb307dbe12692eb60cce744424fb18deea28ba
2021-06-03 11:05:18 -04:00
Jatin Chaudhary
f7a2758bdf
SWDEV-280067 - Document hipErrorNoBinaryForGpu error in hip faq
...
Change-Id: Ie8cab47ecac5a1b0972041d6e3e58e4fca278c41
2021-05-25 15:14:08 +05:30