(no title)
verditelabs | 1 year ago
I think there's a lot of value in LLM compilers to specifically be used for superoptimization where you can generate many possible optimizations, verify the correctness, and pick the most optimal one. I'm excited to see where y'all go with this.
viraptor|1 year ago
verditelabs|1 year ago
https://github.com/SuperOptimizer/supercompiler
There's code there to generate unoptimized / optimized pairs via C generators like yarpgen and csmith, then compile, train, inference, and disassemble the results
hughleat|1 year ago