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


    from dbf7c372f3 fix lint and minor compile
     new be47cad5bb Add ASF headers
     new eaa6b068f4 Fix libsearch under new ffi folder
     new 10f3a54ddf Phase out legacy rust ffi on object

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ffi/CMakeLists.txt                     |  17 +
 ffi/cmake/Utils/AddGoogleTest.cmake    |  17 +
 ffi/cmake/Utils/AddLibbacktrace.cmake  |  17 +
 ffi/cmake/Utils/CxxWarning.cmake       |  17 +
 ffi/cmake/Utils/Library.cmake          |  17 +
 ffi/cmake/Utils/Sanitizer.cmake        |  17 +
 ffi/scripts/run_tests.sh               |  17 +
 python/tvm/relax/frontend/nn/extern.py |   3 +-
 rust/tvm-rt/src/lib.rs                 |   2 -
 rust/tvm-rt/src/object/mod.rs          | 110 -------
 rust/tvm-rt/src/object/object_ptr.rs   | 555 ---------------------------------
 rust/tvm-rt/src/string.rs              | 142 ---------
 12 files changed, 121 insertions(+), 810 deletions(-)
 delete mode 100644 rust/tvm-rt/src/object/mod.rs
 delete mode 100644 rust/tvm-rt/src/object/object_ptr.rs
 delete mode 100644 rust/tvm-rt/src/string.rs

Reply via email to