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

Test single graph scheduling #17

Merged
merged 3 commits into from
Jul 12, 2024
Merged

Test single graph scheduling #17

merged 3 commits into from
Jul 12, 2024

Conversation

m-fila
Copy link
Collaborator

@m-fila m-fila commented Jul 1, 2024

BEGINRELEASENOTES

  • Test algorithm dependencies for single graph scheduling
  • Test algorithm timeline (predecessor algorithm finished before an algorithm starts) for single graph scheduling
    ENDRELEASENOTES

The timeline and data dependencies are taken from Dagger logs. The logs operates on thunk_id but the the values returned from Dagger.@spawn is a DTask that has it's own id. Dagger has a Dagger.Sch.EAGER_ID_MAP to map DTaskids and thunk_id but it's supposed to change later

@m-fila m-fila force-pushed the test_simple_sch branch from f640836 to ca020c2 Compare July 11, 2024 16:03
@m-fila m-fila merged commit 210b5b6 into key4hep:main Jul 12, 2024
2 checks passed
@m-fila m-fila deleted the test_simple_sch branch July 12, 2024 07:38
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.

1 participant