Skip to content

The Kokkos Lectures: Module 7 Q&A

Daniel Arndt edited this page Aug 31, 2020 · 1 revision

Kokkos General

Do the execution spaces E_left, E_right, etc. in the heat conduction exercise actually use different CUDA streams?

Can Kokkos::Profiling::pushRegion/Kokkos::Profiling::popRegion be nested?

  • Yes.

Does clangd require to use clang as compiler?

  • No, but using incompatible flags might be an issue.
Clone this wiki locally