Skip to content

Commit

Permalink
bufferization is a lie
Browse files Browse the repository at this point in the history
  • Loading branch information
superlopuh committed Nov 4, 2023
1 parent 0a91fd6 commit a0d46eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kernels/fill/16x16xf64/linalg.csv
Original file line number Diff line number Diff line change
@@ -1 +1 @@
37
370
4 changes: 2 additions & 2 deletions kernels/fill/16x16xf64/linalg.mlir
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

func.func public @fill(%X: f64,
%Y: tensor<16x16xf64>) -> () {
%res = linalg.fill ins(%X : f64) outs(%Y : tensor<16x16xf64>) -> tensor<16x16xf64>
%Y: memref<16x16xf64>) -> () {
linalg.fill ins(%X : f64) outs(%Y : memref<16x16xf64>) -> ()
return
}
1 change: 0 additions & 1 deletion snitch/Makefile.rules
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ XDSLOPTFLAGS += -t riscv-asm

MLIROPTFLAGS =
MLIROPTFLAGS += -opaque-pointers=0
MLIROPTFLAGS += --func-bufferize
MLIROPTFLAGS += --convert-linalg-to-loops
MLIROPTFLAGS += --convert-scf-to-cf
MLIROPTFLAGS += --canonicalize
Expand Down

0 comments on commit a0d46eb

Please sign in to comment.