This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch refactor-s0
in repository https://gitbox.apache.org/repos/asf/tvm.git
was 40afdde0ab Remove legacy rust map/array support
This change permanently discards the following revisions:
discard 40afdde0ab Remove legacy rust map/array support
discard eaa6b068f4 Fix libsearch under new ffi folder
discard be47cad5bb Add ASF headers
discard dbf7c372f3 fix lint and minor compile
discard ffc1ec0ebd lint
discard 69b4611a64 Fix deleter to match latest
discard a16c253f0e Pass compile
discard eb0199921a clang format
discard 958938ee34 pass expr first stab
discard fb524a6935 Pass all runtime
discard fb62f9034d pass object and runtime compile
discard 8b0ac0deb6 Use specific import via using and not do global namespace
discard d263641f10 pass basic disco session compile
discard 125da2e573 pass ndarray compile
discard 24fce43a82 pass packed func compile
discard e4dd9cc031 Fix NDArray compile
discard b8a65dbab0 Move over container on new object
discard 84d7aaa81b First step, pass string compile
discard dce37a83b3 CMake links ok
discard 969b2192b3 [REFACTOR] Migration starting pt
discard 238342a200 Fix ffi
discard 661cf0bd48 [FFI] Enhance the deleter and reflection to be aware of
padding
discard 4472f6ec3b Cleanup and focus on the integrated version
discard 7b7b1e7f1c [FFI] bool, device, tensor, raw str
discard 27ffeda002 [FFI] Initial reflection support
discard 463425f90b [FFI] Global function registry
discard 36f8f8f2b0 [FFI] Formalize SafeCall handling
discard 514a798b2c [FFI] Initial map support
discard 441ceae16e [FFI] Optional Support
discard 344ab18437 [FFI] Introduce String support
discard a2b5e9a726 [FFI][REFACTOR] Cleanup naming convention and lint
discard 40b5ad587e [FFI] Introduce array support
discard 9a5cca4645 [FFI] Improve Any coverage to include ObjectPtr
discard 854abf58be [FFI] Function support
discard 4d03e51f29 [FFI] Any support
discard d3145e864a [FFI] Object type hierachy cast and check support
discard d3280ddb40 [FFI] Add libbacktrace support
discard 8c2a94802d [FFI] ObjectRef based Error
discard 1ab674c646 [FFI] Enable ObjectPtr and tests
discard af35e25d38 [FFI] Initial step to create ffi from the original tvm
source
discard 73ea198a2a [FFI] Initial Code Commit