You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by co...@apache.org on 2021/11/24 17:33:20 UTC

[tvm] branch main updated (289bd90 -> 0195afc)

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

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


    from 289bd90  Prepare for switching VM to LowerTEPass. (#9550)
     add 0195afc  [Target] enable -arch=sm_xx for assigning cuda target arch and deprecate autotvm.measure.set_cuda_target_arch api (#9544)

No new revisions were added by this update.

Summary of changes:
 apps/topi_recipe/broadcast/test_broadcast_map.py  |  4 +-
 apps/topi_recipe/conv/depthwise_conv2d_test.py    |  4 +-
 apps/topi_recipe/conv/test_conv2d_hwcn_map.py     |  4 +-
 apps/topi_recipe/gemm/cuda_gemm_square.py         |  4 +-
 apps/topi_recipe/rnn/lstm.py                      |  4 +-
 apps/topi_recipe/rnn/matexp.py                    |  4 +-
 jvm/core/src/test/scripts/test_add_gpu.py         |  8 ++-
 python/tvm/auto_scheduler/measure.py              |  5 --
 python/tvm/autotvm/env.py                         |  1 -
 python/tvm/autotvm/measure/measure_methods.py     | 34 +++-------
 python/tvm/contrib/nvcc.py                        | 76 ++++++++++++-----------
 python/tvm/meta_schedule/builder/local_builder.py |  4 --
 python/tvm/target/target.py                       | 15 ++++-
 src/target/opt/build_cuda_on.cc                   |  4 ++
 src/target/target_kind.cc                         | 30 ++++++++-
 tests/python/integration/test_ewise.py            |  4 +-
 16 files changed, 118 insertions(+), 87 deletions(-)