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
CDTk (Compiler Description Toolkit) is a unified framework for building compilers using one coherent API! With its extensive, safe, and performant feature set, CDTk provides a complete foundation for defining language behavior from syntax to execution.
XAND is a simple frontend part of the graph compiler. It loads the graph, performs optimization passes and returns module on which you can perform inference.