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
The current single column config uses a ExtrudedFiniteDifferenceSpace instead of a 1D FiniteDifferenceSpace. This prevents optimization on the column's data layout. Adding this is a step towards O2.5.3.
Steps:
Add reproducibility tests to jobs that use a single column config PR
The current single column config uses a
ExtrudedFiniteDifferenceSpace
instead of a 1DFiniteDifferenceSpace
. This prevents optimization on the column's data layout. Adding this is a step towards O2.5.3.Steps:
FiniteDifferenceSpace
instead of aExtrudedFiniteDifferenceSpace
when making SCM space Try using purely vertical spaces for column configurations #3398The text was updated successfully, but these errors were encountered: