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

Fix global counter conversion issue in Kokkos #823

Merged

Conversation

stephenswat
Copy link
Member

PR #810 added the global index type definition, but missed a spot where this type should have been used in the Kokkos code. This commit amends the issue by adding a static cast.

@stephenswat stephenswat added bug Something isn't working kokkos Changes related to Kokkos labels Jan 23, 2025
@stephenswat stephenswat force-pushed the fix/kokkos_global_index_cvt branch from 9ed3881 to 2b8ca72 Compare January 24, 2025 15:18
@stephenswat stephenswat enabled auto-merge January 24, 2025 15:18
PR acts-project#810 added the global index type definition, but missed a spot where
this type should have been used in the Kokkos code. This commit amends
the issue by adding a static cast.
@stephenswat stephenswat merged commit 51568d3 into acts-project:main Jan 24, 2025
27 of 29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working kokkos Changes related to Kokkos
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants