Skip to content

Commit e2212a6

Browse files
Initial implementation of async execution.
* Only implements async execution and asynd 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.
1 parent 8921e32 commit e2212a6

File tree

4 files changed

+254
-26
lines changed

4 files changed

+254
-26
lines changed

pjrt-plugin/iree/integrations/pjrt/common/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ iree_pjrt_cc_library(
2626
deps = [
2727
":compiler",
2828
":debugging",
29+
"@iree_core//runtime/src/iree/base:tracing",
2930
"@iree_core//runtime/src/iree/hal",
3031
"@iree_core//runtime/src/iree/modules/hal",
3132
"@iree_core//runtime/src/iree/vm",

0 commit comments

Comments
 (0)