Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
groenenboomj committed Mar 22, 2024
1 parent 94dc72c commit 9c3f949
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions onnxruntime/contrib_ops/rocm/fused_conv.cc
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,6 @@ class FusedConv : public onnxruntime::rocm::Conv<T, false> {
} else {
return ret;
}
else {
return ret;
}
return miopenStatusSuccess;
}

Expand Down

0 comments on commit 9c3f949

Please sign in to comment.