fix: batched serial trsv macro interfaces#3070
Merged
Merged
Conversation
Signed-off-by: Yuuichi Asahi <[email protected]>
3 tasks
Contributor
|
Thanks for the fast PR @yasahi-hpc ! I'll get this tested with Trilinos |
Contributor
|
@yasahi-hpc tested a Serial build with these changes and compilations and unit tests pass, thanks for fast fix! |
ndellingwood
approved these changes
May 8, 2026
Contributor
|
Contributor
Author
|
@ndellingwood Great! Thank you for your help! |
jgfouca
added a commit
to jgfouca/kokkos-kernels
that referenced
this pull request
May 12, 2026
…i_update * upstream/develop: (23 commits) Lapack - gegqr: adding kernels to compute Q (kokkos#3056) spgemm algorithm choice and TPL fixes (kokkos#3069) [BLAS][Windows] Add ETI specializations for unsigned long long index type on Win64 (kokkos#3071) [BLAS][Windows] Fix non-portable rand()/RAND_MAX usage in test_gauss_seidel_long_rows; Reformatted file (kokkos#3072) cuSPARSE spmv/spmm preprocess (kokkos#3062) Bump markdown-it-py from 4.0.0 to 4.2.0 in /docs (kokkos#3079) Bump mdit-py-plugins from 0.5.0 to 0.6.0 in /docs (kokkos#3078) Bump idna from 3.13 to 3.14 in /docs (kokkos#3076) Bump urllib3 from 2.6.3 to 2.7.0 in /docs (kokkos#3075) Bump github/codeql-action from 4.35.3 to 4.35.4 (kokkos#3077) Bump actions/dependency-review-action from 4.9.0 to 5.0.0 (kokkos#3074) fix batched serial trsv macro interfaces (kokkos#3070) Use Intel SYCL extension to query device free memory (kokkos#3067) ConjTrans support for blocked serial trsv (kokkos#2651) SpGEMM: cusparse algorithm selection (kokkos#3060) Small fix for the config on Auraro (kokkos#3066) Add long double support to MagnitudeScalarType (kokkos#3059) [Docs] Add batched rot/rotg (kokkos#3065) KokkosBlas axpby unification refactor (kokkos#3055) Add batched rotg (kokkos#3049) ... Signed-off-by: James Foucar <[email protected]>
jgfouca
added a commit
to jgfouca/kokkos-kernels
that referenced
this pull request
May 12, 2026
…appers * upstream/develop: (23 commits) Lapack - gegqr: adding kernels to compute Q (kokkos#3056) spgemm algorithm choice and TPL fixes (kokkos#3069) [BLAS][Windows] Add ETI specializations for unsigned long long index type on Win64 (kokkos#3071) [BLAS][Windows] Fix non-portable rand()/RAND_MAX usage in test_gauss_seidel_long_rows; Reformatted file (kokkos#3072) cuSPARSE spmv/spmm preprocess (kokkos#3062) Bump markdown-it-py from 4.0.0 to 4.2.0 in /docs (kokkos#3079) Bump mdit-py-plugins from 0.5.0 to 0.6.0 in /docs (kokkos#3078) Bump idna from 3.13 to 3.14 in /docs (kokkos#3076) Bump urllib3 from 2.6.3 to 2.7.0 in /docs (kokkos#3075) Bump github/codeql-action from 4.35.3 to 4.35.4 (kokkos#3077) Bump actions/dependency-review-action from 4.9.0 to 5.0.0 (kokkos#3074) fix batched serial trsv macro interfaces (kokkos#3070) Use Intel SYCL extension to query device free memory (kokkos#3067) ConjTrans support for blocked serial trsv (kokkos#2651) SpGEMM: cusparse algorithm selection (kokkos#3060) Small fix for the config on Auraro (kokkos#3066) Add long double support to MagnitudeScalarType (kokkos#3059) [Docs] Add batched rot/rotg (kokkos#3065) KokkosBlas axpby unification refactor (kokkos#3055) Add batched rotg (kokkos#3049) ... Signed-off-by: James Foucar <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix issues reported in #2651 (comment)