• Z
    Create CinnCompiler class for compiling subgraphs found by build_cinn_pass. (#36562) · 4c460378
    Zhen Wang 提交于
    * Init the functions of CinnCompiler.
    
    * Add the unit test for CinnCompiler.
    
    * Fix some compilation errors.
    
    * Update the UT of cinn_compiler.
    
    * Use Decomposer&OpFusion passes in CinnCompiler::CompileGraph.
    
    * Update some comments.
    
    * Uncomment some includes in build_cinn_pass.cc.
    
    * Use refs instead of ptrs as returned types of FindGraph & Compile in
    CinnCompiler.
    
    * Use the merged CinnGraphSymbolization functions in CinnCompiler.
    4c460378
build_cinn_pass.cc 14.6 KB