-
Notifications
You must be signed in to change notification settings - Fork 100
The Kokkos Lectures: Module 7 Q&A
Daniel Arndt edited this page Aug 31, 2020
·
1 revision
Do the execution spaces E_left, E_right, etc. in the heat conduction exercise actually use different CUDA streams?
- Yes, see https://github.com/kokkos/kokkos-tutorials/blob/294f72d27f68fa07fcfb358a4328e823359aef19/Exercises/mpi_heat_conduction/Solution/mpi_heat_conduction_solution.cpp#L15-L19 and https://github.com/kokkos/kokkos-tutorials/blob/294f72d27f68fa07fcfb358a4328e823359aef19/Exercises/mpi_heat_conduction/Solution/mpi_heat_conduction_solution.cpp#L155-L161
- Yes.
- No, but using incompatible flags might be an issue.