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
From the timing message, the conversion from trace data to table takes code about half of the total time of generate_traces, and all the conversions can be performed parallelly.
From the timing message, the conversion from trace data to table takes code about half of the total time of
generate_traces
, and all the conversions can be performed parallelly.The
plonky2_maybe_rayon
code is a good option.The text was updated successfully, but these errors were encountered: