You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make KokkosBlas::dot work for the case of a multivector (multiple
columns) dot a vector (single column), and a vector (single column)
dot a multivector (multiple columns). Both of these cases compute the
dot product of each column of the multivector, with the single vector.
This fixeskokkos/kokkos-kernels#13
and relates to #1013 .
Build/Test Cases Summary
Enabled Packages: KokkosKernels, TpetraCore
Disabled Packages: FEI,PyTrilinos,Moertel,STK,SEACAS,ThreadPool,OptiPack,Rythmos,Intrepid,ROL,Panzer
0) MPI_RELEASE_DEBUG_SHARED_PT => passed: passed=129,notpassed=0 (7.33 min)
Other local commits for this build/test group: 0c7af2e
Add a run-time branch in KokkosBlas::dot for 2-D Views where exactly one of the Views has a single column. We need this for trilinos/Trilinos#1013 .
The text was updated successfully, but these errors were encountered: