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

Decouple code generation to support multiple backends. #25

Open
KuangjuX opened this issue Nov 18, 2024 · 0 comments
Open

Decouple code generation to support multiple backends. #25

KuangjuX opened this issue Nov 18, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request feature

Comments

@KuangjuX
Copy link
Member

KuangjuX commented Nov 18, 2024

Currently, some of the code generation and dataflow analysis in ThrillerFlow are mixed together, which is not conducive to the scalability of the system architecture.

To support code generation for multiple backends, it is necessary to encapsulate primitives within different backends. At the same time, to enable code generation for different backends within a single graph pass, a Backend Trait have to be provided to maintain a consistent underlying library abstraction.

@KuangjuX KuangjuX self-assigned this Nov 20, 2024
@KuangjuX KuangjuX added enhancement New feature or request feature labels Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature
Projects
None yet
Development

No branches or pull requests

1 participant