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

Implement SpMV kernels with Kokkos #32

Merged
merged 10 commits into from Sep 17, 2021
Merged

Implement SpMV kernels with Kokkos #32

merged 10 commits into from Sep 17, 2021

Conversation

cstyl
Copy link
Member

@cstyl cstyl commented Sep 15, 2021

  • SpMV Dia:
    • Check hierarchical parallelism version for correctness.
    • Enable shared/scratch memory.
  • SpMV Coo:
    • Segmented scan by key.
    • SpMV with segmented scan.
    • SpMV with Hierarchical Parallelism.

@cstyl cstyl linked an issue Sep 15, 2021 that may be closed by this pull request
7 tasks
@cstyl cstyl merged commit f2ab687 into develop Sep 17, 2021
@cstyl cstyl deleted the kokkos branch January 9, 2022 19:48
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.

SpMV Kernels using Kokkos
1 participant