facebookresearch / CompilerGym

Reinforcement learning environments for compiler and program optimization tasks
https://compilergym.ai/
MIT License
880 stars 123 forks source link

How to make my own datasets and benchmarks in CompilerGym? #809

Open sunpeng2020 opened 1 year ago

sunpeng2020 commented 1 year ago

❓ Questions and Help

I want to shift the SPEC Benchmarks into CompilerGym as my own dataset. I will optimize their runtime. When these benchmarks run, they have their own input and output. How can I do it? What changes shoud I make in CompilerGym?

Additional Context