Skip to content
Snippets Groups Projects
Commit 9597ec31 authored by Xavier Routh's avatar Xavier Routh
Browse files

remove matmul schedule

parent 13718590
No related branches found
No related tags found
1 merge request!103Forkify + Loop Canonicalization + Initial Fork Fission
Pipeline #201236 canceled
...@@ -4,8 +4,8 @@ fn main() { ...@@ -4,8 +4,8 @@ fn main() {
JunoCompiler::new() JunoCompiler::new()
.file_in_src("matmul.jn") .file_in_src("matmul.jn")
.unwrap() .unwrap()
.schedule_in_src("sched.sch") // .schedule_in_src("sched.sch")
.unwrap() // .unwrap()
.build() .build()
.unwrap(); .unwrap();
} }
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