• Nagy Mostafa's avatar
    [MLIR] MLIR Compiler refactoring (#3786) · f143bb13
    Nagy Mostafa authored
    * Re-organize files. Create MLIR backend classes
    
    * WIP
    
    * Refactored. Code compiles
    
    * Moved context to Runtime class to outlive compilation and execution
    
    * style-apply
    
    * Base Runtime class. Few other modifications
    
    * Minor fixes
    
    * Fixed Runtime::run() to take type-erased pointer
    
    * renamed core compiler
    
    * rename backend compiler
    
    * rename runtime compiler
    
    * PR feedback
    
    * Fix build fails
    f143bb13
Name
Last commit
Last update
..
dialect.cpp Loading commit data...
dialect.hpp Loading commit data...
ops.cpp Loading commit data...
ops.hpp Loading commit data...
ops.td Loading commit data...
type.cpp Loading commit data...
type.hpp Loading commit data...