Scheduling Module
This module implements teaching tools for scheduling algorithms.
Functions and values
| Function or value |
Description
|
|
teaching tool for Allen-Kennedy loop distribution and parallelisation
|
|
teaching tool for basic block scheduling
|
Full Usage:
KarpMillerWinograd ostr beQuiet nodes rdg
Parameters:
TextWriter
beQuiet : bool
nodes : string list
rdg : List<string * int list * string>
Returns: bool * Map<string, (int[] * int) list>
|
|
|
cgi-function
|
|
|
Full Usage:
PrintSUREinLatex ostr indent nodes rdg
Parameters:
TextWriter
indent : string
nodes : string list
rdg : List<string * int list * string>
|
|
F#
Averest