hikettei / Caten

[wip] Deep Learning Compiler based on Polyhedral Compiler and Light-weight IRs based on Optimizing Pattern Matcher
https://hikettei.github.io/Caten/
Other
20 stars 4 forks source link

JIT: Fix for :shrink scheduling #213

Closed hikettei closed 1 week ago

hikettei commented 1 week ago

TODO

hikettei commented 1 week ago

Somehow remove this pattern from the graph ...

val_2 <- AREF
val_2 <- AREF
val_3 <- add(val_2, val_2)