kokkos / kokkos-tutorials

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

Add an SpGEMM exercise in kokkoskernels tutorials #41

Closed seheracer closed 4 years ago

seheracer commented 4 years ago

@kokkos/kokkoskernels

This PR follows the same style as Intro-Full/Exercises/kokkoskernels/CGSolve. The example performs C=A*A for a square matrix whose number of rows can be specified by the user. The matrix A is created the same way as in the CGSolve exercise.