A pure, low-level tensor program representation enabling tensor program optimization via program rewriting. See the web demo at https://gussmith23.github.io/glenside-web-demo/
71
stars
10
forks
source link
Need to update `apply_one` so that it explicitly unions eclasses #165
This was an update in egg's API that I missed. We need to explicitly union eclasses in apply_one in some cases (specifically the cases where we're returning an explicitly-constructed vec![..].)
This was an update in egg's API that I missed. We need to explicitly union eclasses in
apply_one
in some cases (specifically the cases where we're returning an explicitly-constructedvec![..]
.)