Mikael Simberg
Mikael Simberg
https://github.com/StanfordLegion/task-bench
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...
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...
The former is deprecated and will be removed in 2025-05.
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...
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...
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`...