facebookresearch / CompilerGym

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

Fix CMake Linux for opt-loops #608

Closed mostafaelhoushi closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #608 (0509377) into development (d5d60b6) will decrease coverage by 0.05%. The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #608      +/-   ##
===============================================
- Coverage        88.26%   88.20%   -0.06%     
===============================================
  Files              114      114              
  Lines             6708     6708              
===============================================
- Hits              5921     5917       -4     
- Misses             787      791       +4     
Impacted Files Coverage Δ
compiler_gym/views/observation_space_spec.py 85.71% <0.00%> (-3.58%) :arrow_down:
compiler_gym/views/observation.py 97.29% <0.00%> (-2.71%) :arrow_down:
compiler_gym/envs/compiler_env.py 91.83% <0.00%> (-0.50%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d5d60b6...0509377. Read the comment docs.

mostafaelhoushi commented 2 years ago

Happiness is when all the green CI signals are green! image