You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ju...@apache.org on 2022/11/19 01:36:48 UTC

[tvm] branch main updated (c1b8721695 -> 1ff6e99556)

This is an automated email from the ASF dual-hosted git repository.

junrushao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from c1b8721695 [microNPU] Upgrade Vela to v3.5.0 (#13394)
     add 1ff6e99556 [OPENCL][TEXTURE] Test case enhancements and fixes for RPC (#13408)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/frontend/tflite.py                |   2 +-
 .../test_clml => relay/opencl_texture}/conftest.py |  21 +++-
 .../opencl_texture/test_conv2d_nchw_texture.py     | 100 ++++++++++------
 .../opencl_texture/test_conv2d_nhwc_texture.py     |  74 +++++++-----
 .../test_depthwise_conv2d_nchw_texture.py          |  24 ++--
 .../test_depthwise_conv2d_nhwc_texture.py          |  24 ++--
 tests/python/relay/opencl_texture/test_network.py  |  66 +++++++++++
 .../relay/opencl_texture/test_reduction_texture.py |  12 +-
 .../relay/opencl_texture/utils/adreno_utils.py     | 130 ++++++++++++++++-----
 9 files changed, 329 insertions(+), 124 deletions(-)
 copy tests/python/{contrib/test_clml => relay/opencl_texture}/conftest.py (59%)
 create mode 100644 tests/python/relay/opencl_texture/test_network.py