1. 14 2月, 2022 10 次提交
  2. 13 2月, 2022 2 次提交
  3. 12 2月, 2022 1 次提交
  4. 11 2月, 2022 23 次提交
  5. 10 2月, 2022 4 次提交
    • F
      [MLU] add mlu kernel for accuracy op (#39337) · 383de295
      fwenguang 提交于
      * [MLU] add mlu kernel for accuracy op
      
      * fix license format
      
      * fix error message
      383de295
    • F
      [NPU] add reduce_min (#39019) · 2b8b16d7
      furnace 提交于
      [NPU] add reduce_min
      2b8b16d7
    • T
      share MemOptVarInfos of external variables into cinn_launch subgraph (#39209) · 35b03e1c
      TeFeng Chen 提交于
      * add a graph pass to share MemOptVarInfos of external variables into subgraph
      
      * update pass name
      
      * fix compile failed
      
      * add share_mem_opt_info_to_subgraph_pass test
      
      * share_mem_opt_info_to_subgraph_pass_test pass
      
      * modify some codes for better style and more robust
      
      * update cmake
      35b03e1c
    • Z
      Added python-c code generation for final state Eager Dygraph (#39233) · 43f84d0f
      Zhanlue Yang 提交于
      * Removed debug info
      
      * Added automatic code generation for final state Eager Dygraph
      
      * Modified backward yaml
      
      * Added EagerUtils helper functions for final state CodeGen
      
      * Adjusted CMakeFiles to support compilation for final state auto generated codes
      
      * Added python-c code generation for final state Eager Dygraph
      
      * Fixed minor issue
      
      * Fixed yaml.load() method failure
      
      * Fixed minor issues
      
      * Refactored Python-C Attributes Parsing Functions
      
      * Fixed minor issue with Python-C AddFunctions
      
      * Fixed issues from merge
      
      * Fixed merge issues
      43f84d0f