Name |
Last commit
|
Last update |
---|---|---|
.. | ||
adt.cc | ||
alpha_equal.cc | ||
base.cc | ||
doc.cc | ||
doc.h | ||
error.cc | ||
expr.cc | ||
expr_functor.cc | ||
hash.cc | ||
module.cc | ||
op.cc | ||
pattern_functor.cc | ||
pretty_printer.cc | ||
type.cc | ||
type_functor.cc | ||
type_functor.h |
Currently, the BindVar function does not take Var type into account. This causes two same graph structures with different var shapes to have same hash. Structural hash is used for keeping track of which operators we have already compiled. Because of this, two operators with different shapes end up pointing to same compiled code. The failure is encountered at runtime, where the expected input shape asserts are not met.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
adt.cc | Loading commit data... | |
alpha_equal.cc | Loading commit data... | |
base.cc | Loading commit data... | |
doc.cc | Loading commit data... | |
doc.h | Loading commit data... | |
error.cc | Loading commit data... | |
expr.cc | Loading commit data... | |
expr_functor.cc | Loading commit data... | |
hash.cc | Loading commit data... | |
module.cc | Loading commit data... | |
op.cc | Loading commit data... | |
pattern_functor.cc | Loading commit data... | |
pretty_printer.cc | Loading commit data... | |
type.cc | Loading commit data... | |
type_functor.cc | Loading commit data... | |
type_functor.h | Loading commit data... |