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

SpMV: mismatch in #ifdef check and kernel specialization #1151

Merged
merged 1 commit into from
Nov 1, 2021

Conversation

lucbv
Copy link
Contributor

@lucbv lucbv commented Oct 25, 2021

We are checking for KOKKOSKERNELS_INST_LAYOUTLEFT to generate the LayoutRight specialization of the algorithm.
This does not make sense, fixing the issue by modifying the #ifdef close.
This should fix issue #1148.

We are checking for KOKKOSKERNELS_INST_LAYOUTLEFT to generate
the LayoutRight specialization of the algorithm. This does not
make sense, fixing the issue by modifying the #ifdef close.
This should fix issue kokkos#1148.
@lucbv lucbv added the bug label Oct 25, 2021
@lucbv lucbv self-assigned this Oct 25, 2021
@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Pull Request MUST BE MERGED MANUALLY BY Project Team - This Repo does not support Automerge

2 similar comments
@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Pull Request MUST BE MERGED MANUALLY BY Project Team - This Repo does not support Automerge

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Pull Request MUST BE MERGED MANUALLY BY Project Team - This Repo does not support Automerge

@lucbv lucbv merged commit df04b2a into kokkos:develop Nov 1, 2021
@lucbv lucbv deleted the spmv_fix_layout branch August 31, 2022 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants