-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix CMake Linux for opt-loops #608
Fix CMake Linux for opt-loops #608
Conversation
…nd compute_autophase
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing this! 🎉
@@ -35,7 +35,7 @@ | |||
from compiler_gym.third_party.autophase import AUTOPHASE_FEATURE_NAMES | |||
from compiler_gym.third_party.inst2vec import Inst2vecEncoder | |||
from compiler_gym.util.commands import run_command | |||
from compiler_gym.util.runfiles_path import runfiles_path | |||
from compiler_gym.util.runfiles_path import runfiles_path # noqa |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why keep this import?
No description provided.