class Ven::Legate
- Ven::Legate
- Reference
- Object
Overview
Legate convoys various configurations from the heights
of abstraction (i.e., Orchestra
) down, to Program
,
Machine
, or anyone else willing.
It does the same in the opposite direction; i.e., one can
also send data with Legate
back to the top.
Defined in:
ven/legate.crInstance Method Summary
-
#inspect : Bool
Machine
: whether to run the inspector. -
#inspect=(inspect : Bool)
Machine
: whether to run the inspector. -
#measure : Bool
Machine
: whether to build the timetable. -
#measure=(measure : Bool)
Machine
: whether to build the timetable. -
#optimize : Int32
Program
: the amount of optimize passes. -
#optimize=(optimize : Int32)
Program
: the amount of optimize passes. - #timetable : Hash(Int32, Hash(Int32, {amount: Int32, duration: Time::Span, instruction: Ven::Suite::Instruction}))
- #timetable=(timetable : Hash(Int32, Hash(Int32, NamedTuple(amount: Int32, duration: Time::Span, instruction: Ven::Suite::Instruction))))
Instance Method Detail
def timetable : Hash(Int32, Hash(Int32, {amount: Int32, duration: Time::Span, instruction: Ven::Suite::Instruction}))
#
def timetable=(timetable : Hash(Int32, Hash(Int32, NamedTuple(amount: Int32, duration: Time::Span, instruction: Ven::Suite::Instruction))))
#