Skip to content

Commit

Permalink
Auto updated submodule references
Browse files Browse the repository at this point in the history
  • Loading branch information
Git bot committed May 29, 2024
1 parent e90f2e7 commit 5df26b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/tvm
Submodule tvm updated 53 files
+1 −1 3rdparty/flashinfer
+3 −1 CMakeLists.txt
+2 −1 cmake/config.cmake
+17 −0 include/tvm/runtime/ndarray.h
+1 −4 include/tvm/script/ir_builder/tir/ir.h
+2 −8 include/tvm/tir/buffer.h
+1 −6 include/tvm/tir/expr.h
+1 −5 include/tvm/tir/stmt.h
+0 −27 python/tvm/ir/json_compact.py
+1 −7 python/tvm/script/ir_builder/tir/ir.py
+0 −2 python/tvm/script/parser/tir/parser.py
+4 −13 python/tvm/tir/buffer.py
+3 −11 python/tvm/tir/expr.py
+1 −8 python/tvm/tir/stmt.py
+2 −0 python/tvm/topi/arm_cpu/conv2d.py
+2 −3 src/arith/analyzer.cc
+1 −1 src/arith/const_int_bound.cc
+2 −1 src/arith/scalable_expression.cc
+1 −3 src/arith/scalable_expression.h
+0 −1 src/driver/driver_api.cc
+2 −1 src/runtime/ndarray.cc
+171 −94 src/runtime/relax_vm/paged_kv_cache.cc
+35 −5 src/runtime/rocm/rocm_device_api.cc
+2 −3 src/script/ir_builder/tir/ir.cc
+2 −21 src/script/printer/tir/buffer.cc
+18 −52 src/target/llvm/codegen_llvm.cc
+3 −9 src/target/llvm/codegen_llvm.h
+0 −2 src/target/source/codegen_c.cc
+0 −3 src/target/source/codegen_webgpu.cc
+2 −2 src/te/operation/create_primfunc.cc
+2 −3 src/tir/analysis/device_constraint_utils.cc
+1 −2 src/tir/contrib/ethosu/passes.cc
+12 −19 src/tir/ir/buffer.cc
+4 −27 src/tir/ir/expr.cc
+1 −1 src/tir/ir/expr_functor.cc
+17 −29 src/tir/ir/stmt.cc
+2 −6 src/tir/transforms/inject_rolling_buffer.cc
+0 −4 src/tir/transforms/lower_match_buffer.cc
+0 −2 src/tir/transforms/manifest_shared_memory_local_stage.cc
+1 −2 src/tir/transforms/remove_no_op.cc
+1 −1 src/tir/transforms/remove_weight_layout_rewrite_block.cc
+6 −16 src/tir/transforms/storage_flatten.cc
+0 −8 src/tir/transforms/unsupported_dtype_legalize.cc
+9 −163 src/tir/transforms/vectorize_loop.cc
+0 −92 tests/python/codegen/test_target_codegen.py
+1 −27 tests/python/codegen/test_target_codegen_aarch64.py
+0 −29 tests/python/codegen/test_target_codegen_llvm.py
+0 −94 tests/python/relay/test_json_compact.py
+0 −69 tests/python/tir-base/test_tir_nodes.py
+4 −283 tests/python/tir-transform/test_tir_transform_vectorize.py
+0 −14 tests/python/tvmscript/test_tvmscript_ir_builder_tir.py
+0 −97 tests/python/tvmscript/test_tvmscript_printer_tir.py
+0 −16 tests/python/tvmscript/test_tvmscript_roundtrip.py

0 comments on commit 5df26b6

Please sign in to comment.