• Nagy Mostafa's avatar
    [MLIR] New Core Ops (V0) and Ops Versioning in NG dialect (#3764) · 8ef5b0ca
    Nagy Mostafa authored
    * Init commit to implement interface
    
    *  Add two op interfaces for v0 and v1. Add a unit-test
    
    * Add missing files
    
    * Move test to separate file
    
    * Add Fused Op interface
    
    * Missing files
    
    * style
    
    * fused ops
    
    * Remove V1 ops for now
    
    * Added enum attributes. WIP
    
    * Completed non-experiemntal non-fused-ops
    
    * Add ops_attributes
    
    * Minor fixes
    
    * Minor fixes
    
    * Added enum setting/reading test
    
    * style-apply
    
    * Added attributes tests
    
    * Fix dialect init
    
    * style
    
    * fix typo
    
    * Fix merge errors
    
    * Include file with MLIR on
    8ef5b0ca
Name
Last commit
Last update
..
dialect.cpp Loading commit data...
dialect.hpp Loading commit data...
fused_ops.td Loading commit data...
ops.cpp Loading commit data...
ops.hpp Loading commit data...
ops.td Loading commit data...
ops_attributes.td Loading commit data...
ops_interfaces.td Loading commit data...
ops_v0.td Loading commit data...
ops_v1.td Loading commit data...
type.cpp Loading commit data...
type.hpp Loading commit data...