-
Notifications
You must be signed in to change notification settings - Fork 2
[SYCL][Graph] Add support for host task #344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
EwanC
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall, but I need to take another look at makePartitions() to get my head around it. Here's my comments so far on mostly superficial points.
sycl/test-e2e/Graph/Inputs/interop-level-zero-get-native-mem.cpp
Outdated
Show resolved
Hide resolved
6d5a347 to
4e2256f
Compare
EwanC
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM apart from some more minor comments, this is a nice feature addition.
The longer form descriptive comments are very helpful too.
sycl/doc/extensions/experimental/sycl_ext_oneapi_graph.asciidoc
Outdated
Show resolved
Hide resolved
sycl/test-e2e/Graph/Inputs/interop-level-zero-get-native-mem.cpp
Outdated
Show resolved
Hide resolved
EwanC
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New diagrams are great, thanks ⭐
julianmi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
sycl/doc/extensions/experimental/sycl_ext_oneapi_graph.asciidoc
Outdated
Show resolved
Hide resolved
Adds graph partitioning process to handle host task dependencies. Adds e2e tests. Updates design doc.
eb3585f to
dc5a2b8
Compare
|
Upstream PR : intel#12064 |
Adds graph partitioning process to handle host task dependencies.
Adds e2e tests.
Updates design doc.