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 7e12e10ea2 [ci][docker] Nightly Docker image update
     add 7bc41ecca2 [Logging] Mark LogFatal::~LogFatal as [[noreturn]] (#13542)
     add 3a81aef40b [Fix] Use proper target in VerifyGPUCode (#13548)
     add 61929fb11a [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   (7e12e10ea2)
            \
             N -- N -- N   refs/heads/nightly-docker-update (61929fb11a)

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 ++++++++++----------
 apps/dso_plugin_module/plugin_module.cc              |  1 -
 ci/jenkins/Jenkinsfile.j2                            | 20 ++++++++++----------
 include/tvm/runtime/data_type.h                      |  1 -
 include/tvm/runtime/device_api.h                     |  1 -
 include/tvm/runtime/logging.h                        |  6 ++++--
 include/tvm/runtime/packed_func.h                    |  1 -
 include/tvm/tir/expr_functor.h                       |  1 -
 include/tvm/tir/op.h                                 |  1 -
 include/tvm/tir/op_attr_types.h                      |  1 -
 include/tvm/tir/stmt.h                               |  1 -
 include/tvm/tir/stmt_functor.h                       |  1 -
 src/arith/bound_deducer.cc                           |  1 -
 src/arith/iter_affine_map.cc                         |  2 --
 src/arith/narrow_predicate_expression.cc             |  1 -
 src/arith/transitive_comparison_analyzer.cc          |  3 ---
 src/auto_scheduler/search_policy/utils.h             |  2 --
 src/auto_scheduler/utils.h                           |  1 -
 src/ir/function.cc                                   |  1 -
 src/ir/module.cc                                     |  1 -
 src/meta_schedule/module_equality.cc                 |  1 -
 src/meta_schedule/postproc/verify_gpu_code.cc        | 11 ++++++-----
 src/parser/meta_ref.cc                               |  1 -
 src/parser/parser.cc                                 |  1 -
 src/parser/token.h                                   |  2 --
 src/printer/tvmscript_printer.cc                     |  3 ---
 src/relay/backend/aot/aot_lower_main.cc              |  1 -
 src/relay/backend/aot_executor_codegen.cc            |  1 -
 src/relay/backend/contrib/codegen_c/codegen.cc       |  1 -
 .../backend/contrib/codegen_json/codegen_json.h      |  1 -
 src/relay/backend/contrib/cutlass/codegen.cc         |  2 --
 src/relay/backend/contrib/dnnl/codegen.cc            |  3 ---
 src/relay/backend/graph_executor_codegen.cc          |  8 --------
 src/relay/backend/interpreter.cc                     |  6 ------
 src/relay/backend/te_compiler_cache.cc               |  6 ------
 src/relay/backend/vm/compiler.cc                     |  1 -
 src/relay/op/nn/sparse.cc                            |  2 --
 src/relay/qnn/utils.h                                |  2 --
 src/relay/transforms/defunctionalization.cc          |  1 -
 src/relay/transforms/fold_constant.cc                |  1 -
 src/relay/transforms/fold_scale_axis.cc              |  2 --
 src/relay/transforms/infer_layout_utils.cc           |  1 -
 src/relay/transforms/to_mixed_precision.cc           |  1 -
 src/runtime/contrib/arm_compute_lib/acl_utils.cc     |  1 -
 src/runtime/contrib/bnns/bnns_json_runtime.cc        |  1 -
 src/runtime/contrib/clml/clml_runtime.cc             |  2 --
 src/runtime/contrib/cublas/cublas_utils.h            |  1 -
 src/runtime/contrib/dnnl/dnnl_tensor_requisite.h     |  1 -
 src/runtime/contrib/tflite/tflite_runtime.cc         |  1 -
 .../graph_executor/debug/graph_executor_debug.cc     |  1 -
 src/runtime/hexagon/hexagon_buffer.cc                |  1 -
 src/runtime/hexagon/hexagon_module.cc                |  1 -
 src/runtime/logging.cc                               |  1 -
 src/runtime/module.cc                                |  2 --
 src/runtime/opencl/opencl_common.h                   |  1 -
 src/runtime/opencl/opencl_device_api.cc              |  1 -
 src/runtime/pack_args.h                              |  1 -
 src/runtime/pipeline/pipeline_executor.cc            |  1 -
 src/runtime/pipeline/pipeline_struct.h               |  3 ---
 src/runtime/rpc/rpc_event_impl.cc                    |  6 ++----
 src/runtime/rpc/rpc_module.cc                        |  1 -
 src/runtime/rpc/rpc_session.cc                       |  1 -
 src/runtime/stackvm/stackvm.cc                       |  1 -
 src/runtime/stackvm/stackvm.h                        |  4 ----
 src/runtime/thread_storage_scope.h                   |  2 --
 src/runtime/vm/executable.cc                         |  2 --
 src/runtime/vm/vm.cc                                 |  1 -
 src/runtime/vulkan/vulkan_device.cc                  |  1 -
 src/support/base64.h                                 |  1 -
 src/support/scalars.cc                               |  2 --
 src/support/socket.h                                 |  1 -
 src/target/llvm/codegen_amdgpu.cc                    |  1 -
 src/target/llvm/codegen_cpu.cc                       |  2 --
 src/target/llvm/codegen_llvm.cc                      | 16 ++--------------
 src/target/llvm/codegen_nvptx.cc                     |  1 -
 src/target/source/ptx.cc                             |  2 --
 src/target/spirv/codegen_spirv.cc                    |  2 --
 src/target/target.cc                                 |  1 -
 src/te/autodiff/jacobian.cc                          |  1 -
 src/te/schedule/schedule_dataflow_rewrite.cc         |  1 -
 src/tir/analysis/stmt_finding.cc                     |  1 -
 src/tir/ir/expr_functor.cc                           |  1 -
 src/tir/ir/stmt_functor.cc                           |  3 ---
 src/tir/op/op.cc                                     |  6 ------
 src/tir/schedule/primitive/cache_index.cc            |  1 -
 src/tir/schedule/primitive/cache_read_write.cc       |  3 ---
 src/tir/schedule/primitive/compute_inline.cc         |  2 --
 src/tir/schedule/primitive/layout_transformation.cc  |  1 -
 src/tir/transforms/bf16_legalize.cc                  |  2 --
 src/tir/transforms/bound_checker.cc                  |  2 --
 src/tir/transforms/inject_double_buffer.cc           |  2 --
 src/tir/transforms/inject_virtual_thread.cc          |  4 ----
 src/tir/transforms/ir_utils.cc                       |  2 --
 src/tir/transforms/lift_attr_scope.cc                |  1 -
 src/tir/transforms/lower_custom_datatypes.cc         |  2 --
 src/tir/transforms/lower_thread_allreduce.cc         |  2 --
 src/tir/transforms/lower_warp_memory.cc              |  2 --
 .../merge_dynamic_shared_memory_allocations.cc       |  2 --
 src/tir/transforms/narrow_datatype.cc                |  2 --
 src/tir/transforms/renew_defs.cc                     |  2 --
 src/tir/transforms/rewrite_unsafe_select.cc          |  1 -
 src/tir/transforms/simplify.cc                       |  1 -
 src/tir/transforms/split_host_device.cc              |  2 --
 src/tir/transforms/storage_flatten.cc                |  5 -----
 src/tir/transforms/storage_rewrite.cc                |  4 ----
 src/tir/transforms/thread_storage_sync.cc            |  2 --
 src/tir/transforms/unroll_loop.cc                    |  1 -
 src/tir/transforms/update_pointer_storage_scope.cc   |  2 --
 src/tir/transforms/vectorize_loop.cc                 |  6 ------
 src/tir/usmp/algo/hill_climb.cc                      |  1 -
 vta/runtime/runtime.cc                               |  1 -
 web/emcc/webgpu_runtime.cc                           | 16 +++-------------
 112 files changed, 37 insertions(+), 244 deletions(-)

Reply via email to