This is an automated email from the ASF dual-hosted git repository.
masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 2b94a7e [AOT][Stack Allocator] Fix Initial Memory Misalignment (#8487)
add c8a892b [Vulkan] Rewrote PointerValueTypeRewrite transform (#8528)
No new revisions were added by this update.
Summary of changes:
src/target/spirv/codegen_spirv.cc | 170 +++---
src/target/spirv/codegen_spirv.h | 85 ++-
src/tir/ir/buffer_common.h | 59 ++
src/tir/ir/expr.cc | 39 +-
src/tir/ir/stmt.cc | 27 +-
src/tir/transforms/storage_rewrite.cc | 595 ++++++++++++++++++---
.../python/unittest/test_target_codegen_vulkan.py | 94 ++++
7 files changed, 885 insertions(+), 184 deletions(-)
create mode 100644 src/tir/ir/buffer_common.h