Skip to content
Snippets Groups Projects
Commit 7031edf9 authored by Russel Arbore's avatar Russel Arbore
Browse files

cava cpu dont_fuse_gamut

parent 8a2d7810
No related branches found
No related tags found
1 merge request!226Ablation schedules
Pipeline #202097 failed
This commit is part of merge request !226. Comments created here will be created in the context of that merge request.
......@@ -105,17 +105,20 @@ fixpoint {
fork-coalesce(fuse4);
}
simpl!(fuse4);
fork-unroll(fuse4@channel_loop);
simpl!(fuse4);
fixpoint {
fork-fusion(fuse4@channel_loop);
if !feature("dont_fuse_gamut") {
fork-unroll(fuse4@channel_loop);
simpl!(fuse4);
fixpoint {
fork-fusion(fuse4@channel_loop);
}
simpl!(fuse4);
array-slf(fuse4);
simpl!(fuse4);
}
simpl!(fuse4);
array-slf(fuse4);
simpl!(fuse4);
if !feature("seq") {
let par = fuse4@image_loop \ fuse4@channel_loop;
let par = fuse4@image_loop \ fuse4@channel_loop \ fuse4@cp_loop;
fork-tile[4, 1, false, false](par);
fork-tile[8, 0, false, false](par);
fork-interchange[1, 2](par);
......
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