Mikael Simberg

Results 232 issues of Mikael Simberg

Nothing to see here.

Nothing to see here yet. This is an ugly, hacky attempt at not using the broken upstream operators, but I'm unsure if 1. it works correctly, 2. it generates the...

This won't work yet... - [ ] Add testing also for stdexec configuration

See https://github.com/ROCm/HIP/issues/3377#issuecomment-1853040754 for context. This would allow compiling with HIP 5.7.

Priority:Medium

It's currently hard-coded to only be enablable with CUDA, but it should in theory be possible to enable it with HIP as well. First this has to be done: https://github.com/eth-cscs/DLA-Future/issues/734.

TODO:Task
Priority:Medium
Type:Optimization

TODO:Task
Priority:Medium
Type:Optimization

e.g. by element type. One benefit would be to expose more parallelism in the build. A potential downside is even higher memory consumption during builds (which might anyway limit the...

Priority:Low

`assertExtendInfo` currently relies on implementation details of pika: https://github.com/eth-cscs/DLA-Future/blob/4754f309956d722128dd4962132b9ddf1d623bf3/include/dlaf/lapack/tile.h#L385-L393. Ideally this would be refactored to not use `detail` at all, but this might be difficult, at least if the same...

Priority:Low

Category:CI
Priority:Medium

While investigating the slowdowns from newer HIP versions I found that the eigensolver miniapp fails immediately on the first iteration (consistently) with: ``` terminate called after throwing an instance of...

Type:Bug
Priority:Medium