pytaco.get_parallel_schedule
- pytaco.get_parallel_schedule()
Gets the current strategy for performing computations in parallel.
- Returns
- schedule: tuple (string, int)
A tuple where the first element indicates the strategy currently being used to perform computations in parallel (either “static” or “dynamic”) and the second element is the chunk size used for parallel computation.