Skip to content

Asynchronous algorithms

Beojan Stanislaus requested to merge bstanisl/Gaudi:offloadable-algos into master

This MR introduces the concept of Asynchronous Algorithms, which are scheduled using Boost Fibers which may be suspended and resumed.

Draft because this introduces a CUDA dependency which needs to be made optional.

Merge request reports