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] Update mibench to v1. #511

Merged
merged 1 commit into from
Dec 10, 2021

Conversation

ChrisCummins
Copy link
Contributor

This deprecates the mibench-v0 dataset and adds a new mibench-v1
dataset. The difference is that the files in v1 have the "optnone"
attribute stripped, enabling the optimizer to modify the functions.

Fixes #505.

This deprecates the mibench-v0 dataset and adds a new mibench-v1
dataset. The difference is that the files in v1 have the "optnone"
attribute stripped, enabling the optimizer to modify the functions.

Fixes facebookresearch#505.
@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 10, 2021
@ChrisCummins ChrisCummins added this to the v0.2.2 milestone Dec 10, 2021
@codecov-commenter
Copy link

codecov-commenter commented Dec 10, 2021

Codecov Report

Merging #511 (5aa5218) into development (87e4f7e) will decrease coverage by 0.14%.
The diff coverage is 100.00%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #511      +/-   ##
===============================================
- Coverage        87.47%   87.33%   -0.15%     
===============================================
  Files              113      113              
  Lines             6397     6401       +4     
===============================================
- Hits              5596     5590       -6     
- Misses             801      811      +10     
Impacted Files Coverage Δ
compiler_gym/envs/llvm/datasets/__init__.py 100.00% <100.00%> (ø)
compiler_gym/service/connection.py 77.02% <0.00%> (-2.37%) ⬇️
...loop_tool/service/loop_tool_compilation_session.py 86.57% <0.00%> (-2.02%) ⬇️

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...5aa5218. Read the comment docs.

@ChrisCummins ChrisCummins merged commit 187c470 into facebookresearch:development Dec 10, 2021
@ChrisCummins ChrisCummins deleted the mibench-v1 branch December 10, 2021 15:54
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.

[llbm] miBench dataset has optnone function attribute set
3 participants