You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/09/21 02:52:15 UTC

[GitHub] [tvm] junrushao commented on pull request #12750: [TIR, Schedule] Add schedule primitive PadEinsum

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org