Skip to content
Snippets Groups Projects

Fork reshape

Merged Aaron Councilman requested to merge fork-reshape into main
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -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();
}
}
Loading