We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5abacb4 commit 1765695Copy full SHA for 1765695
test/PlaidML/linalg-to-llvm-caching.pp
@@ -3,7 +3,7 @@
3
builtin.module(convert-tensor-to-linalg
4
arith-bufferize
5
func.func(empty-tensor-to-alloc-tensor
6
- eliminate-empty-tensors
+ //eliminate-empty-tensors
7
scf-bufferize
8
shape-bufferize
9
linalg-bufferize
@@ -43,6 +43,6 @@
43
convert-gpux-to-llvm
44
expand-strided-metadata
45
lower-affine
46
- convert-memref-to-llvm
+ finalize-memref-to-llvm
47
reconcile-unrealized-casts)
48
// End
test/SPIRV/spirv-to-llvm.pp
@@ -11,6 +11,6 @@
11
12
13
14
15
16
0 commit comments