Scheduling Clause #354
Replies: 1 comment
-
implemented since 7cf264f |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In early papers about DiscoPoP, the suggestions would include a
schedule
clause. This is currently not implemented.For Loops:
We want static scheduling: if the workload of different iterations is always the same.
We want dynamic scheduling: if the workload of different iterations is varying.
Beta Was this translation helpful? Give feedback.
All reactions