Chris Siefert

Results 36 issues of Chris Siefert

All unit tests should pass. Failing tests in Tpetra: - [ ] 71 - TpetraCore_CrsGraphTransposer_UnitTests_MPI_4 (Failed) - [ ] 76 - TpetraCore_CrsMatrix_UnitTests4_MPI_4 (Failed) [@csiefer2 - [ ] 109 - TpetraCore_CrsMatrix_MatvecH2D_MPI_4...

type: bug
pkg: Tpetra

This causes Import construction to trigger H2D action on Cuda. We should fix this Related to: #11767

type: enhancement
pkg: Tpetra
DO_NOT_AUTOCLOSE

This pattern shows up in extreme repartitioning as well as in domain decomposition. Improving performance here would be nice. @searhein

type: enhancement
pkg: Tpetra
MARKED_FOR_CLOSURE

The test introduced by @romintomasetti in #11218 does not compile in a CUDA+UVM build on the V100. @romintomasetti @brian-kelley : Any thoughts? The error looks something like this: ``` Kokkos_DualView.hpp(707):...

type: bug
pkg: Tpetra

This issue is to track work prepping for host/device shared memory spaces, like Grace-Hopper and the AMD MI300 (as well as CUDA UVM).

type: enhancement
pkg: Tpetra
MARKED_FOR_CLOSURE

This PR does two things: 1) Upgrades the output on the Kernel logger to look more like the Tpetra DeepCopyTools --- rather than output space ID's we demanagle that and...