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

Atrocious bug in MDRange tuning #3803

Conversation

DavidPoliakoff
Copy link
Contributor

So, I only tested an MDRange tuning process with OpenMP. Turns out, we weren't resetting the tile product calculation, between runs of the init_helper, so it was getting summed. This works perfectly, unless you run your kernels more than nine times. This one-liner just resets the tile size product to 1 before recomputing. Oof

@DavidPoliakoff DavidPoliakoff added the Blocks Promotion Overview issue for release-blocking bugs label Feb 16, 2021
Copy link
Contributor

@masterleinad masterleinad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks reasonable.

@crtrott crtrott merged commit 9515972 into kokkos:develop Feb 17, 2021
@DavidPoliakoff
Copy link
Contributor Author

....and we never speak of this again

@dalg24
Copy link
Member

dalg24 commented Feb 17, 2021

Talk about what? ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Blocks Promotion Overview issue for release-blocking bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants