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
This commit is part of merge request !205. Comments created here will be created in the context of that merge request.
...@@ -6,6 +6,8 @@ fn main() { ...@@ -6,6 +6,8 @@ fn main() {
JunoCompiler::new() JunoCompiler::new()
.file_in_src("matmul.jn") .file_in_src("matmul.jn")
.unwrap() .unwrap()
.schedule_in_src("cpu.sch")
.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