iree-experimental
iree-experimental copied to clipboard
Initial implementation of async execution.
- Only implements async execution and async d2h.
- Need to come up with a better way to bridge async completion signals to EventInstance::OnReady callback.
- There is room here for more of a scheduler that has some knowledge of the transfer and execution timeline. Will be needed when joining h2d transfer timelines.