Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REFACTOR][CODEGEN] codegen->target, build_module->driver #4742

Merged
merged 1 commit into from Jan 19, 2020

Conversation

tqchen
Copy link
Member

@tqchen tqchen commented Jan 19, 2020

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.

depends on #4740

@tqchen
Copy link
Member Author

tqchen commented Jan 19, 2020

@tqchen tqchen force-pushed the codegen branch 2 times, most recently from e5114a6 to 1bc65e1 Compare January 19, 2020 01:55
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.
@tqchen tqchen merged commit 33b0831 into apache:master Jan 19, 2020
@tqchen
Copy link
Member Author

tqchen commented Jan 19, 2020

Thanks @zhiics @ZihengJiang

alexwong pushed a commit to alexwong/tvm that referenced this pull request Feb 26, 2020
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.
alexwong pushed a commit to alexwong/tvm that referenced this pull request Feb 28, 2020
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.
zhiics pushed a commit to neo-ai/tvm that referenced this pull request Mar 2, 2020
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.
tqchen added a commit to tqchen/tvm that referenced this pull request Mar 29, 2020
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants