1. 05 9月, 2023 1 次提交
  2. 30 8月, 2023 1 次提交
  3. 08 8月, 2023 1 次提交
  4. 05 5月, 2023 1 次提交
  5. 24 4月, 2023 1 次提交
    • H
      [CppExtension Cuda] Add cuda unit test for CppExtension (#52900) · 7a9754a7
      HongyuJia 提交于
      * [CppExtension Cuda] Add cuda unit test for CppExtension
      
      * update extra_compile_args for CUDAExtension
      
      * add debug info
      
      * Add patch to fix CUDA12 compile error
      
      * patch for all env
      
      * add windows judgement
      
      * Try to fix setup function not found error
      
      * fix mix_relu_and_extension include file
      
      * fix setup compile error
      
      * remove useless debug comments
      
      * add sleep, debug CI-build
      
      * add space to disable cmake cache
      
      * remove debug info
      
      * add space to pass CI-build
      7a9754a7
  6. 21 2月, 2023 1 次提交
  7. 20 2月, 2023 1 次提交
    • H
      [Cpp Extension] Support Cpp Extension (#49893) · 2a0563fa
      HongyuJia 提交于
      * update include directory
      
      * fully support C++ extension, pass unittest
      
      * fix include directory
      
      * support both extension and operator in one file
      
      * polish testcase
      
      * add jit unittest
      
      * update third_party.cmake, pass CI test
      
      * fix cmake
      
      * fix setup
      
      * fix inference, fix unittest precision
      
      * fix unittest precision
      
      * fix inference_lib cmake
      
      * try fix setup, try fix inference_lib
      
      * try fix inference_lib pybind
      
      * fix mix_op_extension, fix inference_lib
      
      * fix mix_op_extension, fix inference_lib
      
      * change cmake
      
      * change cmake
      
      * add compile flags
      
      * add Python.h headerfile
      
      * add test_custom_plugin_creater cmake
      
      * comment compile flag
      
      * pass all CI
      
      * pass all CI
      
      * comment compile flag
      
      * try solve test_custom_plugin_creater link error
      
      * try solve test_custom_plugin_creater link error
      
      * polish codes
      
      * remove windows compile flag
      
      * remove python_include_path
      
      * update pybind11, 2.4.3->2.6.0
      
      * update pybind11, 2.6.0->2.10.0
      
      * update pybind11, 2.10.0->2.6.0b1
      
      * update pybind11, 2.6.0b1->2.6.0, start fix unittest
      
      * fix pybind11 2.6.0 VarBase print error
      
      * fix pybind11 2.6.0 VarBase print error
      
      * handle PADDLE_ON_INFERENCE
      
      * modify according to reviewer
      
      * fix cmake
      
      * cmake decouple pybind_util when not ON_INFER
      
      * cmake decouple pybind_util when not ON_INFER
      
      * remove copy of inference_lib.cmake
      
      * change pybind.cc headerfile fluid->phi
      2a0563fa
  8. 22 12月, 2022 1 次提交
  9. 01 12月, 2022 1 次提交
  10. 25 11月, 2022 1 次提交
  11. 23 10月, 2022 1 次提交
  12. 10 10月, 2022 1 次提交
  13. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      Sing_chan 提交于
      * use yapf to format all python file
      
      * yapf exclude two unittests file for they rely on writing and reading file, and format will break them
      
      * disable diff_py_file because too many diff files cause command following failed
      a072fca8
  14. 09 4月, 2021 1 次提交
  15. 08 3月, 2021 1 次提交
  16. 22 2月, 2021 1 次提交
  17. 03 2月, 2021 1 次提交
    • A
      [CustomOp] Support install as Package and Add load interface (#30798) · e49d0746
      Aurelius84 提交于
      * support setup.py to compile custom op
      
      * move file into paddle.utils.cpp_extension
      
      * support python setup.py install
      
      * refine code style
      
      * Enrich code and add unittest
      
      * Polish code and api doc
      
      * fix cpp_extension not include in package
      
      * fix relative import
      
      * fix os.makedirs exist_ok param compatibility PY2
      
      * add compile flags in test_jit_load
      e49d0746
  18. 29 1月, 2021 1 次提交