Skip to content
Snippets Groups Projects

oops

Merged Xavier Routh requested to merge fork-chunk-fix into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -971,7 +971,7 @@ pub fn chunk_fork_unguarded(
let inner = DynamicConstant::div(new_factors[dim_idx], tile_size);
new_factors.insert(dim_idx, tile_size);
let inner_dc_id = edit.add_dynamic_constant(inner);
new_factors[dim_idx + 1] = inner_dc_id;
let new_fork = Node::Fork {
control: old_control,
Loading