Граф коммитов

1478 Коммитов

Автор SHA1 Сообщение Дата
ROCm CI Service Account 369afc8bae SWDEV-369961 - Add flags for hipGraphInstantiateWithFlags and since internals doesn't not support them yet, Update doc. (#3138)
Change-Id: I0e8309c783cf1a71ca7ee059e319d9246c2a7b96
2023-03-01 20:45:06 +05:30
ROCm CI Service Account 76efd52f1e SWDEV-330658 - Added flag hipHostRegisterReadOnly (#3173)
Change-Id: Ic011ce473f5988ca92a44a939adc82e6c8ee6130
2023-02-27 10:26:15 +05:30
ROCm CI Service Account c629e63024 SWDEV-383461 - gfx11 not supporting wave64 check (#3170)
Change-Id: I12e8ff2cb8ad9c72cba216847366f2e0ab15c497
2023-02-24 10:45:16 -08:00
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 c604c1cb56 SWDEV-336460 - Update description for scratch allocation API (#3165)
Change-Id: I95479cbebdbf41145b039b31caf4c6ddadb94bf5
2023-02-14 15:48:44 -08:00
ROCm CI Service Account 2c6389713b SWDEV-355543 - add descriptions in hip API parameters (#3163)
Change-Id: I35b9ee55d0d743e0d009e5aad221c2b8a61fc732
2023-02-14 15:48:12 -08:00
ROCm CI Service Account cf489916c5 SWDEV-376665 - Correct information for hipStreamDestroy API (#3134)
Change-Id: If1c255880569dbd81a058683185065502a10b782
2023-02-10 11:41:32 -08:00
ROCm CI Service Account 644456d438 SWDEV-368819 - Add information on HIP APIs (#3135)
Change-Id: I0677280d14c3b813b4288682360824a20995eaf1
2023-02-10 10:32:01 -08:00
ROCm CI Service Account 121a88db15 SWDEV-364604 - Amend flag name (#3157)
Change-Id: I8fb458268959ea1ca253c4ede815a54f041831cf
2023-02-09 12:12:55 -08:00
ROCm CI Service Account 905512e255 SWDEV-306306 - Update information for hipMemGetInfo API (#3155)
Change-Id: Ib2b7f81189a82fd47f28cd0056f2997d4ead0e34
2023-02-08 17:41:30 -08:00
ROCm CI Service Account d8f39ab8d2 SWDEV-364604 - Add hipEventDisableReleaseToSystem (#3132)
Add the above flag to be used with hipEventCreateWithFlags API

Change-Id: I4dcd259e579546178865879f69b78410f5ad1b57
2023-01-23 14:58:47 -08:00
ROCm CI Service Account b90b4ebffb SWDEV-376697 - Adding hipDeviceMallocUncached flag for uncached memory. (#3136)
Change-Id: Id2761e9ec27c04106598fa13082009974e19ab91
2023-01-16 20:41:08 -08:00
ROCm CI Service Account e40f199f30 SWDEV-374365 - adding define for hipExternalMemoryDedicated (#3130)
Change-Id: Ibea8f7e05bf29652358b81e14215725a19973757
2023-01-09 16:51:18 -08:00
ROCm CI Service Account a2a6d6e279 SWDEV-368881 - Add hipModuleLaunchCooperative* interfaces (#3113)
- Add interfaces for hipModuleLaunchCooperativeKernel, hipModuleLaunchCooperativeKernelMultiDevice

Change-Id: Idf7f4b01ba243774c86b979f8da3460fd5d9c759
2023-01-09 14:01:11 +05:30
ROCm CI Service Account a95b8c94df SWDEV-374402 - Fix hipExtLaunchKernel documentation (#3126)
Change-Id: I90ad2a3a9a7d940f6853f976b329ee0eb5a161b8
2023-01-06 11:59:31 -08:00
ROCm CI Service Account 73086b0c84 SWDEV-361374 - Adding support for hipPointerSetAttributes (#3125)
Change-Id: I9d654185902e1a53338cbdaf7bbb6c1ebc4b043c
2023-01-05 17:59:29 -08:00
ROCm CI Service Account afeeaba3a3 SWDEV-369618 - hipOccupancyMaxPotentialBlockSizeVariableSMemWithFlags invalid flag scenario (#3121)
Change-Id: I98f185db82f23514976ecf562894acb65006c352
2023-01-03 23:48:17 -08:00
ROCm CI Service Account 9b7e42dd5e SWDEV-353281 - Expose graph interface for mempool (#3115)
Change-Id: I4f0c37d27758a6bc80b5a34c85dfd07bc45b0a4c
2023-01-03 17:20:38 -08:00
ROCm CI Service Account c437ca95d2 SWDEV-364373 - updated doxygen for the API hipDeviceSetCacheConfig (#3112)
Change-Id: Icbbeb16b043b73c4d810710e3504dae593c34295
2023-01-02 10:13:56 +05:30
ROCm CI Service Account 31009ea884 SWDEV-372171 - Correct section for hipLaunchHostFunc (#3116)
Change-Id: I48bd381bfadafe079e34b5d2877a1133fd405a9a
2022-12-19 12:51:34 -08:00
ROCm CI Service Account da6d35142b SWDEV-366314 - Move hip_bfloat16 implementation to hipamd (#3102)
hip_bfloat16 header in hip repo just includes the amd_hip_bfloat16 from hipamd

Change-Id: Ie96f908009cf96f37d868f2cd9a97d5f3e8b0ade
2022-11-30 13:21:04 +05:30
ansurya 1cdb2d5be5 SWDEV-325711 - Added new Graph APIs (#3097)
- hipGraphDebugDotPrint
- hipGraphKernelNodeCopyAttributes
- hipGraphNodeGetEnabled
- hipGraphNodeSetEnabled

Change-Id: Ic6156e00cfc6a4614649eda12b81187e6b186efb
2022-11-23 09:44:27 +05:30
ROCm CI Service Account bd4181a260 SWDEV-349226 - Add missing hipDataTypes (#3039)
Change-Id: I3326f326aebe677a93a55ffd7b56b8f6402e0194
2022-11-02 10:44:22 +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 c74504290b SWDEV-354898, SWDEV-355542 - Update HIP header for mis-spelling and doxygen Index (#3027)
Change-Id: I19f883f9072c8cc7599a4b1002bf221d9fcde7cd
2022-10-27 20:23:40 +05:30
ROCm CI Service Account acf9688165 SWDEV-356559 - update the note on hipIpcOpenMemHandle showing the different from CUDA (#2988)
Change-Id: I4116eaa3a8f31283dda7d7c0c680acdb954036b9
2022-10-19 16:50:51 +05:30
ROCm CI Service Account 24c0cb92b3 SWDEV-353686 - add default value for missing function (#2991)
Change-Id: I76e95636ecf2c50a11d0120f3ffdfcf641841cdb
2022-10-17 16:57:32 +05:30
ROCm CI Service Account 6d4c13adc2 SWDEV-325938 - Add missing queries for occupancy (#2995)
New C++ interfaces:
hipOccupancyMaxPotentialBlockSizeVariableSMem() and
hipOccupancyMaxPotentialBlockSizeVariableSMemWithFlags()

Change-Id: Ifae9d6b94b159e59cbf616f180028abb18a96527
2022-10-13 21:38:03 -07:00
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
ROCm CI Service Account 7731299752 SWDEV-354045 - Update hipModuleLoad comments about releasing file and other resources. (#2927)
Change-Id: I88e5a37d3fd56b874eba19f73b0be0217caa58f8
2022-09-26 07:39:12 +05:30
ROCm CI Service Account ece11e4ed3 SWDEV-351980 - Remove the ROCtracer private interface from the public header (#2931)
Change-Id: I03ee584873bc257f2bd8f18e92d94be50ee8a7a8

Co-authored-by: Laurent Morichetti <laurent.morichetti@amd.com>
2022-09-21 22:28:26 +05:30
ROCm CI Service Account 1e97d5b9ab SWDEV-353686 - add default value for userobj (#2895)
Change-Id: I4cc993128f438fba156207fd4c4c9ce18380981b
2022-09-20 15:28:47 -07:00
ROCm CI Service Account b5a13dd89e SWDEV-352036 - Move HIPRTC_ERROR_LINKING to the end of the enum. (#2900)
Change-Id: I0b847c3a82d988f4e7de21a2c2842081844b7a9f
2022-09-15 14:24:05 -07:00
ROCm CI Service Account 14804c6dec SWDEV-340007 - Added a note on hipCreateTextureObject API (#2899)
Change-Id: I577563b098de71440554497ff1d160e411a0c5bf
2022-08-30 08:51:21 -07:00
ROCm CI Service Account e411ebc467 SWDEV-343380 - Added hipDrvGetErrorName/String (#2825)
Change-Id: I1f6df9e801d02e56635c6e9546b71e08b31ea7ce
2022-07-26 15:07:42 +05:30
ROCm CI Service Account d029b1e039 SWDEV-338376 - Driver Alias for Resourcetype (#2821)
Change-Id: I621fe95020a3b2d82034cf5979e834b6e13f2981
2022-07-26 11:47:18 +05:30
ROCm CI Service Account d98ac8a31d SWDEV-325711 - Add skeleton for userobject functions (#2816)
- add APIs to interface

Change-Id: I5946d5f276bd03d05a85c40bec1ace0ad28a2b7c
2022-07-21 13:49:19 +05:30
ROCm CI Service Account 1d710dcb58 SWDEV-286739 - Support hipDeviceAttributeWallClockRate (#2815)
Part 2: Add hipDeviceAttributeWallClockRate and wallClockRate property

Change-Id: I52cbba6d67d21cde6d019c5ab530159f426a9bf6
2022-07-21 13:49:00 +05:30
ROCm CI Service Account e924565134 SWDEV-340007 - Re-organize some sections of HIP APIs doxygen and add missing doxygens (#2814)
Change-Id: Ifcd5f1276bfc70e54b83613e57ccf5d50a667cac
2022-07-21 13:48:43 +05:30
Sarbojit2019 76ce7131d9 SWDEV-343159 - corrected macro value (#2785) 2022-07-07 12:07:52 +05:30
ROCm CI Service Account 84c23e2b41 SWDEV-342662 - Added hipGraphUpload API (#2757)
Change-Id: I65a957e4d8b12b2ffd003e5a4722edaed2ffa99e
2022-06-30 13:28:15 +05:30
ROCm CI Service Account 64a4f67f5f SWDEV-321698 - hipGraphNodeTypeMemcpy1D NVDIA build failure (#2531)
* SWDEV-321698 - hipGraphNodeTypeMemcpy1D NVDIA build failure

Signed-off-by: sdashmiz <shadi.dashmiz@amd.com>
Change-Id: Ibb3c7278438cd6504f9bd4035fe7cc27d0cd6c0f

* Update hip_runtime_api.h

* Update hip_runtime_api.h
2022-06-29 23:08:36 -07:00
ROCm CI Service Account 7c306091bf SWDEV-342025 - Update API documentation for hipEventCreateWithFlags (#2774)
- Add information that hipEventDisableTiming flag also must be set when hipEventInterprocess flag is set

Change-Id: Ic65bcc2258c1bacf870251383e5cf3c1e0e0c0c8
2022-06-28 10:46:47 -07:00
ROCm CI Service Account 1342f1c2fd SWDEV-339995 - Adding hiprtcGetBitcode and hiprtcGetBitcodeSize. (#2744)
Change-Id: I90ef8c90418ec3a1bcb596d513c1e77031fe77eb
2022-06-17 10:41:14 +05:30
ROCm CI Service Account da0bd3cc85 SWDEV-336536 - Changed doc for hipDeviceGetCacheConfig. (#2742)
Change-Id: I0147cc8026788bad192258be28cde8497c0cd265
2022-06-17 10:40:15 +05:30
ROCm CI Service Account 3e7a9bb177 SWDEV-323441 - Pahes-II : per thread default stream (#2738)
Change-Id: I9f76df450207794b8c887b55fb16aea8044d69b4
2022-06-15 10:14:37 -07:00
ROCm CI Service Account bf3c5870e6 SWDEV-336532 - Add hipMemoryTypeManaged in hipMemoryType enum (#2688)
Change-Id: Ia1618668a57ebaca9a65081ba13af579c0ac87c2
2022-06-03 08:32:22 +05:30
ROCm CI Service Account 2663453b2d SWDEV-322688 - Added math constants for AMD & NVidia. (#2707)
Change-Id: I9602daf191c6d10de53c8c59edc9fb7135f09b8c
2022-06-02 17:01:29 +05:30
ROCm CI Service Account 35a61e70b6 SWDEV-331066 - added new API hipDeviceSetLimit (#2710)
Change-Id: I0e5d193d5ac3db3acfef60a8c39c5d73c8213f10
2022-06-02 17:00:27 +05:30