colstore.get_gather_thread_cap

colstore.get_gather_thread_cap()[source]

Return the maximum OpenMP threads a single gather kernel call may use.

This caps within-column parallelism in the C++ backend. The default is derived from the physical core count (see _default_gather_thread_cap()) or, if calibration has been run, the cached autotuned value.

Return type:

int