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

Change-Id: I76e95636ecf2c50a11d0120f3ffdfcf641841cdb

[ROCm/hip commit: 24c0cb92b3]
此提交包含在:
ROCm CI Service Account
2022-10-17 16:57:32 +05:30
提交者 GitHub
父節點 9bf1e7a709
當前提交 3fd7a5dc21
+1 -1
查看文件
@@ -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
/**
* @}