We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be4115 commit 7dc40ebCopy full SHA for 7dc40eb
1 file changed
src/global.cpp
@@ -66,6 +66,7 @@ int initialize() {
66
void pushRegion(const std::string& kName) {
67
Kokkos::Profiling::pushRegion(kName);
68
if(prof.perfEnabled) {
69
+ Kokkos::fence();
70
prof.currentRegion = prof.currentRegion->GetChild(kName);
71
prof.currentRegion->Start();
72
}
0 commit comments