Graphe des révisions

1517 Révisions

Auteur SHA1 Message Date
taosang2 d3aaaea6f8 SWDEV-299127 - Support External Mipmap
Support hipExternalMemoryGetMappedMipmappedArray

Change-Id: I7e3524cdde53e4df9f728794bcebf4bd3f58d4d8


[ROCm/hip commit: 85e9780f41]
2023-10-03 08:25:14 -04:00
Jatin Chaudhary 35b3097102 SWDEV-420894 - Remove directed tests
Point users to correct hip-tests path.
Remove references of directed test from code.
Replace documentation which used directed test with a native sample.

Change-Id: I3e8b5b5b40c0847e03d3aa637ea5b0c0d06c1201


[ROCm/hip commit: 405d029422]
2023-10-03 01:02:59 -04:00
Julia Jiang eb50d43a54 SWDEV-415343 - Updated HIP header for device limit APIs
Change-Id: Ic8ff6b7a14a047e7566757229081da2f24709174


[ROCm/hip commit: f324a8f9ee]
2023-10-02 10:58:06 -04:00
sdashmiz 92aa6391f3 SWDEV-421021 - Add cuMemCpyGet/Set params counterparts in hip
Signed-off-by: sdashmiz <shadi.dashmiz@amd.com>
Change-Id: If1fb173b5849edea3af10f8433eceb2ca7d915a3


[ROCm/hip commit: ae884a6e3a]
2023-10-02 09:55:53 -04:00
Ioannis Assiouras 87f2ae9a99 SWDEV-420822 - [ABI Break] Merge hipFunction_attribute into hipFuncAttribute
Change-Id: If64039ea47955833a840ea1c26479151a15e53f6


[ROCm/hip commit: 2c709bae61]
2023-10-01 06:51:27 -04:00
pghafari aff5567296 SWDEV-369987 - [ABI Break] Adding interop fields
Change-Id: I63009446ba5ca2c74676e45a831f39597f62f0f9


[ROCm/hip commit: 400af522ec]
2023-10-01 06:45:09 -04:00
jiabaxie b5c3dac069 SWDEV-356568 - [ABI Break] changed hipIpcMemLazyEnablePeerAccess flag value
Change-Id: I7c8a5d61aebcfc43b36669f36e53f0043f72c963


[ROCm/hip commit: 8bb3011cb1]
2023-10-01 06:43:09 -04:00
Rakesh Roy 24ad87502d SWDEV-399623 - [ABI Break] Remove 'memoryType' from hipPointerAttribute_t
- To align with CUDA, 'memoryType' was deprecated & new member 'type' was added
 - Remove 'memoryType' and keep only 'type'

Change-Id: I6aef5cea117b1509a224b693ce373231b186a438


[ROCm/hip commit: 99c48bfc6d]
2023-10-01 06:40:42 -04:00
Rakesh Roy 35794b85ae SWDEV-334856, SWDEV-397455 - [ABI Break] Fix truncation of "size_t" to "unsigned int"
- Change data memmbers of HIP_MEMCPY3D structure from unsigned int to size_t

Change-Id: I4193744e111877bfcb470dee8b0faf141778be04


[ROCm/hip commit: cbf6c333a7]
2023-10-01 06:33:21 -04:00
Ioannis Assiouras 3edb626e68 SWDEV-398472 - [ABI Break] Added new include file for openGL interop APIs for AMD backend
Change-Id: Ib6ff6ebf4f1f4b84d64560de807b6e19ab5904cc


[ROCm/hip commit: 66fb828a7c]
2023-09-30 11:46:36 -04:00
Julia Jiang 31cab29779 SWDEV-422771 - Update some documents
Change-Id: I7a4032af44b66b6936e845ecce59e189f5c03664


[ROCm/hip commit: a4066ec239]
2023-09-28 11:31:35 -04:00
Jatin Chaudhary f9abda8654 SWDEV-410898 - Fix include-what-you-use for headers
Change-Id: Iefe017563adbd1ac59ae57353dd441e580d351be


