diff --git a/projects/clr/hipamd/src/hip_graph.cpp b/projects/clr/hipamd/src/hip_graph.cpp index 623e2f024c..3fe58aa1b0 100644 --- a/projects/clr/hipamd/src/hip_graph.cpp +++ b/projects/clr/hipamd/src/hip_graph.cpp @@ -50,6 +50,7 @@ hipError_t ihipValidateKernelParams(const hipKernelNodeParams* pNodeParams) { if (status != hipSuccess) { return status; } + return hipSuccess; } hipError_t ihipGraphAddKernelNode(hipGraphNode_t* pGraphNode, hipGraph_t graph,