1. 21 1月, 2022 2 次提交
    • Y
      [PTen]Separate origin Kernel and add Kernel for C++ API (#39002) · a0f586bc
      YuanRisheng 提交于
      * add kernel for c++ api
      
      * fix compile bugs
      
      * fix kunlun compile bugs
      
      * perfect cmake
      
      * fix compile bugs when run ci-inference
      
      * fix compile bugs
      
      * add non-raw kernel for fluid op
      
      * fix compile bugs
      
      * fix compile bugs
      
      * fix unit test bug
      a0f586bc
    • W
      [PTEN] Add cpu context (#38979) · 064bc4b8
      Wilber 提交于
      * add cpu_context.
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * fix ci problem
      
      * fix npu ci problem
      
      * update
      
      * fix ci compile
      064bc4b8
  2. 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
  3. 11 1月, 2022 1 次提交
  4. 31 12月, 2021 1 次提交
  5. 16 12月, 2021 1 次提交
  6. 12 11月, 2021 1 次提交
    • Y
      [Pten]Refactor the Elementwise_add Kernel (#37043) · c1310343
      YuanRisheng 提交于
      * elementwise_add kernel refactor
      
      * fix compile bugs in elementwise_add refactor
      
      * fix compile bugs when run in npu/xpu
      
      * fix bugs when run unit test
      
      * fix bugs when run ci-windows
      
      * modify code as recommended
      
      * code format adjust
      
      * fix bugs when run ci
      
      * fix compile bug when run in ci-windwos
      c1310343
  7. 19 10月, 2021 1 次提交
  8. 15 9月, 2021 1 次提交
  9. 22 8月, 2021 1 次提交
  10. 05 8月, 2021 1 次提交
  11. 02 6月, 2021 1 次提交
  12. 20 5月, 2021 1 次提交
  13. 14 5月, 2021 1 次提交
  14. 03 3月, 2021 1 次提交
  15. 25 2月, 2021 1 次提交
  16. 23 2月, 2021 1 次提交
  17. 05 1月, 2021 1 次提交
  18. 22 12月, 2020 1 次提交
  19. 21 12月, 2020 2 次提交
  20. 18 12月, 2020 1 次提交
  21. 17 12月, 2020 1 次提交
  22. 16 12月, 2020 1 次提交
  23. 15 12月, 2020 1 次提交
  24. 14 12月, 2020 1 次提交
  25. 08 12月, 2020 1 次提交
  26. 03 12月, 2020 1 次提交
  27. 01 12月, 2020 1 次提交
  28. 24 9月, 2020 1 次提交
    • W
      use iwyu clean include (#27267) · df43905f
      wanghuancoder 提交于
      * use iwyu clean include, test=develop, test=win
      
      * compilation error, test=develop
      
      * fix compilation error2, test=develop
      
      * fix compilation error3, test=develop
      
      * fix compilation error4, test=develop
      
      * fix compilation error5, test=develop
      
      * fix compilation error6, test=develop
      
      * fix compilation error7, test=develop
      
      * fix compilation error8, test=develop
      
      * fix compilation error8, test=develop
      
      * fix compilation error10, test=develop
      
      * fix compilation error11, test=develop
      df43905f
  29. 30 12月, 2019 1 次提交
  30. 19 11月, 2019 1 次提交
  31. 30 9月, 2019 1 次提交
  32. 14 5月, 2019 1 次提交
  33. 13 5月, 2019 1 次提交
    • Y
      Optimize the elementwise op using eigen (#15494) · dcda2023
      Yiqun Liu 提交于
      * Optimize the elementwise op with CUDA kernels.
      test=develop
      
      * Support setting of attr in op config file.
      test=develop
      
      * Add the support the setting dtype and initializer in config.
      test=develop
      
      * Save workspace.
      
      * Add initializer "zeros".
      test=develop
      
      * Fix compiling error.
      
      * Support the use of existed file to initailize tensor in op_tester.
      
      * Use eigen to optimize the elementwise_add/mul for the case that x and y have the same dims.
      test=develop
      dcda2023
  34. 16 11月, 2018 1 次提交
    • W
      Refine operator cmake (#14413) · a2d9b344
      Wu Yi 提交于
      * wip simplify operator framework
      
      * wip
      
      * wip
      
      * done test=develop
      
      * clean test=develop
      
      * fix test=develop
      
      * fix deps test=develop
      
      * fix cpu build test=develop
      
      * fix tensorrt build test=develop
      
      * fix tests test=develop
      
      * fix test=develop
      
      * fix cpu build test=develop
      a2d9b344
  35. 08 11月, 2018 1 次提交
    • C
      Fix input<tensor> (#14208) · c5b6573a
      chengduo 提交于
      * fix input<tensor>
      test=develop
      
      * fix split_ids
      test=develop
      
      * ElementwiseMul should not support SelectedRows
      
      * fix scale op
      test=develop
      
      * change GetTensorFromVar() method to GetTensorOrSelectedRowsFromVar()
      
      * fix operator
      
      * refine MultiOutput
      
      * fix MultiOutput
      test=develop
      
      * disable test_dist_save_load
      test=develop
      
      * fix elementwise_op
      test=develop
      
      * add get_sparse_as_op
      test=develop
      
      * add info for check
      test=develop
      
      * rename get_sparse_as_op with extract_rows_as_op.
      test=develop
      
      * elementwise doesn't support selected_rows
      
      * fix regularizer
      
      * remove extract_rows_as
      test=develop
      
      * fix ci
      test=develop
      
      * add test for sum_op
      
      * fix regularizer
      test=develop
      
      *  test=develop
      
      * fix pserver weight decay multi inputs test=develop
      c5b6573a
  36. 22 8月, 2018 1 次提交
  37. 14 8月, 2018 1 次提交
  38. 06 8月, 2018 1 次提交