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
// This subsequent block needs to happen AFTER we call WriteBakingCells.
1208
+
// Otherwise in cases where we change the spacing between probes, we end up loading cells with a certain layout in ForceSHBand
1209
+
// And then we unload cells using the wrong layout in PerformDilation (after WriteBakingCells updates the baking set object) which leads to a broken internal state.
1210
+
1211
+
// Don't use Disk streaming to avoid having to wait for it when doing dilation.
0 commit comments