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
However, as the number of passes and dialects continues to grow, the size of this file may become unwieldy and difficult to maintain. Can we find a better way to register these passes, for instance, next to the definition of the create*Pass functions?
The text was updated successfully, but these errors were encountered:
Currently we register all Catalyst passes in the
Catalyst/Transforms/RegisterAllPasses.cpp
source file:catalyst/mlir/lib/Catalyst/Transforms/RegisterAllPasses.cpp
Lines 24 to 66 in ef4f103
However, as the number of passes and dialects continues to grow, the size of this file may become unwieldy and difficult to maintain. Can we find a better way to register these passes, for instance, next to the definition of the
create*Pass
functions?The text was updated successfully, but these errors were encountered: