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

unit tests failing/hanging on Volta #188

Closed
ndellingwood opened this issue Mar 16, 2018 · 4 comments
Closed

unit tests failing/hanging on Volta #188

ndellingwood opened this issue Mar 16, 2018 · 4 comments
Assignees

Comments

@ndellingwood
Copy link
Contributor

The following unit test hangs when running on Volta with Cuda 9.1:

cuda.sparse_spgemm_double_int_int_TestExecSpace

@ndellingwood
Copy link
Contributor Author

This test failed on Apollo with Cuda 9.1 + gcc/6.1
cuda.graph_graph_color_d2_double_int_int_TestExecSpace

Output:

[ RUN      ] cuda.graph_graph_color_d2_double_int_int_TestExecSpace
/home/ndellin/kokkos-kernels/unit_test/graph/Test_Graph_graph_color_d2.hpp:209: Failure
Value of: (num_conflict == conf)
  Actual: false
Expected: true
/home/ndellin/kokkos-kernels/unit_test/graph/Test_Graph_graph_color_d2.hpp:211: Failure
Value of: (num_conflict == 0)
  Actual: false
Expected: true
/home/ndellin/kokkos-kernels/unit_test/graph/Test_Graph_graph_color_d2.hpp:209: Failure
Value of: (num_conflict == conf)
  Actual: false
Expected: true
/home/ndellin/kokkos-kernels/unit_test/graph/Test_Graph_graph_color_d2.hpp:211: Failure
Value of: (num_conflict == 0)
  Actual: false
Expected: true
[  FAILED  ] cuda.graph_graph_color_d2_double_int_int_TestExecSpace (461 ms)

@ndellingwood ndellingwood changed the title SPGEMM unit test hangs on Volta unit tests failing/hanging on Volta Mar 16, 2018
@ndellingwood
Copy link
Contributor Author

Renamed the issue to collect test failures/hangs on Volta

@mhoemmen
Copy link
Contributor

@micahahoward

@mndevec mndevec self-assigned this Mar 16, 2018
@mndevec mndevec mentioned this issue Apr 5, 2018
@ndellingwood
Copy link
Contributor Author

PR #201 merged with @mndevec 's fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants