Mikael Simberg

Results 368 comments of Mikael Simberg

The customizations stopped working after https://github.com/NVIDIA/stdexec/pull/1497. https://github.com/NVIDIA/stdexec/pull/1487 can likely be used for inspiration.

Summarizing the quick chat we had with @simonpintarelli, @albestro, and myself today: Assuming that this PR keeps non-modular uenvs/recipes working exactly as before we try to merge this PR first...

Adding a use case that we briefly discussed with @alalazo in relation to this issue, that could also benefit from being able to reason about types of dependencies: I might...

At least CUDA 12.4.1 and GCC 13.3.0 seem to reproduce: ``` /pika/source/libs/pika/execution_base/include/pika/execution_base/any_sender.hpp(65): error: expression must have a constant value inline constexpr empty_vtable_t empty_vtable{}; ^ ```

I've attempted to disable the code triggering the error when using CUDA in the latest commit simply to check if the other path works. I think the issue is not...

Still broken (with a new error). Putting into draft mode until it's fixed.

Ping. Is there anything blocking this at the moment? I'd be interested in having this merged.