This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 2708b6ca02 [MetaSchedule][Minor] Fix EvaluatorConfig Argument
Description (#11766)
add 65d45af54b Add tool to clear stale images. (#11772)
add 4b1574623c [MetaSchedule][Minor] Add Describe Function For Tuning
Scripts (#11754)
add f8b320f523 [MetaSchedule][Runtime] Enhance Runner RandomFill (#11758)
No new revisions were added by this update.
Summary of changes:
CMakeLists.txt | 1 +
cmake/config.cmake | 3 +
cmake/modules/CUDA.cmake | 12 +++
cmake/modules/LibInfo.cmake | 1 +
cmake/utils/FindCUDA.cmake | 5 +
docker/clear-stale-images.sh | 113 +++++++++++++++++++++
docs/contribute/pull_request.rst | 9 ++
python/tvm/auto_scheduler/testing/tune_onnx.py | 12 +--
python/tvm/auto_scheduler/testing/tune_relay.py | 15 ++-
python/tvm/auto_scheduler/testing/tune_te.py | 13 ++-
python/tvm/meta_schedule/runner/local_runner.py | 48 ++++-----
python/tvm/meta_schedule/runner/rpc_runner.py | 50 +++++----
python/tvm/meta_schedule/testing/tune_onnx.py | 10 +-
python/tvm/meta_schedule/testing/tune_relay.py | 12 +--
python/tvm/meta_schedule/testing/tune_te.py | 11 +-
src/runtime/contrib/curand/curand.cc | 104 +++++++++++++++++++
.../contrib/curand/helper_cuda_kernels.cu} | 21 ++--
.../curand/helper_cuda_kernels.h} | 21 ++--
src/runtime/contrib/random/mt_random_engine.cc | 103 +++++++++++++++----
src/runtime/contrib/random/random.cc | 15 +++
src/support/libinfo.cc | 5 +
21 files changed, 462 insertions(+), 122 deletions(-)
create mode 100755 docker/clear-stale-images.sh
create mode 100644 src/runtime/contrib/curand/curand.cc
copy src/{target/opt/build_hexagon_off.cc =>
runtime/contrib/curand/helper_cuda_kernels.cu} (64%)
copy src/runtime/{packed_func.cc => contrib/curand/helper_cuda_kernels.h} (64%)