1. 11 3月, 2022 4 次提交
  2. 10 3月, 2022 8 次提交
    • L
      [phi] move matrix_power op (#40231) · befa78ea
      Liu-xiandong 提交于
      * [phi] move matrix_power op
      
      * MatrixInverse fluid -> phi
      
      * modify the CMake to fix compile bug
      
      * delete useless comment
      
      * mutable memory -> phi Alloc
      
      * modify the include file
      
      * modify the include file
      
      * fix bug in CI compiler
      befa78ea
    • Jeffrey Chen's avatar
      [PHI] Migrate where_index op (#40255) · 857069f3
      Jeffrey Chen 提交于
      * [PHI] Migrate where_index op
      
      * [PHI] Fix where_index infermate
      
      * [Phi] set where_index out data type
      857069f3
    • L
      [phi] move shape op (#40248) · 575dea8f
      Liu-xiandong 提交于
      * add selected row op and fix bug in ctest
      
      * modify the date
      
      * fix bug in npu and xpu
      
      * modfiy the include file
      575dea8f
    • Z
      [Phi]Move topk kernel to phi (#40064) · 329b095e
      Zhang Zheng 提交于
      * first commit
      
      * cpu kernel
      
      * first version
      
      * fix compile error
      
      * fix compile error
      
      * delete v2
      
      * fix
      
      * fix
      
      * add alias
      
      * fix
      
      * fix
      
      * fix
      
      * fix error
      
      * fix
      
      * fix
      
      * fix
      
      * fix format
      329b095e
    • Z
      [PHI] Move segment_pool to phi. (#40099) · a07f19ee
      Zhong Hui 提交于
      * move segment_pool to phi.
      
      * mark summed ids as optional tensor.
      
      * fix as reviews.
      a07f19ee
    • L
      [phi] move argsort to phi (#40151) · 9262a93c
      Linjie Chen 提交于
      * move argsort to phi
      
      * refine files
      
      * remove mutable_data
      
      * fix unittest
      
      * fix unittest
      
      * remove infershape
      
      * update infershape
      
      * fix ci
      
      * fix ci
      
      * fix ci
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      9262a93c
    • Z
      [PHI] Move arg min max to PHI. (#40222) · f25dba0a
      Zhong Hui 提交于
      * move arg min max to phi.
      
      * move infermeta.
      
      * fix as reviews.
      f25dba0a
    • H
      Move dropout to phi (#40148) · 99fc1b08
      hong 提交于
      * move dropout to phi; test=develop
      
      * fix xpu, npu compile error; test=develop
      99fc1b08
  3. 09 3月, 2022 8 次提交
  4. 08 3月, 2022 6 次提交
  5. 07 3月, 2022 4 次提交
  6. 06 3月, 2022 2 次提交
  7. 04 3月, 2022 8 次提交
    • H
      Move yolo box to phi (#40112) · faece382
      hong 提交于
      * add yolo box kernel; test=develop
      
      * fix comile error; test=develop
      faece382
    • S
      Move gather_nd/scatter/scatter_nd_add op to the phi library (#40090) · 1ca379bf
      sneaxiy 提交于
      * move gather_nd/scatter/scatter_nd_add
      
      * fix npu/xpu ci
      
      * follow comments
      
      * small fix
      1ca379bf
    • L
      [phi] move sigmoid_cross_entopy_with_logits log_loss cumsum auc kernel to phi (#39976) · b7bbe39c
      Linjie Chen 提交于
      * move sigmoid cross entopy with logits to phi
      
      * fix ci
      
      * move log_loss to phi
      
      * move cumsum to phi
      
      * revert infershape
      
      * fix xpu ci
      
      * move auc to phi
      
      * remove comment
      
      * update sigmoid_cross_entropy_with_logits_op.cu
      
      * update sigmoid_cross_entropy_with_logits_op
      
      * Update log_loss
      b7bbe39c
    • H
      Add digamma abs trunc yaml (#40024) · 0bfba16b
      hong 提交于
      * add digamma, abs, trunc; test=develop
      
      * fix bug and add diagonal; test=develop
      
      * add name coverter; test=develop
      
      * update tracer.py; test=develop
      
      * add test case; test=develop
      
      * fix bugs; test=develop
      0bfba16b
    • Z
      Fix bug caused by split infershape (#40116) · 45385371
      zyfncg 提交于
      * fix bug caused by split infershape
      
      * revert infer_shape of split
      
      * revert split
      45385371
    • zhouweiwei2014's avatar
      【Phi】Migrate bitwise_and/bitwise_or/bitwise_xor/bitwise_not op into phi (#40031) · 03eb792d
      zhouweiwei2014 提交于
      * Migrate bitwise_and/or/xor/not op into phi
      
      * fix CI
      03eb792d
    • C
      [Phi] Change input vec tensor to pointer type (#40078) · 50d5bf79
      Chen Weihang 提交于
      * change input vec tensor to pointer
      
      * update input between
      
      * fix format error
      
      * resolve conflict
      
      * resolve conflict
      50d5bf79
    • H
      Move conv to pten (#39354) · d50fb43e
      hong 提交于
      * move conv to pten
      
      * move conv to pten; test=develop
      
      * fix bug;
      
      * add conv cudnn impl; test=develop
      
      * update
      
      * update operator; test=develop
      
      * fix bug; test=develop
      
      * move operator and prepared_operator to develop; test=develop
      
      * resolve conflict; test=develop
      
      * remove useless code;test=develop
      
      * add depency ; test=develop
      
      * fix bug;
      
      * add sig.cc ; test=develop
      
      * fix use_op error; test=develop
      
      * fix bug; test=develop
      
      * fix bug; test=develop
      
      * add conv3d register; test=develop
      
      * fix star gan and conv_nn_grad test failed; test=develop
      
      * add header; test=develop
      
      * manul to recover to develop;
      
      * resolve confilct; test=develop
      
      * remove useless code
      
      * fix bug;
      
      * remove conv2d_cudnn; test=develop
      
      * fix bugs; test=develop
      
      * fix cpu rocm compile bugs; test=develop
      
      * fix blas error; test=develop
      
      * fix compile bug; test=develop
      
      * fix windows compile error; test=develop
      
      * fix windows error; test=develop
      
      * resolve confilct; test=develop
      d50fb43e