Skip to content

Commit

Permalink
Fixup after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
gussmith23 committed Feb 23, 2022
1 parent 7a5a63a commit 56cb6fc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/extraction/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -282,10 +282,6 @@ impl CostFunction<Language> for AcceleratorCostFunction {
_ => 1.0,
},
Language::AccessCartesianProduct(_)
| Language::Slice(_)
| Language::MoveAxis(_)
| Language::MapDotProduct(_)
| Language::BsgSystolicArray(_)
| Language::SystolicArray(_)
| Language::AccessBroadcast(_)
| Language::SystolicArrayConv2dIm2colNchwOihwWithBlocking(_)
Expand All @@ -297,10 +293,7 @@ impl CostFunction<Language> for AcceleratorCostFunction {
| Language::SliceShape(_)
| Language::ShapeInsertAxis(_)
| Language::ShapeRemoveAxis(_)
| Language::Concatenate(_)
| Language::ElementwiseAdd(_)
| Language::AccessSlice(_)
| Language::CartesianProduct(_)
| Language::AccessConcatenate(_)
| Language::AccessShiftRight(_)
| Language::AccessPair(_) => self.0 * 100.0,
Expand Down

0 comments on commit 56cb6fc

Please sign in to comment.