You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Threaded matrix multiplication should use the thread pool (that goes for acb_poly/powsum_series_naive_threaded and acb_dft/rad2_threaded, BTW)
Re-tune cutoffs (both single-threaded and multi-threaded), in light of recent improvements (or regressions?) in FLINT's matrix multiplication
The commit f7b6577 works around a performance problem where erf(x) at 1 million digits is slower with 8 threads than with 1 thread. With correctly tuned matrix multiplication this should be changed back to arb_mat_mul.
The text was updated successfully, but these errors were encountered:
The commit f7b6577 works around a performance problem where erf(x) at 1 million digits is slower with 8 threads than with 1 thread. With correctly tuned matrix multiplication this should be changed back to
arb_mat_mul
.The text was updated successfully, but these errors were encountered: