Skip to content

Commit

Permalink
Remove unreachable code (#105)
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Moon <tmoon@nvidia.com>
  • Loading branch information
timmoon10 authored Sep 5, 2024
1 parent 2533f5e commit 9f8cc9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/cudnn_frontend_Errata.h
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,10 @@ check_rule(const json &json_handle,
"shape";
#ifndef NV_CUDNN_DISABLE_EXCEPTION
throw cudnnException(message.c_str(), CUDNN_STATUS_BAD_PARAM);
#endif
#else
CUDNN_FE_LOG(message << std::endl);
return blocked;
#endif
}

std::array<ManagedOpaqueDescriptor, MAX_OPGRAPH_OPS> ops = opGraph.getOps();
Expand Down

0 comments on commit 9f8cc9a

Please sign in to comment.