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

"Invalid Configuration" when resizing views with KOKKOS_DEBUG=yes #1948

Closed
stanmoore1 opened this issue Dec 19, 2018 · 0 comments
Closed

"Invalid Configuration" when resizing views with KOKKOS_DEBUG=yes #1948

stanmoore1 opened this issue Dec 19, 2018 · 0 comments
Assignees
Labels
Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos)

Comments

@stanmoore1
Copy link
Contributor

stanmoore1 commented Dec 19, 2018

On both Pascal and Volta, when I try to resize a view with KOKKOS_DEBUG=yes , I get the following error:

terminate called after throwing an instance of 'std::runtime_error'
  what():  cudaGetLastError() error( cudaErrorInvalidConfiguration): invalid configuration argument ../../../core/src/Cuda/Kokkos_CudaExec.hpp:401
Traceback functionality not available

Here is a tiny reproducer:
resize_error.cpp.txt

@crtrott crtrott added the Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos) label Dec 19, 2018
crtrott added a commit that referenced this issue Dec 21, 2018
crtrott added a commit that referenced this issue Dec 21, 2018
Fix zero length MDRange: issue #1948
@crtrott crtrott self-assigned this Dec 21, 2018
dhollman pushed a commit that referenced this issue Feb 27, 2019
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

3 participants