Add slack time scheduling, redid earliest deadline, added max-fan-out and hybrid scheduler, also added example
Compare changes
Files
4- Simon Bjurek authored
+ 228
− 0
@@ -77,6 +77,37 @@ class Constant(AbstractOperation):
@@ -1099,6 +1130,108 @@ class MAD(AbstractOperation):
@@ -1519,6 +1652,83 @@ class Shift(AbstractOperation):
@@ -1544,6 +1754,7 @@ class Sink(AbstractOperation):
@@ -1562,3 +1773,20 @@ class Sink(AbstractOperation):