Mikael Simberg

Results 232 issues of Mikael Simberg

Also remove the hardcoded `NUM_PROCS` from the CI configuration.

I think it makes sense to add a new CI configuration with HIP 6 and keep the existing 5.X configuration, so that we cover all supported major versions.

effort: 2
effort: 3
priority: medium
category: CI

effort: 3
priority: medium
type: feature
category: CI
category: senders/receivers

Currently the various `channel` implementations in pika expose a low level API, similar to lockfree queues, where one can get an item through `bool channel(T*)`. A more interesting API would...

effort: 4
priority: low
type: feature
category: senders/receivers

Later versions of stdexec support both `tag_invoke` and member functions, but the standard will use member functions only. We should try to migrate to use member functions only where it...

effort: 3
effort: 4
priority: medium
type: refactoring
category: senders/receivers
type: cleanup

https://github.com/pika-org/pika/pull/1202 disabled static libraries in the APEX CI configuration because it had issues. Investigate if this is an APEX or pika problem.

effort: 3
priority: low
type: bug
category: CI
category: external

Once Piz Daint is no longer operational I think we can drop official support for GCC 9 and 10 (GCC 11 we want to keep for CUDA 11 support). We...

effort: 2
priority: medium
category: documentation
category: CI
type: cleanup