mirror of https://github.com/llvm/torch-mlir
Integrate llvm-project at a8de667af092c9b4b3b4a95827a521602ebf14ed.
* Requires patch https://reviews.llvm.org/D108527pull/286/head
parent
80ff744c56
commit
32f56c67f4
|
@ -1 +1 @@
|
||||||
Subproject commit 2d9759c7902c5cbc9a7e3ab623321d5578d51687
|
Subproject commit a8de667af092c9b4b3b4a95827a521602ebf14ed
|
|
@ -351,7 +351,7 @@ public:
|
||||||
auto dilationAttr = rewriter.getI64VectorAttr(dilationInts);
|
auto dilationAttr = rewriter.getI64VectorAttr(dilationInts);
|
||||||
Value conv2d =
|
Value conv2d =
|
||||||
rewriter
|
rewriter
|
||||||
.create<linalg::Conv2DNchwOp>(
|
.create<linalg::Conv2DNchwFchwOp>(
|
||||||
loc, initTensor0.getType(), ValueRange{paddedInput, weight},
|
loc, initTensor0.getType(), ValueRange{paddedInput, weight},
|
||||||
initTensor0, stridesAttr, dilationAttr)
|
initTensor0, stridesAttr, dilationAttr)
|
||||||
.getResult(0);
|
.getResult(0);
|
||||||
|
|
Loading…
Reference in New Issue