Skip to content

Commit

Permalink
Bug Fix: Update to new pass name.
Browse files Browse the repository at this point in the history
  • Loading branch information
silee2 committed Mar 20, 2023
1 parent 5abacb4 commit 1765695
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/PlaidML/linalg-to-llvm-caching.pp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
builtin.module(convert-tensor-to-linalg
arith-bufferize
func.func(empty-tensor-to-alloc-tensor
eliminate-empty-tensors
//eliminate-empty-tensors
scf-bufferize
shape-bufferize
linalg-bufferize
Expand Down Expand Up @@ -43,6 +43,6 @@
convert-gpux-to-llvm
expand-strided-metadata
lower-affine
convert-memref-to-llvm
finalize-memref-to-llvm
reconcile-unrealized-casts)
// End
2 changes: 1 addition & 1 deletion test/SPIRV/spirv-to-llvm.pp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
convert-gpux-to-llvm
expand-strided-metadata
lower-affine
convert-memref-to-llvm
finalize-memref-to-llvm
reconcile-unrealized-casts)
// End

0 comments on commit 1765695

Please sign in to comment.