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

Convert most asserts to debug asserts #62

Open gussmith23 opened 4 years ago

gussmith23 commented 4 years ago

I didn't realize that assert!()s were not optimized out in release builds. Whoops! (see this)