Mikael Simberg

Results 232 issues of Mikael Simberg

https://github.com/StanfordLegion/task-bench

effort: 2
effort: 3
effort: 4
effort: 5
priority: low
type: feature

https://github.com/wolfpld/tracy This is not terribly difficult on a basic level, but integration into projects and running applications with tracy is a bit clunky, especially for multi-node runs, since a tracy-instrumented...

effort: 3
effort: 4
priority: low
type: feature

When trying to install HIP on a system without any devices available (such as a login node without GPUs on a cluster) the CMake configuration fails in `HIT.cmake` like this:...

For testing/debugging purposes it may be useful to e.g. only instantiate algorithms and tests with `double` to improve compilation time. Full tests can still be run in CI and all...

Priority:Low
Type:Refactoring

The former is deprecated and will be removed in 2025-05.

TODO:Task
Priority:High
TODO: good first task

We currently use `-Werror=all-warnings` in CI. However, it seems like this doesn't actually enable all warnings. `nvcc --help` says: ``` --Werror ,... (-Werror) Make warnings of the specified kinds into...

Category:CI
Priority:Low
Type:Cleanup

Opening this as a draft for reference. I think we should wait for responses from both the Umpire developers (https://github.com/LLNL/Umpire/issues/881) and HPE before deciding if and what workaround to apply....

CMake 3.30 deprecates CMake's FindBoost modules and attempts to use Boost's CMake configuration. We can fall back to the old policy temporarily, but long term we should prefer to use...

effort: 3
priority: high
category: CMake
type: cleanup

stdexec now `static_assert`s if a scheduler has a `schedule` member that doesn't return a sender, so we can't check with `is_scheduler_v` those types of non-schedulers (as one test does). `make_completion_signatures`...