Fix the skipped algorithm finding in cached CUDNN convolution
Summary: This commit enforces the algorithm finding even if the backward of filter or data will not be executed. Otherwise, the empty algorithm will be encountered between two cached operation with the same arguments and input shape.
Showing
with
275 additions
and
283 deletions
docs/api/cc/dragon/core/OpSchema.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment