Skip to content

Commit

Permalink
Updated hpx namespace for make_count_shape. (#725)
Browse files Browse the repository at this point in the history
Details:
- The hpx namespace for *counting_shape changed. This PR updates the use 
  of counting_shape in blis to comply with the change in hpx.
- Co-authored-by: ctaylor <[email protected]>
  • Loading branch information
ct-clmsn authored Feb 18, 2023
1 parent 0b421ef commit 059f151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/thread/bli_thread_hpx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ void bli_thread_launch_hpx
pool_t* gl_comm_pool = nullptr;
thrcomm_t* gl_comm = bli_thrcomm_create( ti, gl_comm_pool, n_threads );

auto irange = hpx::util::detail::make_counting_shape(n_threads);
auto irange = hpx::util::counting_shape(n_threads);

hpx::for_each(hpx::execution::par, hpx::util::begin(irange), hpx::util::end(irange),
[&gl_comm, &func, &params](const dim_t tid)
Expand Down

0 comments on commit 059f151

Please sign in to comment.