run_parallel

Contents

run_parallel#

snake.core.parallel.run_parallel(func, input_array, output_array, n_jobs=-1, parallel_axis=0, *args, **kwargs)[source]#

Run a function in parallel with shared memory.

Parameters:
Return type:

ndarray[Any, dtype[_ScalarType_co]]