[REFACTOR][CODEGEN] codegen->target, build_module->driver (#4742)
This PR moves the codegen related code into the target folder, as they are target specific functionalities. We also adopt the term "compiler driver" in common compiler infra such as rust, GHC and clang. As a result, build_module is moved into the driver folder.
Showing
include/tvm/build_module.h
deleted
100644 → 0
include/tvm/driver/driver.h
0 → 100644
include/tvm/target/generic_func.h
0 → 100644
src/target/generic_func.cc
0 → 100644
Please
register
or
sign in
to comment