Hacker News new | ask | show | jobs
by brucethemoose2 1087 days ago
> I really want to do some great work and help people.

Have you looked into ML compilation?

https://github.com/merrymercy/awesome-tensor-compilers

IMO there is low hanging fruit in the space between high performance ML compilers/runtimes and the actual projects people use. If you practice porting projects you use to these frameworks, that would give you a massive performance edge.

1 comments

So porting architectures for these compilation libraries. I was already doing this for tinygrad. Was trying to port a vq vae model. But I guess tiny grad is not ML compilation. Thank you for this.