Skip to content

Commit

Permalink
fix amp pass for en_table_structure,mask_rcnn_r50_1x_coco,rec_mtb_nrt…
Browse files Browse the repository at this point in the history
…r in auto_mixed_precision_pass.cc
  • Loading branch information
aooxin committed Sep 23, 2024
1 parent e458f8c commit efe2c0e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ class AutoMixedPrecisionPass : public pir::Pass {
ProcessBlock(&block, builder);
}
}
cached_cast_ops_.clear();
}

bool CanApplyOn(pir::Operation* op) const override {
Expand Down

0 comments on commit efe2c0e

Please sign in to comment.