vgg16 workload (1, 128, 122, 128, 3, 1, 1) error fixed and added to topi test#598
Merged
Conversation
tqchen
approved these changes
Oct 30, 2017
Member
|
cc @zhreshold |
tlopex
pushed a commit
that referenced
this pull request
Jun 6, 2026
[Bump] tvm-ffi to 59da4c0 Bumps `3rdparty/tvm-ffi` from 98d0029 to 59da4c0, picking up seven commits from apache/tvm-ffi: - [FEAT] Optimize Expected<T> for minimal compiled code and efficiency (#599) - [FEAT] Streamline AccessPath/AccessStep print format (#598) - [CI] Use uv tool run for sdist build instead of pipx (#600) - [CORE] Make AnyView trivially copyable — match C-ABI struct passing (#602) - feat(python): add tensor methods to align with C++ APIs (#604) - [FIX] Drop test_empty_tensor_attributes (numpy dlpack stride change) (#607) - [TEST] Relax test_shared_dag_hash_scaling_not_exponential ratio to 4x (#612) The bump range is additive for almost all of the above (performance improvements to Expected<T>, new Python tensor methods, AnyView ABI alignment, CI toolchain switch). One commit required a TVM-side migration: apache/tvm-ffi#598 moved the `__ffi_repr__` hooks for `ffi::reflection::AccessPath` and `AccessStep` into tvm-ffi itself (src/ffi/extra/reflection_extra.cc, compiled into libtvm_ffi.so). TVM already registered the same hooks in src/ir/access_path_repr.cc, causing a double-registration abort at library load time. This commit removes the duplicate AccessPath/AccessStep `__ffi_repr__` registrations from access_path_repr.cc, keeping only the `node.AsRepr` global function that tvm-ffi does not provide. The format emitted by tvm-ffi's hooks is equivalent for common cases; missing-item steps now use the `[<missing:...>]` notation from tvm-ffi rather than the `...?` suffix that TVM used previously.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.