kokkos / kokkos-tutorials

Tutorials for the Kokkos C++ Performance Portability Programming Ecosystem
Other
286 stars 96 forks source link

GS, Coloring exercises; some fixes #44

Closed brian-kelley closed 4 years ago

brian-kelley commented 4 years ago

Checked that both Begin and Solution compile, and Solution runs with correct behavior.

Also:

ndellingwood commented 4 years ago

@brian-kelley let me know when this is ready for merge

brian-kelley commented 4 years ago

@ndellingwood This is ready to go. I made sure that each of the 4 programs (GaussSeidel, Coloring) x (Begin, Solution) compile, and the Solution ones have the correct behavior.

ndellingwood commented 4 years ago

LGTM, merging, thanks for fixing my logic error in all the build scripts