This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly-docker-update
in repository https://gitbox.apache.org/repos/asf/tvm.git
omit b8571954aa [ci][docker] Nightly Docker image update
add 3bd83e0c9f [MetaSchedule] Handle 'warp_execution' implied extend of
threadIdx.x in VerifyGpuCode (#11949)
add 898946fec6 support any shape and axis for log softmax (#11951)
add 558ba99c7c [MetaSchedule] Tuning Script Upgrade (#11797)
add 522c8cc955 typo fix (#11958)
add e7851ed763 fix print attr of null node (#11959)
add 80a0c6c53d [microNPU] Fix offloading incompatible average pool (#11469)
add 915c23b61b [TOPI] [Hexagon] Batch flatten slice op initial version
(#11522)
add 3425ed8463 [VM] class Executable does not export symbols to dll
(#11963)
add 1aec41aa0c [ETHOSN][CPP-RPC] Link NPU runtime in CPP RPC build (#11946)
add c0f4bf72b6 [ci] Redirect sphinx-gallery URLs to S3 (#11839)
add 265030eea4 [ETHOSN] Use partition_for_ function when running tests
(#11945)
add b982416ec3 [ci][docker] Nightly Docker image update
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b8571954aa)
\
N -- N -- N refs/heads/nightly-docker-update (b982416ec3)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
Jenkinsfile | 16 +-
apps/cpp_rpc/CMakeLists.txt | 8 +
ci/jenkins/Jenkinsfile.j2 | 16 +-
gallery/how_to/compile_models/from_coreml.py | 6 +
gallery/how_to/compile_models/from_darknet.py | 6 +
gallery/how_to/compile_models/from_keras.py | 6 +
gallery/how_to/compile_models/from_mxnet.py | 6 +
gallery/how_to/compile_models/from_oneflow.py | 6 +
gallery/how_to/compile_models/from_onnx.py | 6 +
gallery/how_to/compile_models/from_paddle.py | 6 +
gallery/how_to/compile_models/from_pytorch.py | 6 +
gallery/how_to/compile_models/from_tensorflow.py | 6 +
gallery/how_to/compile_models/from_tflite.py | 6 +
.../deploy_models/deploy_model_on_android.py | 6 +
.../how_to/deploy_models/deploy_model_on_rasp.py | 6 +
.../deploy_object_detection_pytorch.py | 6 +
.../how_to/deploy_models/deploy_prequantized.py | 6 +
.../deploy_models/deploy_prequantized_tflite.py | 6 +
gallery/how_to/deploy_models/deploy_quantized.py | 6 +
gallery/how_to/deploy_models/deploy_sparse.py | 6 +
gallery/how_to/deploy_models/deploy_ssd_gluoncv.py | 6 +
.../how_to/extend_tvm/bring_your_own_datatypes.py | 6 +
gallery/how_to/extend_tvm/low_level_custom_pass.py | 6 +
gallery/how_to/extend_tvm/use_pass_infra.py | 6 +
gallery/how_to/extend_tvm/use_pass_instrument.py | 6 +
gallery/how_to/optimize_operators/opt_conv_cuda.py | 6 +
.../optimize_operators/opt_conv_tensorcore.py | 6 +
gallery/how_to/optimize_operators/opt_gemm.py | 6 +
.../tune_conv2d_layer_cuda.py | 6 +
.../tune_with_autoscheduler/tune_network_arm.py | 6 +
.../tune_with_autoscheduler/tune_network_cuda.py | 6 +
.../tune_with_autoscheduler/tune_network_mali.py | 6 +
.../tune_with_autoscheduler/tune_network_x86.py | 6 +
.../tune_with_autoscheduler/tune_sparse_x86.py | 6 +
.../how_to/tune_with_autotvm/tune_conv2d_cuda.py | 6 +
gallery/how_to/tune_with_autotvm/tune_relay_arm.py | 6 +
.../how_to/tune_with_autotvm/tune_relay_cuda.py | 6 +
.../tune_with_autotvm/tune_relay_mobile_gpu.py | 6 +
gallery/how_to/tune_with_autotvm/tune_relay_x86.py | 6 +
.../how_to/work_with_microtvm/micro_autotune.py | 6 +
gallery/how_to/work_with_microtvm/micro_ethosu.py | 6 +
.../work_with_microtvm/micro_reference_vm.py | 6 +
gallery/how_to/work_with_microtvm/micro_tflite.py | 6 +
gallery/how_to/work_with_relay/build_gcn.py | 6 +
.../how_to/work_with_relay/using_external_lib.py | 6 +
gallery/how_to/work_with_relay/using_relay_viz.py | 6 +
gallery/how_to/work_with_schedules/extern_op.py | 6 +
gallery/how_to/work_with_schedules/intrin_math.py | 8 +-
gallery/how_to/work_with_schedules/reduction.py | 6 +
gallery/how_to/work_with_schedules/scan.py | 6 +
.../work_with_schedules/schedule_primitives.py | 6 +
gallery/how_to/work_with_schedules/tedd.py | 6 +
gallery/how_to/work_with_schedules/tensorize.py | 6 +
gallery/how_to/work_with_schedules/tuple_inputs.py | 6 +
gallery/tutorial/auto_scheduler_matmul_x86.py | 6 +
gallery/tutorial/autotvm_matmul_x86.py | 6 +
gallery/tutorial/autotvm_relay_x86.py | 6 +
gallery/tutorial/cross_compilation_and_rpc.py | 6 +
gallery/tutorial/install.py | 6 +
gallery/tutorial/intro_topi.py | 6 +
gallery/tutorial/introduction.py | 6 +
gallery/tutorial/relay_quick_start.py | 6 +
gallery/tutorial/tensor_expr_get_started.py | 6 +
gallery/tutorial/tensor_ir_blitz_course.py | 6 +
gallery/tutorial/tvmc_command_line_driver.py | 6 +
gallery/tutorial/tvmc_python.py | 6 +
include/tvm/runtime/vm/executable.h | 2 +-
include/tvm/tir/stmt.h | 6 +
python/tvm/auto_scheduler/testing/tune_onnx.py | 150 +++----
python/tvm/auto_scheduler/testing/tune_relay.py | 145 +++----
python/tvm/auto_scheduler/testing/tune_te.py | 97 +++--
python/tvm/meta_schedule/cost_model/cost_model.py | 2 +-
.../meta_schedule/testing/custom_builder_runner.py | 14 +-
python/tvm/meta_schedule/testing/tune_onnx.py | 86 ++--
python/tvm/meta_schedule/testing/tune_relay.py | 84 ++--
python/tvm/meta_schedule/testing/tune_te.py | 16 +-
python/tvm/meta_schedule/testing/tune_utils.py | 194 +++++++++
python/tvm/meta_schedule/testing/utils.py | 3 +-
python/tvm/meta_schedule/tune.py | 20 +-
python/tvm/relay/op/contrib/ethosu.py | 10 +-
python/tvm/relay/testing/yolo_detection.py | 2 +-
python/tvm/testing/utils.py | 47 +++
python/tvm/topi/hexagon/slice_ops/__init__.py | 1 +
python/tvm/topi/hexagon/slice_ops/batch_flatten.py | 77 ++++
python/tvm/topi/hexagon/utils.py | 14 +
python/tvm/topi/nn/softmax.py | 42 +-
python/tvm/topi/testing/softmax_python.py | 28 +-
python/tvm/topi/x86/nn.py | 2 +-
src/meta_schedule/postproc/verify_gpu_code.cc | 18 +-
src/printer/tvmscript_printer.cc | 72 ++--
src/relay/op/tensor/transform.cc | 4 +-
tests/lint/check_request_hook.py | 92 +++++
tests/python/contrib/test_ethosn/infrastructure.py | 14 +-
.../python/contrib/test_hexagon/infrastructure.py | 6 +
.../test_hexagon/topi/test_batch_flatten.py | 101 +++++
tests/python/relay/test_op_level1.py | 74 ++--
tests/python/topi/python/test_topi_softmax.py | 2 +-
.../test_meta_schedule_postproc_verify_gpu_code.py | 438 +++++++++++++++++++--
tests/scripts/request_hook/request_hook.py | 61 +++
tests/scripts/task_lint.sh | 3 +
100 files changed, 1806 insertions(+), 541 deletions(-)
create mode 100644 python/tvm/meta_schedule/testing/tune_utils.py
create mode 100644 python/tvm/topi/hexagon/slice_ops/batch_flatten.py
create mode 100644 tests/lint/check_request_hook.py
create mode 100644 tests/python/contrib/test_hexagon/topi/test_batch_flatten.py
create mode 100644 tests/scripts/request_hook/request_hook.py