DLA-Future icon indicating copy to clipboard operation
DLA-Future copied to clipboard

Avoid pika `detail` functionality for GPU assertions

Open msimberg opened this issue 3 years ago • 1 comments

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.

msimberg avatar Mar 15 '22 17:03 msimberg

https://github.com/pika-org/pika/issues/887

msimberg avatar Dec 08 '23 10:12 msimberg