Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KokkosBlas::dot: Add special case for multivector * vector (or vector * multivector) #13

Closed
mhoemmen opened this issue Mar 20, 2017 · 2 comments
Assignees

Comments

@mhoemmen
Copy link
Contributor

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 .

@mhoemmen
Copy link
Contributor Author

I'm working on this now.

mhoemmen pushed a commit to trilinos/Trilinos that referenced this issue Mar 21, 2017
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 fixes kokkos/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
@mhoemmen
Copy link
Contributor Author

I just pushed a fix to develop (and simultaneously to Trilinos' develop branch).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant