Legate.jl
Loading...
Searching...
No Matches
legate_wrapper::runtime Namespace Reference

Functions

void start_legate ()
 Start the Legate runtime.
int32_t legate_finish ()
 Finalize the Legate runtime.
Runtime * get_runtime ()
 Return the current Legate runtime instance.
bool has_started ()
 Check whether the Legate runtime has started.
bool has_finished ()
 Check whether the Legate runtime has finished.

Function Documentation

◆ get_runtime()

Runtime * legate_wrapper::runtime::get_runtime ( )
inline

Return the current Legate runtime instance.

◆ has_finished()

bool legate_wrapper::runtime::has_finished ( )
inline

Check whether the Legate runtime has finished.

◆ has_started()

bool legate_wrapper::runtime::has_started ( )
inline

Check whether the Legate runtime has started.

◆ legate_finish()

int32_t legate_wrapper::runtime::legate_finish ( )
inline

Finalize the Legate runtime.

◆ start_legate()

void legate_wrapper::runtime::start_legate ( )
inline

Start the Legate runtime.