|
Legate.jl
|
Functions | |
| Constraint | align (const Variable &a, const Variable &b) |
| Align two variables. | |
| AutoTask | create_auto_task (Runtime *rt, Library lib, LocalTaskID id) |
| Create an auto task in the runtime. | |
| ManualTask | create_manual_task (Runtime *rt, Library lib, LocalTaskID id, const Domain &domain) |
| Create an manual task in the runtime. | |
| Domain | domain_from_shape (const Shape &shape) |
| Create a Domain from a Shape. | |
| auto | submit_auto_task (Runtime *rt, AutoTask &task) |
| Submit an auto task to the runtime. | |
| auto | submit_manual_task (Runtime *rt, ManualTask &task) |
| Submit a manual task to the runtime. | |
|
inline |
Align two variables.
Returns a new variable representing the alignment of a and b.
|
inline |
Create an auto task in the runtime.
| rt | Pointer to the Runtime instance. |
| lib | The Library to use for the task. |
| id | LocalTaskID for the new task. |
|
inline |
Create an manual task in the runtime.
| rt | Pointer to the Runtime instance. |
| lib | The Library to use for the task. |
| id | LocalTaskID for the new task. |
| domain | The Domain for the manual task. |
|
inline |
Create a Domain from a Shape.
| shape | The shape. |
|
inline |
Submit an auto task to the runtime.
| rt | Pointer to the Runtime instance. |
| task | The AutoTask to submit. |
|
inline |
Submit a manual task to the runtime.
| rt | Pointer to the Runtime instance. |
| task | The ManualTask to submit. |