Scheduling Commands

get_num_threads()

Get the number of threads taco uses for computation.

set_num_threads(num_threads)

Set the number of threads taco should use to perform computations.

set_parallel_schedule(sched_type, chunk_size)

Sets the strategy for performing computations in parallel.

get_parallel_schedule()

Gets the current strategy for performing computations in parallel.