You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "jikechao (via GitHub)" <gi...@apache.org> on 2023/05/22 05:20:40 UTC

[GitHub] [tvm] jikechao opened a new pull request, #14903: [Test Cases][BugFix] Add some version check to make test cases run in all PyTorch versions.

jikechao opened a new pull request, #14903:
URL: https://github.com/apache/tvm/pull/14903

   This PR added some version checks to avoid calling the operator/attribute, which has not been introduced yet!
   
   
   When the PyTorch <=1.7.1, test cases will fail.
   
   ```
   FAILED frontend/pytorch/test_forward.py::test_forward_tensor_split - AttributeError: module 'torch' has no attribute 'tensor_split'
   FAILED frontend/pytorch/test_forward.py::test_grid_sample - ValueError: nn.functional.grid_sample(): expected mode to be 'bilinear' or 'nearest', but got: 'bicubic'
   ```
   
   cc @echuraev @Hzfengsy 


-- 
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


[GitHub] [tvm] tvm-bot commented on pull request #14903: [Test Cases][BugFix] Add some version check to make test cases run in all PyTorch versions.

Posted by "tvm-bot (via GitHub)" <gi...@apache.org>.
tvm-bot commented on PR #14903:
URL: https://github.com/apache/tvm/pull/14903#issuecomment-1556554827

   <!---bot-comment-->
   
   Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from [Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers) by @-ing them in a comment.
   
   <!--bot-comment-ccs-start-->
    * No users to tag found in teams: `test cases`, `bugfix` <sub>See [#10317](https://github.com/apache/tvm/issues/10317) for details</sub><!--bot-comment-ccs-end-->
   
   <sub>Generated by [tvm-bot](https://github.com/apache/tvm/blob/main/ci/README.md#github-actions)</sub>


-- 
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


[GitHub] [tvm] masahi merged pull request #14903: [Test Cases][BugFix] Add some version check to make test cases run in all PyTorch versions

Posted by "masahi (via GitHub)" <gi...@apache.org>.
masahi merged PR #14903:
URL: https://github.com/apache/tvm/pull/14903


-- 
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


[GitHub] [tvm] jikechao commented on pull request #14903: [Test Cases][BugFix] Add some version check to make test cases run in all PyTorch versions

Posted by "jikechao (via GitHub)" <gi...@apache.org>.
jikechao commented on PR #14903:
URL: https://github.com/apache/tvm/pull/14903#issuecomment-1557479314

   @tvm-bot rerun


-- 
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


[GitHub] [tvm] jikechao commented on pull request #14903: [Test Cases][BugFix] Add some version check to make test cases run in all PyTorch versions

Posted by "jikechao (via GitHub)" <gi...@apache.org>.
jikechao commented on PR #14903:
URL: https://github.com/apache/tvm/pull/14903#issuecomment-1556575120

   @tvm-bot rerun


-- 
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