K Devine

Results 5 issues of K Devine

https://github.com/trilinos/Trilinos/issues/9583 is seeing incorrect results from MultiVector multiply due to an error in KokkosBlas::gemm. KokkosBlas::gemm exits early when the input A has no entries. See https://github.com/kokkos/kokkos-kernels/blob/00189c0be23a70979aeaa162f0abd4c0e4d1c479/src/blas/KokkosBlas3_gemm.hpp#L142 But it exits before...

bug

@trilinos/tpetra ## Motivation This PR is a first step toward #9289. I added a new default type: Tpetra::Details::DefaultTypes::offset_type For now, it is set to size_t, to maintain backward compatibility with...

pkg: Tpetra
AT: WIP
AT: STALE

On https://github.com/kokkos/kokkos-tools/wiki/Space-Time-Stack the documentation says "The second column is the imbalance across MPI ranks, defined as the maximum time consumed by the kernel in any MPI rank divided by the...

Documentation

## Enhancement @trilinos/zoltan2 Currently, the choice of Machine to use in task mapping is a configure-time option. For testing, it would be better for it to be a run-time option....

type: enhancement
pkg: Zoltan2
MARKED_FOR_CLOSURE

Ross and I have discussed this issue already, but I wanted to record it so that I don't forget about it. Packages that are required only for tests (via TEST_REQUIRED_DEP_PACKAGES)...

type: bug
component: core