Skip to content
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

[SYCL][Graph] Avoid unnecessary inter-partition dependencies #12680

Merged
merged 4 commits into from
Feb 19, 2024

Conversation

mfrancepillois
Copy link
Contributor

Improves management of inter-partition dependencies, so that only required dependencies are added.
As removing these dependencies can results in multiple executions paths, we have added a map to track all events returned from submitted partitions.
All these events are linked to the main event returned to user.
Adds tests.

Improves management of inter-partition dependencies, so that only required dependencies are added.
As removing these dependencies can results in multiple executions paths, we have added a map to track all events returned from submitted partitions.
All these events are linked to the main event returned to user.
Adds tests.
@mfrancepillois
Copy link
Contributor Author

@intel/llvm-gatekeepers can you please merge this PR?

@sommerlukas sommerlukas merged commit 54a67eb into intel:sycl Feb 19, 2024
11 checks passed
@sommerlukas
Copy link
Contributor

Unrelated failures in post-commit:

Failed Tests (2):
  SYCL :: Assert/assert_in_multiple_tus.cpp
  SYCL :: ESIMD/unified_memory_api/scatter_lacc_dg2_pvc.cpp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants