Jennifer Loe
Jennifer Loe
This is an attempt to reformat the PR test build reproducer instructions so that they will be clearer for new developers.
Hi, I am having issues with the serial batched gesv solve as follows: 1. Solver fails and returns Nans for the simple test (full code below): A = [0 2;...
Current status of batched ODE solver codes. Opening a PR so other team members can follow and to have additional code testing. As of now- TKTK solvers code has been...
An easy todo that came up in conversation: Right now in `perf_test` there exists `KokkosBatched_Test_BlockCrs_Host.cpp` and `KokkosBatched_Test_BlockCrs_Cuda.cpp`. Ideally, these would be combined to a single file with options based upon...
Cleaned up initial commit of ODE explicit Runge-Kutta solvers. This integrates code from the sierra TFTK tools library.
## Bug Report @trilinos/\ Not sure if this is Belos, Tpetra, or KokkosKernels. ### Description I've had multiple Vortex builds hanging on TSQR recently... Not sure what is happening. But...
It would be helpful to refactor the KK BLAS interface to accept additional options for scalars. This would be useful for the Belos refactor to remove the Teuchos::SerialDenseMatrix. We need...
We need a function that returns the Frobenius norm of a 2D view. This is required for the Belos dense matrix transition to allow Belos to use Kokkos Views. Thanks!
Hi Team, I am working in Belos linear solvers in Trilinos to remove the dependence on Teuchos::SerialDenseMatrix in favor of adding an interface to use Kokkos::Views instead. :) Regardless of...
Belos small dense matrix refactor in progress...