1. 24 12月, 2021 1 次提交
  2. 06 12月, 2021 1 次提交
  3. 25 11月, 2021 1 次提交
  4. 23 11月, 2021 1 次提交
  5. 22 11月, 2021 1 次提交
  6. 17 11月, 2021 2 次提交
  7. 12 11月, 2021 1 次提交
    • L
      Refine new executor (#37074) · 1fe4513c
      Leo Chen 提交于
      * split declaration and implementation
      
      * remove initdevices
      
      * refine VariableMetaInfo
      
      * add ut
      
      * fix compile
      1fe4513c
  8. 08 11月, 2021 1 次提交
  9. 01 11月, 2021 1 次提交
  10. 29 10月, 2021 1 次提交
  11. 26 10月, 2021 1 次提交
  12. 22 9月, 2021 1 次提交
  13. 18 9月, 2021 1 次提交
  14. 14 9月, 2021 1 次提交
    • A
      Intergrate StandaloneExecutor in Static.Executor Interface with... · 4bc08530
      Aurelius84 提交于
      Intergrate StandaloneExecutor in Static.Executor Interface with FLAGS_USE_STANDALONE_EXECUTOR (#35628)
      
      * Intergrate StandaloneExecutor in Static.Executor Interface with FLAGS_USE_STANDALONE_EXECUTOR
      
      * Enhance unittest and clean code in StandaloneExecutor
      
      * polish unittest
      4bc08530
  15. 07 9月, 2021 1 次提交
  16. 03 9月, 2021 2 次提交
  17. 31 8月, 2021 1 次提交
  18. 26 8月, 2021 1 次提交
  19. 18 8月, 2021 1 次提交
  20. 05 8月, 2021 1 次提交
    • H
      New executor dev (#34407) · 012d12b5
      hong 提交于
      * first test version
      
      * add test exec;
      
      * add data transfer; test=develop
      
      * add new exec head;
      
      * add memcpy; test=develop
      
      * add python fetch
      
      * add new test
      
      * add graph node; test=develop
      
      * remove useless new executor test; test=develop
      
      * remove gperf dependency; test=develop
      
      * fix compile bugs; test=develop
      
      * remove useless code; test=develop
      
      * remove useless code; test=develop
      
      * add uni test; test=develop
      
      * polish code; test=develop
      
      * polish code; test=develop
      
      * add interpreter cmakefile; test=develop
      
      * remove useless code; test=develop
      012d12b5