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

MDRangePolicy neg idx test failure in debug mode #1113

Closed
ndellingwood opened this issue Sep 20, 2017 · 1 comment
Closed

MDRangePolicy neg idx test failure in debug mode #1113

ndellingwood opened this issue Sep 20, 2017 · 1 comment
Assignees
Labels
Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos)
Milestone

Comments

@ndellingwood
Copy link
Contributor

[ RUN      ] serial.mdrange_neg_idx
unknown file: Failure
C++ exception with description "View bounds error of view input_view ( 0 < 129 , 0 < 33 , 0 < 9 , 1 < 1 )
Traceback functionality not available
" thrown in the test body.
[  FAILED  ] serial.mdrange_neg_idx (7 ms)
@ndellingwood ndellingwood added Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos) DevelopOnly labels Sep 20, 2017
@ndellingwood ndellingwood added this to the 2017 September milestone Sep 20, 2017
@ndellingwood ndellingwood self-assigned this Sep 20, 2017
ndellingwood added a commit to ndellingwood/kokkos that referenced this issue Sep 20, 2017
ViewType did not have the correct rank in template parameter for rank >
3 tests, detected with debug build.
@ndellingwood
Copy link
Contributor Author

PR #1113 has fix for this.

hcedwar added a commit that referenced this issue Sep 20, 2017
Issue #1113 Fix mdrange_neg_idx unit tests for rank > 3
@crtrott crtrott closed this as completed Oct 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos)
Projects
None yet
Development

No branches or pull requests

2 participants