junrushao commented on PR #12750:
URL: https://github.com/apache/tvm/pull/12750#issuecomment-1253141898
@vinx13 let's fix the following warnings:
```
/root/Projects/tvm-dev/src/tir/schedule/primitive/pad_einsum.cc:231:8:
warning: 'tvm::tir::PadEinsumRewriter::VisitStmt_' hides overloaded virtual
function [-Woverloaded-virtual]
Stmt VisitStmt_(const ForNode* op) final {
^
/root/Projects/tvm-dev/src/tir/schedule/primitive/.././transform.h:134:8:
note: hidden overloaded virtual function
'tvm::tir::ReplaceBufferMutator::VisitStmt_' declared here: type mismatch at
1st parameter ('const tvm::tir::BufferStoreNode *' vs 'const tvm::tir::ForNode
*')
Stmt VisitStmt_(const BufferStoreNode* op) final;
^
/root/Projects/tvm-dev/src/tir/schedule/primitive/pad_einsum.cc:374:47:
warning: lambda capture 'buffer_remap' is not used [-Wunused-lambda-capture]
auto f_pad_buffer = [&padded_iter_extents, &buffer_remap](Buffer buffer,
~~~^~~~~~~~~~~~
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]