set_minmax_1d_parallel_threshold

set_minmax_1d_parallel_threshold(threshold)

Set the vector length where 1-D min/max switch to Rayon.

Parameters

threshold : int

Positive vector length. Vectors shorter than this use a serial scan; vectors at or above it use Rayon chunk reductions.