[ROCm/hip commit: 472566ca18]
2023-09-25 08:51:05 -04:00
Satyanvesh Dittakavi f41b061970 SWDEV-395996 - Disable including driver_types in hiprtc
Do not include driver_types if rtc is defined, as it is
getting appended via hiprtc cmake

Change-Id: I940031abd6eabb2853666490cba27e2375ec39a4


[ROCm/hip commit: 5a9469db07]
2023-09-25 02:11:33 -04:00
Julia Jiang 2442c7565f SWDEV-405436 - Adding undocumented return values for HIP APIs
Change-Id: Ib7fc8fb9b3a7a7514bad54c4b45fbd5e6597c988


[ROCm/hip commit: 8a6491289f]
2023-09-22 13:03:09 -04:00
Todd tiantuo Li 909a8f5345 SWDEV-422544 - change comment for hipDeviceAttributeUnifiedAddressing
Change-Id: Id901b3e850eafd7c61f6d15b13fe07ba615e078a


[ROCm/hip commit: 2d5b2da8e9]
2023-09-22 11:53:17 -04:00
sdashmiz 6f1ac2aa53 SWDEV-330665 - [ABI Break] Add missing enum for attr
- add hipDevAttrHostRegisterSupported

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


[ROCm/hip commit: f33cb2bb5c]
2023-09-21 23:42:52 -04:00
Satyanvesh Dittakavi 5e0f45df53 SWDEV-419150 - Address incorrect wave size check for gfx7
Change-Id: Iebb15d3165dc4203fd0c3dda6db785d00f65bbfd


[ROCm/hip commit: 9902b4aed6]
2023-09-21 03:20:16 -04:00
Julia Jiang d81731b5e4 SWDEV-405359 - Fix for undocumented/mismatched function params
Change-Id: Ie1aa9f9d8036d32bc6100f0b246b2e4f81441e92


[ROCm/hip commit: 710cc1a824]
2023-09-20 15:33:10 -04:00
sdashmiz c4e61ec465 SWDEV-417075 - add hipDrvAddMemcpy node
Signed-off-by: sdashmiz <shadi.dashmiz@amd.com>
Change-Id: I7080bc440cd5f8ccc8a3c595488421fc4daa9332


[ROCm/hip commit: 5debf08d77]
2023-09-19 16:02:34 -04:00
sdashmiz 9fb5ebaadb SWDEV-403382 - Fix the const in the input
Signed-off-by: sdashmiz <shadi.dashmiz@amd.com>
Change-Id: I998493df6e0270ca78bbacfcdb05188be362067b


[ROCm/hip commit: 35bb0d706a]
2023-09-19 16:02:18 -04:00
Julia Jiang 36f6a312b1 SWDEV-406233 - Add notes on hipMemoryType and PointerGetAttributes API for unsupported cuda enum
Change-Id: I1175c12a55c7cd306a5aed3f1a400ae7525f4cb5


