- 26 5月, 2023 1 次提交
-
-
由 YuanRisheng 提交于
* create phi so * fix ci bugs * fix py3 bugs * add file * fix py3 bugs * fix windows bugs * perfect so * fix py3 bugs * delete all static target in phi * fix windows bugs * fix py3 bugs * fix ci bugs * fix windows bugs * fix bugs: gflags can't be linked by dynamic and static lib * fix bugs that can not load 3rd party * fix ci bugs * fix compile bugs * fix py3 bugs * fix conflict * fix xpu bugs * fix mac compile bugs * fix psgpu bugs * fix inference failed * deal with conflict * fix LIBRARY_PATH bug * fix windows bugs * fix onednn error * fix windows compile bugs * fix windows compile bugs * fix test_cuda_graph_static_mode_error aborted * fix windows bugs * fix mac-python3 error * fix hip compile bugs * change mode to static * change to static mode * fix ci bugs * fix py3 bugs * fix windows bugs * fix bugs * add static flag * add PADDLE_API * change position of PADDLE_API * fix windows bugs * change mode to dynamic lib * fix windows static bugs * deal with conflict * fix windows unit bug * fix coverage * deal with conflict * fix windows-inference * fix py3 bugs * fix bugs when compile type_info * fix compile bugs * fix py3 bugs * fix windows bugs * fix windows openblas * fix xpu bugs * fix enforce_test in windows * update code according comment * fix windows cmake bug * fix windows bugs * fix windows bugs * delete cinn unittest * fix cinn bugs --------- Co-authored-by:
lzydev <1528794076@qq.com>
-
- 06 5月, 2023 1 次提交
-
-
由 Kim Yann 提交于
* rem npu in test * restore some code
-
- 05 5月, 2023 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 26 4月, 2023 1 次提交
-
-
由 huangjiyi 提交于
* rm paddle_install_dir * update test=document_fix * update test=document_fix * update * add test * update * update * update * update * update * update * update * update * update * add todo commont
-
- 19 4月, 2023 1 次提交
-
-
由 tianshuo78520a 提交于
* mv sequence tests * mv sequence tests * fix test error * fix
-
- 17 4月, 2023 3 次提交
-
-
由 tianshuo78520a 提交于
* mv ps distributed dir * fix * add del auto_parallel * add auto_parallel * fix ps * fix bug * fix test bug * fix test bug * merge develop fix error * merge develop fix error * merge develop fix error
-
由 liulinduo 提交于
* [Test Mv] remove rnn * Update test_rnn_cell_api.py
-
由 tianshuo78520a 提交于
-
- 12 4月, 2023 1 次提交
-
-
由 RedContritio 提交于
* move python/paddle/fluid/tests/unittests/xpu to test/xpu * update CMakeLists.txt * remove xpu in fluid/tests/unittests/ * add path to op_test_xpu * fix incorrect path * update test script * fix test_adadelta_op_xpu error
-
- 11 4月, 2023 2 次提交
-
-
由 RedContritio 提交于
-
由 Kai Xing 提交于
* [Test MV] fft * Update test_spectral_op.py
-
- 07 4月, 2023 2 次提交
- 03 4月, 2023 1 次提交
-
-
由 engineer1109 提交于
-
- 31 3月, 2023 2 次提交
-
-
由 iSerendipity 提交于
* move mkldnn unittests to test dir * add py_test_modules funcs * move py_test_modules to test/mkldnn * fix import error * Revert "move py_test_modules to test/mkldnn" This reverts commit 0277e0c29c22e5c29b7a3b843103f3d0b711c442. * fix import error by conflicts * fix errors * fix mistake on solving conflicts
-
由 Ainavo 提交于
-
- 30 3月, 2023 4 次提交
-
-
由 Zheng-Bicheng 提交于
* update * update
-
由 Kim 提交于
* mv paddle/fluid/platform/device/xpu/tests 2 test/xpu/cpp * add missing cmake
-
由 Yiqun Liu 提交于
* [AMP] Add python API for collecting operator stats. * Fix import and polish codes. * Add more unittest. * Add doc for the new APIs.
-
由 gouzil 提交于
* [Test Mv] ipu_test * [Test Mv] cmake add py_test_modules * [Move Test] rm py_test_modules * rm asp
-
- 29 3月, 2023 2 次提交
-
-
由 Zheng-Bicheng 提交于
-
由 gouzil 提交于
* [Test Mv] asp_test * [Test Mv] cmake add py_test_modules * [Move Test] rm py_test_modules
-
- 28 3月, 2023 6 次提交
-
-
由 gouzil 提交于
* [Test Mv] autograd_test * [Move Test] rm py_test_modules
-
由 Ainavo 提交于
* [Test Mv] move collective/multinode to test dir * add CMakeList.txt to test/collective * add bash_test_modules * adjust the order * recover bash_test_modules * add_subdirectory(collective) * resolve conflicts * resolve conflicts
-
由 Kim 提交于
* mv python/paddle/dataset/tests/ test/dataset/ * use path to get file path * add dataset * remove cmake entry * add all ops * solve conflicts
-
由 Zheng-Bicheng 提交于
* update * update
-
由 Zheng-Bicheng 提交于
* update * update
-
由 Zheng-Bicheng 提交于
-
- 26 3月, 2023 2 次提交
-
-
由 Zheng-Bicheng 提交于
-
由 Zheng-Bicheng 提交于
-
- 25 3月, 2023 1 次提交
-
-
由 Zheng-Bicheng 提交于
-
- 24 3月, 2023 2 次提交
-
-
由 Zheng-Bicheng 提交于
-
由 Zheng-Bicheng 提交于
-
- 23 3月, 2023 1 次提交
-
-
由 Zheng-Bicheng 提交于
-
- 20 3月, 2023 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 22 2月, 2023 1 次提交
-
-
由 Shuangchi He 提交于
* Fix some typos. Signed-off-by:
Yulv-git <yulvchi@qq.com> * pre-commit Signed-off-by:
Yulv-git <yulvchi@qq.com> --------- Signed-off-by:
Yulv-git <yulvchi@qq.com>
-
- 09 2月, 2023 1 次提交
-
-
由 zhangbo9674 提交于
* add TypeID * Specification comment code * refine code * add AbstractType * add TypeStorage * fix unittest bug * change dir * change dir * refine code * fix bug * Refine code by comment * delete unused code * normative naming rules * refine code by comment * refine doc * refine codestyle
-
- 01 12月, 2022 1 次提交
-
-
由 wanghuancoder 提交于
* do not link python lib in tensor wrapper
-
- 07 11月, 2022 1 次提交
-
-
由 Leo Chen 提交于
-
- 02 11月, 2022 1 次提交
-
-
由 Leo Chen 提交于
-