gussmith23 / glenside

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/
69 stars 10 forks source link

Model the tensor sequencer in Glenside #51

Open gussmith23 opened 3 years ago

gussmith23 commented 3 years ago

Scott's tensor sequencer can read tensors intelligently, creating different shapes on the fly.

gussmith23 commented 3 years ago

This is really interesting. It is in many ways a "wildcard" for implementing access patterns. It has a specific set of access patterns it can actually implement, though, and it would be great to model that.