kokkos / kokkos-tutorials

Tutorials for the Kokkos C++ Performance Portability Programming Ecosystem
https://kokkos.org
Other
301 stars 100 forks source link

Begin/innerproduct.cpp: Replace commented code with hier. parallelism #45

Closed ndellingwood closed 4 years ago

ndellingwood commented 4 years ago

@vqd8a I updated the innerproduct beginning exercise to replace commented code with functioning code, using hierarchical parallelism for the team-level "dot" to be replaced by the kokkos-kernels team-based dot call.

vqd8a commented 4 years ago

Thanks @ndellingwood