Skip to content

Replace Kokkos::fence() by ExecutionSpace::fence()

Arndt, Daniel requested to merge github/fork/aprokop/replace_fences into master

Created by: aprokop

No reason to fence all execution spaces, only the one we are running. Meaning, don't do Cuda fence when running in serial.

Related to #45 (closed).

Merge request reports