This is an automated email from the ASF dual-hosted git repository.
areusch pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 62a7fb7 [TIR][LowerMatchBuffer] Fix lowering strides when source
buffer has non-empty strides (#9166)
add 5b41761 BUG: Fix core-dump in crt graph_executor.c (#9155)
No new revisions were added by this update.
Summary of changes:
cmake/modules/StandaloneCrt.cmake | 2 +-
src/runtime/crt/graph_executor/graph_executor.c | 1 +
.../crt/internal/graph_executor/graph_executor.h | 9 ++
.../crt/internal/graph_executor/load_json.h | 8 ++
tests/crt/graph_executor_test.cc | 115 +++++++++++++++++++++
tests/crt/page_allocator_test.cc | 1 -
tests/crt/platform.cc | 27 ++++-
7 files changed, 160 insertions(+), 3 deletions(-)
create mode 100644 tests/crt/graph_executor_test.cc