SWDEV-403382 - Fix the const in the input
Signed-off-by: sdashmiz <shadi.dashmiz@amd.com> Change-Id: I998493df6e0270ca78bbacfcdb05188be362067b
This commit is contained in:
committad av
Shadi Dashmiz
förälder
fffa5eab08
incheckning
35bb0d706a
@@ -7433,7 +7433,7 @@ hipError_t hipGraphExternalSemaphoresWaitNodeSetParams(hipGraphNode_t hNode,
|
||||
* it is still open to changes and may have outstanding issues.
|
||||
*/
|
||||
hipError_t hipGraphExternalSemaphoresSignalNodeGetParams(hipGraphNode_t hNode,
|
||||
const hipExternalSemaphoreSignalNodeParams* params_out);
|
||||
hipExternalSemaphoreSignalNodeParams* params_out);
|
||||
/**
|
||||
* @brief Returns external semaphore wait node params.
|
||||
*
|
||||
@@ -7444,7 +7444,7 @@ hipError_t hipGraphExternalSemaphoresSignalNodeGetParams(hipGraphNode_t hNode,
|
||||
* it is still open to changes and may have outstanding issues.
|
||||
*/
|
||||
hipError_t hipGraphExternalSemaphoresWaitNodeGetParams(hipGraphNode_t hNode,
|
||||
const hipExternalSemaphoreWaitNodeParams* params_out);
|
||||
hipExternalSemaphoreWaitNodeParams* params_out);
|
||||
/**
|
||||
* @brief Updates node parameters in the external semaphore signal node in the given graphExec.
|
||||
*
|
||||
|
||||
Referens i nytt ärende
Block a user