[ROCm/hip commit: fffa5eab08]
2023-09-06 11:49:15 -04:00
ROCm CI Service Account f67a2a7a7d SWDEV-368819 - Update hipMemAdvise API description (#3293)
Change-Id: Ibc3a7a39fd2189974e2b07c3896defeef195076c

[ROCm/hip commit: b8965f1f3d]
2023-08-14 21:35:47 +05:30
ROCm CI Service Account 02a28a1499 SWDEV-368553 - Update mipmap apis' comments (#3286)
Remove DEPRECATED(DEPRECATED_MSG) from mipmap Apis' comments.
Add "This API is implemented on Windows, under development on Linux." in mipmap Apis' notes.
Add DEPRECATED(DEPRECATED_MSG) to texture reference Apis.

Change-Id: Ief4ea81941e25d21bcafd213b3a84a65eb23cf93

[ROCm/hip commit: 22e9263088]
2023-07-09 10:30:22 +05:30
ROCm CI Service Account a2d19bdae2 SWDEV-395996 - Support hip common headers with HIPRTC (#3277)
Change-Id: I7e78c5ad9d56e68c477b856d5cf8ade99dfddf08

[ROCm/hip commit: 8b065da190]
2023-07-09 10:29:40 +05:30
ROCm CI Service Account 1dd2948fde SWDEV-403382 - Add Semaphore structs for graph node (#3261)
Change-Id: I5c4a8b55c16ca5bf4ffbf003519e75b63524c0c1

[ROCm/hip commit: 8f99508b02]
2023-07-09 10:21:36 +05:30
ROCm CI Service Account 63b660abe6 SWDEV-403938 - Update HIP API header on enums and hipLimit (#3268)
Change-Id: I2215c525742906248400ba2c528041c0ca6f4897

[ROCm/hip commit: eebd3b6293]
2023-06-28 21:55:54 +05:30
ROCm CI Service Account 5fc6ff0d2e SWDEV-405437 - Update hiprtc header on return sections (#3266)
Change-Id: Ib2104bd925ac9267424852880b1878aa0842739c

[ROCm/hip commit: 50c3fa35d6]
2023-06-28 21:54:06 +05:30
ROCm CI Service Account 3ba9e3859a SWDEV-368153 - Extern hipCreateSurfaceObject & hipDestroySurfaceObject. (#3238)
Change-Id: I9e0bed78d3983eaacda843362984ef4ae0d3b0b6

[ROCm/hip commit: 4e19382402]
2023-06-28 21:53:25 +05:30
ROCm CI Service Account b4343df485 SWDEV-400015 - Improve documentation of extra arg in hipModuleLaunchKernel (#3236)
Change-Id: Ie6ba5a94af6ef43c647c85842fd3561e4dc6a6ac

[ROCm/hip commit: 97ac320bd3]
2023-06-28 21:52:36 +05:30
ROCm CI Service Account 04e2b6ea7c SWDEV-366445 - Add arrayIndex limitation in the API hipGraphicsSubResourceGetMappedArray (#3259)
Change-Id: I02445773383076a80ceab90f02cb4ffff227a5dd

[ROCm/hip commit: d579c4d3ca]
2023-06-21 21:07:28 +05:30
ROCm CI Service Account 8262763c3a SWDEV-368819 - Add information for hipHostAlloc (#3251)
Change-Id: I16b889ade11797d08e98b9ce6e6fc750327ad8de


[ROCm/hip commit: dd5f15fa90]
2023-06-20 17:39:45 -07:00
ROCm CI Service Account a24f67d270 SWDEV-393139 - Update mipmap apis and types (#3260)
Add hipmipmappedArray to differentiate cuda
and driver apis on Nvidia
Label mipmap driver apis as deprecated
Add num_channels to hipMipmappedArray

Change-Id: Ief4ea80941e25d21acafd213b3a84a65eb20cf92

[ROCm/hip commit: f50fca365a]
2023-06-20 16:29:53 -07:00
ROCm CI Service Account 90aeea4edc SWDEV-393199 - Added new include file for opengl interop mappings for nvidia (#3228)
Change-Id: Ic823cec1eb972ece4029595ebf2d52f569af444f



[ROCm/hip commit: d0448aa4c4]
2023-05-19 09:23:31 -07:00
ROCm CI Service Account 66385fbb2d SWDEV-385970 - Adding doxygen on hiprtc/ext APIs (#3189)
Change-Id: I737d5c8706422051851c5eaa93f1c369e749da3b


[ROCm/hip commit: e57414a7ba]
2023-03-21 13:05:03 -07:00
ROCm CI Service Account 3b96926e02 SWDEV-374405 - Fix error in the OpenGL interop APIs documentation (#3137)
Change-Id: Ic51dc2223eba1089b9f30162c26584a8b07a95b9



[ROCm/hip commit: c9677411e1]
2023-03-21 08:59:55 -07:00
ROCm CI Service Account 50674d10b5 SWDEV-367537 - Add __hip_bfloat16 header definitions (#3186)
Change-Id: I23833a23af57af46a21cdabdb1abc01d7a244968


[ROCm/hip commit: 954132ff1c]
2023-03-20 19:13:27 -07:00
ROCm CI Service Account a95643ae4b SWDEV-389033 - Update header for HIP APIs (#3187)
Change-Id: I77f49ec3e853a2f60ccb98030cb1182b892929c5


[ROCm/hip commit: 7febfbd133]
2023-03-20 19:03:55 -07:00
ROCm CI Service Account 114e62ac90 SWDEV-385970 - Adding doxygen on HIP APIs (#3188)
Change-Id: Ib9ac5809dcd9e5ae01f2a4ed6b75556995c42bdc


[ROCm/hip commit: 0d6a984e4e]
2023-03-20 19:03:15 -07:00
ROCm CI Service Account c808e5394f SWDEV-384013 - Add HIPRTC_JIT_IR_TO_ISA_OPT_EXT header changes (#3176)
Change-Id: Ie466cd02f2aed30e1568c4d76d60c9048af0fe4c

[ROCm/hip commit: fdc00547cb]
2023-03-06 21:11:39 +05:30
ROCm CI Service Account a5ce57f5fe SWDEV-369961 - Add flags for hipGraphInstantiateWithFlags and since internals doesn't not support them yet, Update doc. (#3138)
Change-Id: I0e8309c783cf1a71ca7ee059e319d9246c2a7b96

[ROCm/hip commit: 369afc8bae]
2023-03-01 20:45:06 +05:30
ROCm CI Service Account e4594b8822 SWDEV-330658 - Added flag hipHostRegisterReadOnly (#3173)
Change-Id: Ic011ce473f5988ca92a44a939adc82e6c8ee6130

[ROCm/hip commit: 76efd52f1e]
2023-02-27 10:26:15 +05:30
ROCm CI Service Account caa94251e6 SWDEV-383461 - gfx11 not supporting wave64 check (#3170)
Change-Id: I12e8ff2cb8ad9c72cba216847366f2e0ab15c497


[ROCm/hip commit: c629e63024]
2023-02-24 10:45:16 -08:00
ROCm CI Service Account 41e0f4d34d SWDEV-372153 - Add hipStreamGetDevice API. Add documentation for hip_prof_gen.py. (#3149)
Change-Id: I2cb650e3b2ccf5431f4ed7d7685c4c6532732d44

[ROCm/hip commit: 873911c60f]
2023-02-24 15:10:09 +05:30
ROCm CI Service Account 38521ef6a1 SWDEV-338733 - Implement hipArrayGet* APIs (#2870)
- Add interfaces for hipArrayGetInfo, hipArrayGetDescriptor & hipArray3DGetDescriptor API implementations

Change-Id: I374c05e24a79960e7ee9a5b649b63115fdf2715e

[ROCm/hip commit: 91968beb57]
2023-02-15 11:13:39 +05:30
ROCm CI Service Account cca158588d SWDEV-336460 - Update description for scratch allocation API (#3165)
Change-Id: I95479cbebdbf41145b039b31caf4c6ddadb94bf5


[ROCm/hip commit: c604c1cb56]
2023-02-14 15:48:44 -08:00
ROCm CI Service Account c33409b306 SWDEV-355543 - add descriptions in hip API parameters (#3163)
Change-Id: I35b9ee55d0d743e0d009e5aad221c2b8a61fc732

[ROCm/hip commit: 2c6389713b]
2023-02-14 15:48:12 -08:00
ROCm CI Service Account 2cce65c7c4 SWDEV-376665 - Correct information for hipStreamDestroy API (#3134)
Change-Id: If1c255880569dbd81a058683185065502a10b782


[ROCm/hip commit: cf489916c5]
2023-02-10 11:41:32 -08:00
ROCm CI Service Account beccdec280 SWDEV-368819 - Add information on HIP APIs (#3135)
Change-Id: I0677280d14c3b813b4288682360824a20995eaf1

[ROCm/hip commit: 644456d438]
2023-02-10 10:32:01 -08:00
ROCm CI Service Account cfe5794cd0 SWDEV-364604 - Amend flag name (#3157)
Change-Id: I8fb458268959ea1ca253c4ede815a54f041831cf


[ROCm/hip commit: 121a88db15]
2023-02-09 12:12:55 -08:00
ROCm CI Service Account fbd0d205c4 SWDEV-306306 - Update information for hipMemGetInfo API (#3155)
Change-Id: Ib2b7f81189a82fd47f28cd0056f2997d4ead0e34


[ROCm/hip commit: 905512e255]
2023-02-08 17:41:30 -08:00