Skip to content
Snippets Groups Projects
Commit 568b399d authored by Aaron Councilman's avatar Aaron Councilman
Browse files

Use cpu schedule

parent d179193d
No related branches found
No related tags found
1 merge request!205Fork reshape
Pipeline #201836 canceled
......@@ -6,6 +6,8 @@ fn main() {
JunoCompiler::new()
.file_in_src("matmul.jn")
.unwrap()
.schedule_in_src("cpu.sch")
.unwrap()
.build()
.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