gg

Results 4 comments of gg

This error likely stems from the fact that [Tinygrad doesn't support loads and stores](https://docs.tinygrad.org/quickstart/#training#:~:text=Load%2Fstore%20ops%20are%20not%20supported%20in%20tinygrad%20natively). My current understanding is that you are supposed to do _everything_ with Tensor operations. This could...

Unsure if I took the right approach here. An alternative to updating GlobalCounter's types is to cast assignments to global_mem and global_ops to int. My logic for not casting in...

Yes. I'll fix the conflicts.

Fixed conflicts. Would appreciate feedback if you're still online @geohot. Edit: I removed the type updates because I don't think the complexity is worth it for a single backend.