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

fix for edge_detection

parent 2fc8c92d
1 merge request!140Avoid memsets for constant collections where possible
Pipeline #201325 passed
This commit is part of merge request !140. Comments created here will be created in the context of that merge request.
...@@ -21,14 +21,14 @@ members = [ ...@@ -21,14 +21,14 @@ members = [
"hercules_samples/ccp", "hercules_samples/ccp",
"juno_samples/simple3", "juno_samples/simple3",
"juno_samples/patterns", "juno_samples/patterns",
"juno_samples/matmul", "juno_samples/matmul",
"juno_samples/casts_and_intrinsics", "juno_samples/casts_and_intrinsics",
"juno_samples/nested_ccp", "juno_samples/nested_ccp",
"juno_samples/antideps", "juno_samples/antideps",
"juno_samples/implicit_clone", "juno_samples/implicit_clone",
"juno_samples/cava", "juno_samples/cava",
"juno_samples/concat", "juno_samples/concat",
"juno_samples/schedule_test", "juno_samples/schedule_test",
"juno_samples/edge_detection", "juno_samples/edge_detection",
] ]
...@@ -17,3 +17,8 @@ dce(*); ...@@ -17,3 +17,8 @@ dce(*);
infer-schedules(*); infer-schedules(*);
gcm(*); gcm(*);
fixpoint {
float-collections(*);
dce(*);
gcm(*);
}
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