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

Fix out-of-bounds and timeout with bounds checking #193

Merged
merged 2 commits into from
Apr 2, 2018
Merged

Conversation

ibaned
Copy link
Contributor

@ibaned ibaned commented Mar 25, 2018

This is a backport of the changes proposed in trilinos/Trilinos#2452 .

There was an off-by-one error when constructing subviews to supply as begin/end arrays. Also, the dgemm_double test is very slow with bounds checking on, so until it is modified such that it runs faster, I've added code to disable it when bounds checking is on.

@mndevec
Copy link
Contributor

mndevec commented Mar 26, 2018

thanks for catching and fixing these @ibaned !

mndevec
mndevec previously approved these changes Mar 26, 2018
@ibaned
Copy link
Contributor Author

ibaned commented Mar 26, 2018

@mndevec please don't merge yet, I have a slight change from @bartlettroscoe

@ibaned
Copy link
Contributor Author

ibaned commented Mar 26, 2018

Okay, I just pushed that extra change.

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.

3 participants