1. 16 1月, 2023 3 次提交
    • Z
      add sqrt_comp_grad composite rule (#49769) · 70378584
      zqw_1997 提交于
      70378584
    • X
      【prim】vjp for reduce sum (#49736) · 292f3f77
      xiaoguoguo626807 提交于
      292f3f77
    • Y
      [Auto Parallel] Clear some fluid APIs (#49793) · e70af91d
      Yulong Ao 提交于
      * [Auto Parallel] Rename methods of ProcessMesh
      
      * [Auto Parallel] Impl the python process_mesh by the c++ one
      
      * [Auto Parallel] Add some minor modifications
      
      * [Auto Parallel] Rename some methods
      
      * [Auto Parallel] Remove unnecessary codes
      
      * [Auto Parallel] Add back some removed files
      
      * [Auto Parallel] Fix bugs
      
      * [Auto Parallel] Fix a bug
      
      * Update process_mesh.cc
      
      * [Auto Parallel] Merge dist attrs of Python into C++
      
      * [Auto Parallel] Add back deleted importing
      
      * [Auto Parallel] Add back removed unittest
      
      * [Auto Parallel] Remove type qualifiers of return types
      
      * [Auto Parallel] Fix some bugs
      
      * [Auto Parallel] Fix a bug of the quant pass
      
      * [Auto Parallel] Fix the code style
      
      * [Auto Parallel] Clear some fluid APIs
      e70af91d
  2. 15 1月, 2023 2 次提交
    • R
      support mp on xpu (#49815) · 6a56bce7
      Roc 提交于
      1 update xccl lib
      2 when using comm_ctx, the allocator should be set manually.
      6a56bce7
    • J
      【Prim】Enhance tests (#49814) · 090aa45d
      Jiabin Yang 提交于
      * support elementwise base func
      
      * fix compiling error and add test
      
      * remove additional param
      
      * support vjp for div using comp
      
      * remove additional change
      
      * fix dy2st error with magic num
      
      * fix dy magic num
      
      * another magic
      
      * another magic
      
      * add more test
      
      * fix windows problem
      
      * another magic
      
      * fix windows compile
      
      * invoke ci
      
      * add skip rename strategy
      
      * support add vjp
      
      * fix test_tanh
      
      * support add with new axis cal
      
      * fix resnet and some test
      
      * add composite log
      
      * support sub vjp
      
      * enhance_tests
      
      * support more dtype for full
      090aa45d
  3. 14 1月, 2023 1 次提交
  4. 13 1月, 2023 32 次提交
  5. 12 1月, 2023 2 次提交
    • X
      fix_arg (#49770) · 5d60ff91
      xiaoxiaohehe001 提交于
      5d60ff91
    • S
      lerp support 0 Tensor (#49667) · 8cd0d5b3
      sunli 提交于
      * lerp support 0 Tensor
      
      * fix lerp grad
      
      * fix lerp zero test
      
      * fix 0D + ND/ND + 0D
      
      * fix check
      
      * update code
      
      * fix lerp infer shape
      
      * static backward test
      
      * updata static graph test
      8cd0d5b3