You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: