Mikael Simberg

Results 232 issues of Mikael Simberg

effort: 2
priority: low
type: feature
category: CI

effort: 3
priority: low
type: feature
category: CI

Attempting to reenable SBO without any UB, but this needs more testing. We disabled SBO in the past because it was causing issues at least on LUMI, and I haven't...

We currently allow dropping senders from `async_rw_mutex`. This was not a conscious design choice, and can even be confusing to users. While the current design works, as in accesses stay...

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

https://github.com/pika-org/pika/pull/1379 moves the storage of the value in `async_rw_mutex` into a heap-allocated `shared_ptr`. Since we're anyway keeping track of accesses to the value and know when it's no longer needed...

effort: 3
priority: low
category: senders/receivers
type: cleanup

Once https://github.com/breathe-doc/breathe/pull/1010 is released in a tagged version of breathe, we can lift the version restriction added in https://github.com/pika-org/pika/pull/1413.

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

As in https://github.com/NVIDIA/stdexec/pull/1125.

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

There's potential for misunderstandings with the current `drop_value` sender adaptor. It's currently implemented with the semantics of `then([](auto&&...) {})`, i.e. all value categories are accepted, but always by reference, so...

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

It seems like there are still cases where the `BUILD_TYPE` variable is set to `Release` even though the image used for testing has `debug` in the name, indicating that it...

effort: 3
effort: 4
priority: medium
type: bug
category: CI

https://github.com/pika-org/pika/pull/1239 disables valgrind testing on the CUDA CI configuration, since valgrind on aarch64 is either noisy for no good reason, or pika is buggy there. We have to investigate which...

effort: 3
priority: medium
type: feature
category: CI
category: CUDA