SWDEV-353686 - add default value for missing function (#2991)
Change-Id: I76e95636ecf2c50a11d0120f3ffdfcf641841cdb
[ROCm/hip commit: 24c0cb92b3]
此提交包含在:
@@ -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
|
||||
/**
|
||||
* @}
|
||||
|
||||
新增問題並參考
封鎖使用者