facebookresearch / CompilerGym

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

I want to use runtime as reward. so I need a runnable benchmark. How can I know which benchmark is runnable? #806

Closed sunpeng2020 closed 1 year ago

sunpeng2020 commented 1 year ago

❓ Questions and Help

I want to use runtime as reward. so I need a runnable benchmark. How can I know which benchmark is runnable? If I want to use my own source files to make a runnable benchmark to test it in compilergym , What shoud I do?

Additional Context

sunpeng2020 commented 1 year ago

I have solved it .