Skip to content

Commit

Permalink
fix cpu 2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSinn committed Feb 21, 2025
1 parent dc9c62d commit e0283ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Base/AMReX_TagParallelFor.H
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ ParallelFor_doit (TagVector<TagType> const& tv, F && f)
const auto d_nwarps = tv.d_nwarps;
const auto ntags = tv.ntags;
const auto ntotwarps = tv.ntotwarps;
constexpr auto nthreads = tv.nthreads;
constexpr auto nthreads = TagVector<TagType>::nthreads;

amrex::launch(tv.nblocks, nthreads, Gpu::gpuStream(),
#ifdef AMREX_USE_SYCL
Expand Down

0 comments on commit e0283ea

Please sign in to comment.