1. 09 12月, 2021 1 次提交
    • J
      Optimize CINN cache key (#37786) · 2567dfa4
      jiangcheng 提交于
      * optimize cache key
      
      * add cinn cache key by graph address
      
      * perfect cache key test script
      
      * rename GraphHashProto to GraphHashStrategy
      
      * optimize graph_serialize_str_ to graph_hash_val_ and other change by review advices
      2567dfa4
  2. 19 11月, 2021 1 次提交
  3. 25 10月, 2021 1 次提交
    • 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
  4. 28 9月, 2021 1 次提交
    • H
      Add Basic CINN Runner Class (#35978) · 6f18b041
      Huihuang Zheng 提交于
      * Add Basic CINN Runner Class
      
      * Add CinnCacheKey
      
      * Add Cache logic and improve CinnCacheKey
      
      
      * Modify as reviewer commented
      
      * Implement hash_combine to fix MAC build.
      6f18b041