google / ml-compiler-opt

Infrastructure for Machine Learning Guided Optimization (MLGO) in LLVM.
Apache License 2.0
612 stars 92 forks source link

Where do I find pretrained models for MLGOPerf? #338

Closed Nirhar closed 6 months ago

Nirhar commented 6 months ago

Hey!

I was interested in trying out your models for MLGOPerf for my use case, where do I find them, if they've been published?

Also any resources on how I can train my own models for MLGOPerf would be helpful!

mtrofin commented 6 months ago

I replied on the llvm-mlgo group thread.

On Mon, Feb 19, 2024 at 11:11 Manish Kausik H @.***> wrote:

Hey!

I was interested in trying out your models for MLGOPerf for my use case, where do I find them, if they've been published?

Also any resources on how I can train my own models for MLGOPerf would be helpful!

— Reply to this email directly, view it on GitHub https://github.com/google/ml-compiler-opt/issues/338, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA5DP2WLF2VSICV2R6OSYILYUOPVRAVCNFSM6AAAAABDP6IPLCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGE2DEOJZGY2TONQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Nirhar commented 6 months ago

Thanks, I missed that message! Also, do you have any pretrained models in MLGOPerf for Inlining for Performance?

boomanaiden154 commented 6 months ago

MLGOPerf is a separate work, none of which has been open sourced at this point (to my knowledge). The authors did express interest in open sourcing the models, but that was a while ago and I haven't seen any updates.

Nirhar commented 6 months ago

Thanks for the clarification!