facebookresearch / CompilerGym

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

Characterization of benchmarks for the LLVM enviroment #737

Closed jaopaulolc closed 1 year ago

jaopaulolc commented 1 year ago

📚 Documentation

At this link, the documentation mentions that the radial plots show (in clockwise order starting from the top):

However, the correct order seems to be:

At least that is what the discussion says when contrasting blas-v0 and cbench-v1, where it is said that blas-v0 has high number of arithmetic operations and low number of memory operations.

ChrisCummins commented 1 year ago

Hi @jaopaulolc, you're correct, the documentation is wrong! Good catch. Please submit a patch 🙂

Cheers, Chris