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

ViewResize on CUDA fails in Debug because of too many resources requested #1299

Closed
crtrott opened this issue Dec 22, 2017 · 1 comment
Closed
Assignees
Labels
Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos)

Comments

@crtrott
Copy link
Member

crtrott commented Dec 22, 2017

03:39:49 DeepCopy Performance for LayoutLeft to LayoutRight:
03:39:49 unknown file: Failure
03:39:49 C++ exception with description "cudaGetLastError() error( cudaErrorLaunchOutOfResources): too many resources requested for launch /home/jenkins/slave/workspace/Kokkos_apollo_debug/kokkos/core/src/Cuda/Kokkos_CudaExec.hpp:401
03:39:49 Traceback functionality not available
03:39:49 " thrown in the test body.
03:39:49 [  FAILED  ] default_exec.ViewDeepCopy (4611 ms)
03:39:49 [ RUN      ] default_exec.ViewResize
03:39:49 Resize View Performance for LayoutLeft:
03:39:49 unknown file: Failure
03:39:49 C++ exception with description "cudaGetLastError() error( cudaErrorLaunchOutOfResources): too many resources requested for launch /home/jenkins/slave/workspace/Kokkos_apollo_debug/kokkos/core/src/Cuda/Kokkos_CudaExec.hpp:401
03:39:49 Traceback functionality not available
03:39:49 " thrown in the test body.
03:39:49 [  FAILED  ] default_exec.ViewResize (1236 ms)
@crtrott crtrott added Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos) DevelopOnly labels Dec 22, 2017
@crtrott
Copy link
Member Author

crtrott commented Dec 22, 2017

Suspect this is because MDRangePolicy does not properly check maximum allowable block size.

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