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

Workaround for #53 #54

Merged

Conversation

shintaro-iwasaki
Copy link
Collaborator

This PR introduces a workaround for #53.
Currently, BOLT cannot handle the ordered loop efficiently, causing a timeout failure. This patch implements a temporary solution that adds a mini version, namely omp_for_collapse_mini.c, which has fewer loop iterations and marks omp_for_collapse.c as unsupported if BOLT is enabled.

Currently, BOLT cannot handle the ordered directive efficiently, causing a
timeout failure.  This patch implements a temporary solution that adds a mini
version, namely omp_for_collapse_mini.c, which has fewer loop iterations and
marks omp_for_collapse.c as unsupported if BOLT is enabled.
@shintaro-iwasaki
Copy link
Collaborator Author

test:bolt

@shintaro-iwasaki shintaro-iwasaki merged commit 986988a into pmodels:master Apr 10, 2020
@shintaro-iwasaki shintaro-iwasaki deleted the WorkaroundCollapseTest branch October 30, 2020 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant