1. 24 1月, 2022 1 次提交
  2. 21 1月, 2022 2 次提交
  3. 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
  4. 04 1月, 2022 1 次提交
  5. 28 12月, 2021 1 次提交
  6. 23 12月, 2021 1 次提交
  7. 22 12月, 2021 2 次提交
  8. 20 12月, 2021 1 次提交
  9. 17 12月, 2021 1 次提交
  10. 15 12月, 2021 1 次提交
  11. 14 12月, 2021 1 次提交
  12. 13 12月, 2021 1 次提交
  13. 10 12月, 2021 1 次提交
  14. 09 12月, 2021 1 次提交
  15. 08 12月, 2021 1 次提交
  16. 06 12月, 2021 1 次提交
  17. 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