Skip to content
Snippets Groups Projects
Commit f394bf1e authored by rarbore2's avatar rarbore2
Browse files

Merge branch 'fork-chunk-fix' into 'main'

oops

See merge request !171
parents 130785c1 0b166d7f
No related branches found
No related tags found
1 merge request!171oops
Pipeline #201619 passed
...@@ -971,7 +971,7 @@ pub fn chunk_fork_unguarded( ...@@ -971,7 +971,7 @@ pub fn chunk_fork_unguarded(
let inner = DynamicConstant::div(new_factors[dim_idx], tile_size); let inner = DynamicConstant::div(new_factors[dim_idx], tile_size);
new_factors.insert(dim_idx, tile_size); new_factors.insert(dim_idx, tile_size);
let inner_dc_id = edit.add_dynamic_constant(inner); let inner_dc_id = edit.add_dynamic_constant(inner);
new_factors[dim_idx + 1] = inner_dc_id;
let new_fork = Node::Fork { let new_fork = Node::Fork {
control: old_control, control: old_control,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment