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

Several fixes for existing kernels #144

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

jprotze
Copy link
Contributor

@jprotze jprotze commented Aug 11, 2023

This is the artifact for an HPC Bugfest submission.
The PR can be split into parts for review, if necessary.

This PR fixes several issues with current kernels:

  • exhaustive execution time for some kernels (infinite loop in a data-race-free kernel ?!?)
  • kernels without data race labeled with yes
  • result for some kernels depends on random input or scheduling decisions, making the classification result random/non-reproducible, especially for tasking kernels
  • -> introduce variants of these benchmarks that explicitly trigger the different choices

@chunhualiao
Copy link
Collaborator

@jprotze Could you please split this pull request into several smaller, independent ones?

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.

2 participants