1. 24 3月, 2022 5 次提交
    • Z
      p_norm transfer to phi kernels (#40819) · 92afe146
      zhiboniu 提交于
      92afe146
    • R
      [MoE]Assign pos op (#40580) · 305f32d1
      Roc 提交于
      * # This is a combination of 10 commits.
      # The first commit's message is:
      add expert count op
      
      add ut for expert_count
      
      # This is the 2nd commit message:
      
      update UT only for cuda
      
      # This is the 3rd commit message:
      
      fix for rocm
      
      # This is the 4th commit message:
      
      update ut
      
      # This is the 5th commit message:
      
      add moe module
      
      # This is the 6th commit message:
      
      add expert count op
      
      add ut for expert_count
      
      # This is the 7th commit message:
      
      update UT only for cuda
      
      # This is the 8th commit message:
      
      update ut
      
      # This is the 9th commit message:
      
      add moe module
      
      # This is the 10th commit message:
      
      make expert count private
      
      * add assign pos op
      
      * fix upper num name
      
      * add api _assign pos
      
      * add ut for assign pos op
      
      * update date
      
      * fix for win
      
      * update for test (timeout)
      
      * fix ut
      
      * update
      
      * fix ut for number count
      Co-authored-by: Nhlygit66666 <2570058140@qq.com>
      305f32d1
    • C
      [Phi] Migrate InferShape of multiplex, qr, tril_triu (#40102) · 2e736531
      caozhou 提交于
      * migrate infershape
      
      * fix tril_triu infershape error
      
      * fix qr_op infershape
      
      * add parse qr mode func
      
      * move order
      2e736531
    • C
      [Phi] Move mul op kernel into phi (#40833) · 1b491818
      Chen Weihang 提交于
      * add mul phi kernel
      
      * remove mul op kernel
      
      * remove original mul grad op
      
      * fix cinn test
      
      * fix dygraph test failed
      1b491818
    • N
      Add is_mean param for mean op (#40757) · 7e1155ed
      niuliling123 提交于
      7e1155ed
  2. 23 3月, 2022 12 次提交
  3. 22 3月, 2022 5 次提交
    • H
      Move embedding to phi (#39901) · 0331cfda
      hong 提交于
      * move embeding to phi;
      
      * update sig; test=develop
      
      * move reset impl to phi; test=develop
      
      * remove old register; test=develop
      
      * fix cpu bf16 bug; test=develop
      
      * fix lookup speed error
      
      * polish code
      
      * fix paddle throw type
      0331cfda
    • C
      [Phi] Move reverse kernel and infershape into phi (#40791) · 7fc0c619
      Chen Weihang 提交于
      * add reverse phi kernel
      
      * add reverse infermeta
      
      * remove original reverse op kernl & infershape
      7fc0c619
    • S
      [phi] Update graph_send_recv OP (#40509) · 67b46e45
      Siming Dai 提交于
      * add out_size shape for graph_send_recv
      
      * fix bug in register kernel: no const int& support
      
      * add out_size in infermeta
      
      * change unittest
      
      * fix unittest
      
      * fix out_size default value
      
      * fix doc
      
      * delete arg mapping
      
      * add sig
      
      * move -1 to 0
      
      * move -1 to 0
      67b46e45
    • C
      [Phi]Modify reduce arg order (#40706) · 67ffb86e
      chentianyu03 提交于
      * modify out and out_grad order in reduce_grad_kernel
      
      * delete unsed boolReduceKernel
      
      * fix conflict
      67ffb86e
    • C
      fix group_norm address misalignment (#40657) · dd9d7206
      crystal 提交于
      * fix group_norm address misalignment
      
      * fix vectorize
      
      * fix code
      
      * fix vectorize length
      
      * optimize code
      dd9d7206
  4. 21 3月, 2022 6 次提交
  5. 19 3月, 2022 2 次提交
    • Z
      move deformable_conv forward kernel to phi (#40700) · a8e5c9be
      zyfncg 提交于
      a8e5c9be
    • H
      Add infer meta (#40544) · 8e4e19ab
      hong 提交于
      * add infer meta; test=develop
      
      * add histogram infer meta; test=develop
      
      * fix unitest bug; test=develop
      
      * format; test=develop
      
      * format; test=develop
      
      * bn not use new infer meta; test=develop
      
      * add infer meta; test=develop
      
      * fixbug; test=develop
      
      * fix bug;
      
      * recover unitest; test=develop
      8e4e19ab
  6. 18 3月, 2022 8 次提交
  7. 17 3月, 2022 2 次提交
    • C
      [Phi] Move assign kernel into phi (#40022) · 1904572a
      Chen Weihang 提交于
      * move assign kernel init commit
      
      * change vec<tensor> to vec<tensor*>
      
      * support tensor array
      
      * support api declare
      
      * fix test_list failed
      
      * fix npu and xpu failed
      
      * fix infrt failed
      
      * remove assign array size in operator
      
      * move assign sr header into sr dir
      
      * add infermeta for assign
      
      * test op success
      
      * fix test_list failed
      
      * fix kunlun failed
      
      * add set host allocator in tests
      
      * support tensor array in arg ctx
      
      * open set layout in share_meta
      
      * fix meta tensor layout error
      
      * fix test failed
      1904572a
    • C
      Revert "Fix truncated norm operator (#40287)" (#40614) · 313bff6b
      Chang Xu 提交于
      This reverts commit 0c333543.
      313bff6b