SWDEV-353686 - add default value for missing function (#2991)

Change-Id: I76e95636ecf2c50a11d0120f3ffdfcf641841cdb
Šī revīzija ir iekļauta:
ROCm CI Service Account
2022-10-17 16:57:32 +05:30
revīziju iesūtīja GitHub
vecāks 274edb7725
revīzija 24c0cb92b3
+1 -1
Parādīt failu
@@ -6392,7 +6392,7 @@ hipError_t hipGraphRetainUserObject(hipGraph_t graph, hipUserObject_t object, un
* @warning : This API is marked as beta, meaning, while this is feature complete,
* it is still open to changes and may have outstanding issues.
*/
hipError_t hipGraphReleaseUserObject(hipGraph_t graph, hipUserObject_t object, unsigned int count);
hipError_t hipGraphReleaseUserObject(hipGraph_t graph, hipUserObject_t object, unsigned int count __dparm(1));
// doxygen end graph API
/**
* @}