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/07/21 20:32:15 UTC

[GitHub] [tvm] cconvey opened a new pull request, #12154: [hexagon][testing] Better pytest ID strings

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

   - Add utility functions to allow more human-readable pytest test IDs.
     Helpful when ID strings become too large for humans to easily read.
   
   - Update the `test_avg_pool2d_slice.py` unit test to use this mechanism.


-- 
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] kparzysz-quic merged pull request #12154: [hexagon][testing] Better pytest ID strings

Posted by GitBox <gi...@apache.org>.
kparzysz-quic merged PR #12154:
URL: https://github.com/apache/tvm/pull/12154


-- 
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] cconvey commented on pull request #12154: [hexagon][testing] Better pytest ID strings

Posted by GitBox <gi...@apache.org>.
cconvey commented on PR #12154:
URL: https://github.com/apache/tvm/pull/12154#issuecomment-1191905929

   CC: @Lunderberg 


-- 
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] cconvey commented on pull request #12154: [hexagon][testing] Better pytest ID strings

Posted by GitBox <gi...@apache.org>.
cconvey commented on PR #12154:
URL: https://github.com/apache/tvm/pull/12154#issuecomment-1191911800

   Example of the new ID formatting: 
   ```
   ======================================================================== test session starts =========================================================================
   platform linux -- Python 3.8.0, pytest-7.1.2, pluggy-1.0.0 -- /usr/bin/python3.8
   cachedir: .pytest_cache
   rootdir: /home/cconvey/r/cconvey/tvm/pytest-ids
   collected 14 items                                                                                                                                                   
   
   tests/python/contrib/test_hexagon/topi/test_avg_pool2d_slice.py::TestAvgPool2dSlice::test_avg_pool2d_slice[nhwc-8h2w32c2w-2d-out_shape[1,8,8,32]-kernel[3,3]-stride[1,1]-dil[1,1]-pad[0,0,0,0]-ceil:F-cnt_padded:T-out_layout:nhwc-8h2w32c2w-2d-float16] PASSED
   ```


-- 
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] cconvey commented on pull request #12154: [hexagon][testing] Better pytest ID strings

Posted by GitBox <gi...@apache.org>.
cconvey commented on PR #12154:
URL: https://github.com/apache/tvm/pull/12154#issuecomment-1192760478

   @jverma-quic : FYI because you authored one of these files.
   


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