-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Offload-ability, SchedulingResult, fixes, etc
* Offload-ability now relies on TornadoVM's supported Driver classes (taking into account chained Flink operators within each JobVertex). * Introduce "empty"/"non-empty" E2dScheduler.SchedulingResult across multiple classes. * Add logging in HaierExecutionGraph. * Respond to Flink with only the offload-able SerializableScheduledJobVertex objects (possibly none) -- _actually_ time. * Fix multiGcd helper function of exhaustive time evaluation algorithm's implementation to for the case of a single task. Signed-off-by: Christos Katsakioris <[email protected]>
- Loading branch information
Showing
4 changed files
with
236 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters