1. 22 2月, 2022 1 次提交
  2. 20 2月, 2022 1 次提交
  3. 18 2月, 2022 1 次提交
  4. 15 2月, 2022 1 次提交
    • Z
      [Pten] Support SelectedRows in C++ API (#39497) · 5bb3b668
      zyfncg 提交于
      * add data_transform in pten api
      
      * support GetKernelTypeForVar
      
      * fix complie problem of bfloat16
      
      * add scale_sr in api
      
      * suppport select_row in C++ api
      
      * merge code
      5bb3b668
  5. 13 2月, 2022 1 次提交
  6. 11 2月, 2022 1 次提交
  7. 10 2月, 2022 1 次提交
  8. 04 2月, 2022 1 次提交
  9. 30 1月, 2022 1 次提交
    • C
      [PTen] Change all InferMeta functions (#39222) · 7e29cea9
      Chen Weihang 提交于
      * change unary infermeta
      
      * change other infermeta
      
      * change all infermeta format
      
      * resolve conflit
      
      * fix test failed
      
      * resolve reshape conflit
      
      * fix compile failed
      
      * adapt auto api gen
      
      * fix reshape failed
      
      * fix concat failed
      
      * resolve conflict
      7e29cea9
  10. 28 1月, 2022 1 次提交
  11. 26 1月, 2022 1 次提交
  12. 24 1月, 2022 1 次提交
  13. 21 1月, 2022 1 次提交
  14. 13 1月, 2022 1 次提交
    • C
      [pten]Remove pten/include dir files (#38878) · 7e0292ea
      chentianyu03 提交于
      * move dot_dev api into dot_kernel.h
      
      * add infermate header
      
      * modify to dotkerel in dot_op.h
      
      * mvoe conj dev api into complex_kernel.h
      
      * move sign dev api into  sign_kernel.h
      
      * move scale dev api into kernel.h and remove infermete.h
      
      * rm paddle/pten/include/math.h
      
      * rm paddle/pten/include/math.h
      
      * rm include dir
      
      * rm paddle/pten/include/math.h
      
      * fix conflict with develop branch
      
      * rm devContext in conj_op.h
      
      * add the missing complex_kernel header
      7e0292ea
  15. 04 1月, 2022 1 次提交
  16. 23 12月, 2021 1 次提交
  17. 22 12月, 2021 1 次提交
    • C
      [PTen] Add cmake function for kernels (#38311) · e6310dbd
      Chen Weihang 提交于
      * add pten kernel cmake
      
      * add pten kernel cmake function
      
      * fix compile error
      
      * add enforce include for full kernel
      
      * fix compile failed
      
      * change cuda to gpu
      
      * fix cmake function error
      e6310dbd
  18. 15 12月, 2021 1 次提交
  19. 13 12月, 2021 1 次提交
  20. 09 12月, 2021 1 次提交
  21. 06 12月, 2021 1 次提交
  22. 03 12月, 2021 1 次提交
    • Z
      【PTen】C++ API Code-Generation (#37668) · c58c4ede
      zyfncg 提交于
      * add code-gen file
      
      * add api-gen in cmake
      
      * adjust the code format
      
      * temp save the code
      
      * add genen-api module into pten
      
      * merge the develop code
      
      * fix merge conflict
      
      * fix code conflict with develop
      
      * support reduce_mean/sum
      
      * fix the CI requirement
      
      * fix requirement problem of CI
      
      * remove original api code
      
      * fix bug caused by removing original api
      c58c4ede