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

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


    from 7336379dea [Unity][Frontend][NN] Better support for dynamic 
convolutions (#16427)
     add ae8d398b88 [CI] In jenkins.cmd_utils.Sh.tee, check for failing 
subprocess (#16382)
     add f1bf20a950 [RPC] Fix tuning on macOS and Windows (#15771) (#16357)
     add 4258c864b9 [RUNTIME][RPC] Enable RPCObjectRef return in RPC (#16387)
     add 196b413813 [Relay][Frontend][Torch] fix a typo mistake in 
nonzero_numpy (#16390)
     add 3e52c3dba5 [CI] Remove NVIDIA_DISABLE_REQUIRE (#16384)
     add fe9814c73e [OpenCL][CMake] Fix OpenCL tests compilation (#16394)
     add a7dd32cc16 [DeviceAPI] Support querying total global memory (#16398)
     add 68be158d35 [ROCm] Some fixes of ROCm codegen (#16404)
     add 3053f65da7 Add NVIDIA Hopper H100 target tag (#16407)
     add 12ad4fbcf4 [Relay][Frontend][Torch] fix pytorch frontend not support 
logical or (#16400)
     add 7ef521fad6 [COMMUNITY] Add new key for release signing (#16419)
     add a5e883e846 [RUNTIME][CLML] Fix for Softmax op for 4D tensors (#16328)
     add e1c430c7e3 [Relay][Frontend][Torch] fix pytorch frontend linspace op 
(#16417)
     add 827beed0d6 [CMake] Enable cuda lang if USE_CUDA is on (#16426)
     add 614a7a9e31 [CI][WASM] Update emsdk and nodejs version (#16420)
     add 5a2949bd70 Merge branch 'main' of into branch 'unity'

No new revisions were added by this update.

Summary of changes:
 KEYS                                               | 59 +++++++++++++++
 ci/jenkins/generated/arm_jenkinsfile.groovy        |  4 +-
 ci/jenkins/generated/cortexm_jenkinsfile.groovy    |  4 +-
 ci/jenkins/generated/cpu_jenkinsfile.groovy        |  4 +-
 ci/jenkins/generated/docker_jenkinsfile.groovy     |  4 +-
 ci/jenkins/generated/gpu_jenkinsfile.groovy        |  4 +-
 ci/jenkins/generated/hexagon_jenkinsfile.groovy    |  4 +-
 ci/jenkins/generated/i386_jenkinsfile.groovy       |  4 +-
 ci/jenkins/generated/lint_jenkinsfile.groovy       |  4 +-
 .../generated/minimal_cross_isa_jenkinsfile.groovy |  4 +-
 ci/jenkins/generated/minimal_jenkinsfile.groovy    |  4 +-
 ci/jenkins/generated/riscv_jenkinsfile.groovy      |  4 +-
 ci/jenkins/generated/wasm_jenkinsfile.groovy       |  4 +-
 ci/jenkins/templates/utils/base.groovy.j2          |  2 +-
 ci/scripts/jenkins/cmd_utils.py                    | 44 ++++++++---
 cmake/modules/CUDA.cmake                           |  5 +-
 cmake/modules/OpenCL.cmake                         |  2 +-
 docker/install/ubuntu_install_emscripten.sh        |  4 +-
 docker/install/ubuntu_install_nodejs.sh            |  2 +-
 include/tvm/runtime/device_api.h                   |  1 +
 include/tvm/runtime/object.h                       |  4 +-
 python/tvm/_ffi/runtime_ctypes.py                  | 14 ++++
 python/tvm/relay/frontend/pytorch.py               | 11 ++-
 python/tvm/relay/op/contrib/clml.py                |  3 +-
 python/tvm/rpc/server.py                           | 11 +--
 src/runtime/contrib/clml/clml_runtime.cc           | 62 ++++++++++++----
 src/runtime/cuda/cuda_device_api.cc                | 10 ++-
 src/runtime/metal/metal_device_api.mm              |  4 +
 src/runtime/minrpc/minrpc_server.h                 | 15 +++-
 src/runtime/minrpc/rpc_reference.h                 |  8 ++
 src/runtime/opencl/opencl_device_api.cc            | 10 ++-
 src/runtime/rocm/rocm_device_api.cc                | 11 ++-
 src/runtime/rpc/rpc_endpoint.cc                    | 51 +++++++++++--
 src/runtime/rpc/rpc_local_session.cc               | 20 ++++-
 src/runtime/rpc/rpc_module.cc                      |  7 ++
 src/runtime/rpc/rpc_session.h                      | 51 ++++++++++++-
 src/runtime/vulkan/vulkan_device_api.cc            |  4 +
 src/target/llvm/intrin_rule_rocm.cc                | 29 ++++----
 src/target/tag.cc                                  |  2 +
 tests/python/contrib/test_clml/test_ops.py         | 86 ++++++++++++----------
 tests/python/frontend/pytorch/test_forward.py      | 21 ++++++
 tests/python/runtime/test_runtime_rpc.py           | 31 ++++++++
 42 files changed, 500 insertions(+), 132 deletions(-)

Reply via email to