Mikael Simberg
Mikael Simberg
It would now be feasible to completely remove all dependencies on Boost. Some things would naturally remove Boost dependencies: - #6 - #7 - #11 Other headers can likely be...
`sync_wait` should not fail to compile if a sender only sends errors to it.
Possible options: ``` // This can only throttle the full chain of senders up to and including // myadaptor sender_chain | myadaptor(f) | throttle(throttler) | ...; // Should probably be...
Create threads directly instead of going through task descriptions. Change thread data recycling into stack recycling.
Adds the algorithms miniapps as tests. Does not add `miniapp_laset` as it's not really testing anything too useful, and it messes with the `check-threads` setup (which checks if OS threads...
0.3.0 isn't yet released, so testing with `whip@main` for now.
Nothing to see here yet. The implementation is as simple as possible right now but if this is where we want to go then it needs further cleanup before merging....
Prerequisite for the nvc++ point in #812. Will likely look similar to pika's support for NVHPC, which in turn is similar to how the HIP support used to look in...
https://github.com/eth-cscs/DLA-Future/pull/1021#discussion_r1391242056. It currently checks for equality of addresses of the two `MatrixRef`s passed to `copy`. However, this misses at least the case where two different `MatrixRef`s point to the same...