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


 discard 438fdd2477 [ci][docker] Nightly Docker image update
     add a997c23e94 [CODEGEN][OPENCL] Sampler definition should be at outermost 
scope (#12951)
     add 9618e6a457 [TIR] Use IndexMap to transform NDArray (#12949)
     add 393d5f7fd2 [FIX,PROFILER] Fix PAPI test and test in CI (#12953)
     add 2e257f0376 [Hexagon] Do not use `target` test fixture in Hexagon tests 
(#12981)
     add 2860a50ff9 [Hexagon] Fix RPC session close by adding shutdown 
PackedFunc (#12960)
     add d023ef47fc [TIR, MetaSchedule] Preserve unit block iters for 
auto-tensorization (#12974)
     add 2c29292684 [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   (438fdd2477)
            \
             N -- N -- N   refs/heads/nightly-docker-update (2c29292684)

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                                        |  20 +-
 ci/jenkins/Jenkinsfile.j2                          |  20 +-
 include/tvm/tir/index_map.h                        |   8 +
 python/tvm/contrib/hexagon/session.py              |   2 +
 python/tvm/tir/function.py                         |  16 +
 src/runtime/rpc/rpc_endpoint.cc                    |   5 +
 src/runtime/rpc/rpc_endpoint.h                     |  18 +-
 src/runtime/rpc/rpc_module.cc                      |   4 +
 src/runtime/rpc/rpc_session.h                      |   5 +
 src/target/source/codegen_opencl.cc                |  13 +-
 src/target/source/codegen_opencl.h                 |   1 +
 src/tir/ir/index_map.cc                            |  57 ++++
 src/tir/ir/stmt.cc                                 |   2 +-
 src/tir/schedule/analysis.h                        |  12 +
 src/tir/schedule/analysis/analysis.cc              |   9 +
 src/tir/schedule/ir_comparator.cc                  |   4 +-
 src/tir/schedule/primitive/cache_read_write.cc     |  23 +-
 .../schedule/primitive/layout_transformation.cc    |  48 +--
 src/tir/schedule/transform.cc                      |  25 +-
 src/tir/schedule/transform.h                       |   9 +-
 .../python/contrib/test_hexagon/infrastructure.py  |   8 +-
 .../test_hexagon/test_2d_physical_buffers.py       |  16 +-
 tests/python/contrib/test_hexagon/test_autotvm.py  |  11 +-
 .../test_hexagon/test_benchmark_elemwise_add.py    |   8 +-
 .../test_hexagon/test_benchmark_maxpool2d.py       |  12 +-
 .../contrib/test_hexagon/test_cache_read_write.py  |   5 +-
 .../test_hexagon/test_fixed_point_multiply.py      |   8 +-
 tests/python/contrib/test_hexagon/test_launcher.py |  17 +-
 .../contrib/test_hexagon/test_memory_alloc.py      |  11 +-
 .../contrib/test_hexagon/test_meta_schedule.py     |  23 +-
 tests/python/contrib/test_hexagon/test_models.py   |   5 +-
 .../contrib/test_hexagon/test_parallel_hvx.py      |  11 +-
 .../test_hexagon/test_parallel_hvx_load_vtcm.py    |  16 +-
 .../contrib/test_hexagon/test_parallel_scalar.py   |  11 +-
 tests/python/contrib/test_hexagon/test_sigmoid.py  |   8 +-
 .../test_hexagon/test_software_pipeline_async.py   |   7 +-
 .../contrib/test_hexagon/test_thread_pool.py       |  10 +-
 .../contrib/test_hexagon/test_vtcm_bandwidth.py    |  12 +-
 .../topi/test_add_subtract_multiply.py             |  10 +-
 .../contrib/test_hexagon/topi/test_argmax_slice.py |   6 +-
 .../test_hexagon/topi/test_avg_pool2d_slice.py     |  12 +-
 .../contrib/test_hexagon/topi/test_batch_matmul.py |  11 +-
 .../contrib/test_hexagon/topi/test_cast_slice.py   |  14 +-
 .../python/contrib/test_hexagon/topi/test_clip.py  |   9 +-
 .../test_hexagon/topi/test_conv2d_fp16_intrin.py   |   7 +-
 .../contrib/test_hexagon/topi/test_conv2d_nchw.py  |   6 +-
 .../contrib/test_hexagon/topi/test_conv2d_nhwc.py  |  10 +-
 .../contrib/test_hexagon/topi/test_conv2d_slice.py |   8 +-
 .../test_hexagon/topi/test_conv2d_transpose.py     |  11 +-
 .../python/contrib/test_hexagon/topi/test_dense.py |   9 +-
 .../test_hexagon/topi/test_depth_to_space.py       |   7 +-
 .../test_hexagon/topi/test_depthwise_conv2d.py     |   7 +-
 .../test_hexagon/topi/test_dequantize_slice.py     |  11 +-
 .../test_hexagon/topi/test_dwconv2d_slice.py       |   8 +-
 .../test_hexagon/topi/test_max_pool2d_slice.py     |   9 +-
 tests/python/contrib/test_hexagon/topi/test_pad.py |   7 +-
 .../contrib/test_hexagon/topi/test_pooling.py      |  12 +-
 .../contrib/test_hexagon/topi/test_quantize.py     |  11 +-
 .../contrib/test_hexagon/topi/test_reduce.py       |   8 +-
 .../contrib/test_hexagon/topi/test_relu_slice.py   |   9 +-
 .../contrib/test_hexagon/topi/test_reshape.py      |  10 +-
 .../contrib/test_hexagon/topi/test_resize2d.py     |   5 +-
 .../contrib/test_hexagon/topi/test_softmax.py      |   9 +-
 .../test_hexagon/topi/test_softmax_slice.py        |   3 +-
 .../contrib/test_hexagon/topi/test_tanh_slice.py   |   6 +-
 tests/python/unittest/test_index_map.py            |  59 ++++
 .../test_meta_schedule_schedule_rule_mlt_tc.py     | 356 +++++++++++----------
 tests/python/unittest/test_runtime_profiling.py    |   2 +-
 .../python/unittest/test_tir_schedule_analysis.py  |   5 +-
 tests/python/unittest/test_tir_schedule_reindex.py |  90 +++++-
 .../unittest/test_tir_schedule_transform_layout.py |  73 ++++-
 tests/scripts/task_python_hexagon.sh               |   2 +-
 72 files changed, 800 insertions(+), 522 deletions(-)
 mode change 100755 => 100644 
tests/python/contrib/test_hexagon/test_2d_physical_buffers.py

Reply via email to