DLA-Future
DLA-Future copied to clipboard
Avoid pika `detail` functionality for GPU assertions
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 lifetimes/sequencing should be kept (the continuation of hegst can run before info is checked). Alternatively, add_event_callback should be made public in pika.
https://github.com/pika-org/pika/issues/887