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

Minor codegen tweaks for ISCA #77

Closed gussmith23 closed 3 years ago

gussmith23 commented 3 years ago
gussmith23 commented 3 years ago

Some of these "problems" still exist -- they're not exactly problems, but just things we need to implement optimizations for. (For example, we can pre-slice, pre-pad, pre-transpose the data; we can do pointer manipulation to implement slicing, if the sliced data is all contiguous; etc.)

See #91 #92 #93