Skip to content
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

[llvm] Use on-disk cache as benchmark scratch directory #510

Merged
merged 4 commits into from
Dec 10, 2021

Conversation

ChrisCummins
Copy link
Contributor

Fixes #465.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Dec 9, 2021
@codecov-commenter
Copy link

codecov-commenter commented Dec 9, 2021

Codecov Report

Merging #510 (65a6da8) into development (87e4f7e) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #510      +/-   ##
===============================================
- Coverage        87.47%   87.46%   -0.02%     
===============================================
  Files              113      113              
  Lines             6397     6397              
===============================================
- Hits              5596     5595       -1     
- Misses             801      802       +1     
Impacted Files Coverage Δ
compiler_gym/envs/llvm/datasets/cbench.py 77.44% <100.00%> (ø)
compiler_gym/service/connection.py 78.71% <0.00%> (-0.68%) ⬇️
...loop_tool/service/loop_tool_compilation_session.py 89.26% <0.00%> (+0.67%) ⬆️

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 87e4f7e...65a6da8. Read the comment docs.

@ChrisCummins ChrisCummins merged commit 1596776 into facebookresearch:development Dec 10, 2021
@ChrisCummins ChrisCummins deleted the shm-exe branch December 10, 2021 01:41
This was referenced Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[llvm] "./a.out: Permission denied" error for runtime observations in Google Colaboratory
3 participants