Hartmut Kaiser
Hartmut Kaiser
> I’m planning to implement P2079 by creating hpx::parallel_scheduler to wrap hpx::threads, with a schedule() returning a sender, tying into HPX’s sender/receiver model. @charan-003 Here are the currently existing schedulers:...
retest lsu
retest LSU
@harith-hacky03 please fix the compilation errors reported by the CI, i.e., https://app.circleci.com/pipelines/github/STEllAR-GROUP/hpx/17952/workflows/4f8c9bf6-3bd8-4f14-accb-5fade86d40fa/jobs/404643
> @hkaiser What's the expected behaviour of max_element if i have multiple max elements? See: https://en.cppreference.com/w/cpp/algorithm/max_element > Return value > Iterator to the greatest element in the range `[first, last)`....
@harith-hacky03 please squash your commits and also remove all unrelated changes from this PR.
@harith-hacky03 ping?
HPX itself does not depend on TBB, it's just one of the examples that does. For this reason, it is perfectly fine not to enable TBB when building HPX. @Prachethan7...
@phil-skillwon Could you compile your test code (and possibly HPX) with `-DHPX_WITH_SANITIZERS=On`, please? This should report memory leaks, if any. I'd be more than happy to assist in diagnosing and...
That's an interesting observation! The 'leaks' reported here are caused by the free-store associated with our lock-free queues. Those (currently) never return the memory they allocate, instead they put the...