Skip to content

Commit

Permalink
revert in_nosync_region
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSinn committed Feb 26, 2025
1 parent c9f1ad3 commit d2797ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Src/Base/AMReX_GpuControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ namespace amrex::Gpu {
#if defined(AMREX_USE_GPU)
bool in_launch_region = true;
bool in_graph_region = false;
bool in_single_stream_region = true;
bool in_nosync_region = true;
bool in_single_stream_region = false;
bool in_nosync_region = false;
#endif

}

0 comments on commit d2797ba

Please sign in to comment.