You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2020/01/22 00:51:15 UTC

[incubator-tvm] branch master updated (dcb556d -> fc1a1d8)

This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from dcb556d  [Docs] Bring Your Own Codegen Guide -- Part 2 (#4718)
     add fc1a1d8  [REFACTOR] driver.h -> driver_api.h (#4760)

No new revisions were added by this update.

Summary of changes:
 include/tvm/driver/{driver.h => driver_api.h} | 10 +++++-----
 src/README.md                                 |  3 ++-
 src/api/api_lang.cc                           |  2 +-
 src/driver/{driver.cc => driver_api.cc}       |  4 ++--
 src/relay/backend/build_module.cc             |  2 +-
 src/relay/backend/compile_engine.cc           |  2 +-
 src/relay/backend/interpreter.cc              |  2 +-
 src/relay/backend/utils.h                     |  2 +-
 src/relay/backend/vm/compiler.cc              |  2 +-
 tests/cpp/build_module_test.cc                |  2 +-
 tests/cpp/relay_build_module_test.cc          |  2 +-
 tests/cpp/relay_transform_sequential.cc       |  2 +-
 tests/cpp/utvm_runtime_standalone_test.cc     |  2 +-
 13 files changed, 19 insertions(+), 18 deletions(-)
 rename include/tvm/driver/{driver.h => driver_api.h} (95%)
 rename src/driver/{driver.cc => driver_api.cc} (99%)