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

block-sgs unit test: Fix case for rank-1 view accepting 2 args #518

Merged
merged 1 commit into from
Dec 11, 2019

Conversation

ndellingwood
Copy link
Contributor

This resolves unit test failures like the following:

*sparse_block_gauss_seidel_rank1_double_int_int_TestExecSpace
Constructor for Kokkos View 'Y VECTOR' has mismatched number of arguments.
Number of arguments = 2 but dynamic rank = 1

This resolves unit test failures like the following:

*sparse_block_gauss_seidel_rank1_double_int_int_TestExecSpace
Constructor for Kokkos View 'Y VECTOR' has mismatched number of arguments.
Number of arguments = 2 but dynamic rank = 1
@ndellingwood
Copy link
Contributor Author

@brian-kelley this came up when disabling kokkos' deprecated code during testing.

@ndellingwood
Copy link
Contributor Author

Thanks @brian-kelley !

@ndellingwood ndellingwood merged commit 8471131 into develop Dec 11, 2019
@ndellingwood ndellingwood deleted the block-sgs-testfix branch December 11, 2019 20:46
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.

2 participants