1. 14 12月, 2021 5 次提交
    • Z
      Handled Dispensable Inputs/Outputs in Eager AutoCodeGen (#37959) · f2043bd1
      Zhanlue Yang 提交于
      * Rearranged Eager AutoCodeGen directory structure
      
      * Removed USE_OP in Eager AutoCodeGen
      
      * Enabled generation for Operators without Grad/Inputs/Outputs
      
      * Resolved operators without input
      
      * Fixed merge conflicts
      
      * Enabled Eager AutoCodeGen for 10+ more operators
      
      * Refactored Eager AutoCodeGen with more organized helper objects
      
      * Enabled Eager AutoCodeGen for operators with multiple OpBases
      
      * Adjusted Eager AutoCodeGen to Enable Passing Output Tensor as Input Argument
      
      * Handled Dispensable Inputs/Outputs in Eager AutoCodeGen
      f2043bd1
    • H
      add layer_norm_fuse_pass test case (#37830) · b95c9cf2
      heliqi 提交于
      * add layer_norm_fuse_pass test case
      
      * restore cmakelist code
      
      * Merge branch 'develop' into layer_norm_fuse_pass
      
      * Merge branch 'develop' into layer_norm_fuse_pass
      
      * add bad case test
      b95c9cf2
    • S
      Add white list for dist passes (#37831) · 003e3dab
      sneaxiy 提交于
      * add white list for dist passes
      
      * update comment
      
      * follow zhiqiu's comment
      
      * fix PassContext attrs type
      003e3dab
    • W
      fix generate_proposals op doc (#38048) · c117dfba
      wangguanzhong 提交于
      c117dfba
    • S
      add reshape+transpose+matmul_v2 only (#37847) · a922168a
      Sylwester Fraczek 提交于
      * reshape+transpose+matmul_v2
      
      * in_name->input_name
      
      * fix pr-ci-static-check
      a922168a
  2. 13 12月, 2021 19 次提交
  3. 12 12月, 2021 1 次提交
    • 沉潜的鱼儿's avatar
      Dist op compatible (#37994) · 89bced5e
      沉潜的鱼儿 提交于
      * dist matmul op compatible
      
      * dist op unittest
      
      * modify dist matmul
      
      * modify dist reshape
      
      * modify dist reshape
      
      * add a space
      
      * add a space
      
      * delete dist matmul op
      
      * modify reshape
      
      * add dist op unittest
      
      * modify dist op unittest
      89bced5e
  4. 11 12月, 2021 1 次提交
  5. 10 12月, 2021 14 次提交