legate::ResourceConfig#
-
struct ResourceConfig
POD for library configuration.
Public Members
-
std::int64_t max_tasks = {1024}
Maximum number of tasks that the library can register.
-
std::int64_t max_dyn_tasks = {0}
Maximum number of dynamic tasks that the library can register (cannot exceed max_tasks)
-
std::int64_t max_reduction_ops = {}
Maximum number of custom reduction operators that the library can register.
-
std::int64_t max_tasks = {1024}