ziereis
ziereis
Im currently trying to learn more about tinygrad but reading the uops is more difficult than it should be, so I changed the print function to output in a more...
Hello, after stumbling into an issue where iree couldn't lower some tensor ops, i asked about it on Discord and there has been a remark made that adding a lowering...
### What happened? running the pass --iree-util-hoist-into-globals fails to hoist constants into globals. Changing one NON-const op, namely tensor. expand_shape to tensor.reshape make the constants get hoisted. ### Steps to...