- 28 9月, 2022 2 次提交
-
-
由 Weilong Wu 提交于
[Eager, Performance optimization] support less_than & less_equal( < & <= operator) to sink to Cpp layer (#46542)
-
由 Weilong Wu 提交于
-
- 27 9月, 2022 3 次提交
-
-
由 Weilong Wu 提交于
* [Eager] math op sink to Cpp level * fix ci errors * draft version * support + and - operator under cpp directly * add static test * polish code * promote types or unify right type to left * recover static test case * polish code and fix some ci errors * support complex and polish code * fix conflicts * fix windows ci errors * fix windows-inference-ci errors * polish and fix tests * fix test case * polish code * [Eager, Performance optimization] support multiply( * operator) to sink to Cpp layer * rm useless glog * [Eager, Performance optimization] support divide( / and // operator) to sink to Cpp layer * polish code * polish code and fix code-format * polish code * fix CI * polish code * update test * support div operator under cpp * fix scalar as input * Polish div logic, fix ci test * fix errors
-
由 wanghuancoder 提交于
* refine gil use
-
由 zhangkaihuo 提交于
-
- 26 9月, 2022 4 次提交
-
-
由 Chen Weihang 提交于
* fix libpaddle soname mismatch error * fix windows failed * polish linux and windows make impl * unify winddows lib name * fix windows error * revert copy dst change * revert naming change * revert windows change * fix gpups compile failed
-
由 Weilong Wu 提交于
* [Eager] math op sink to Cpp level * fix ci errors * draft version * support + and - operator under cpp directly * add static test * polish code * promote types or unify right type to left * recover static test case * polish code and fix some ci errors * support complex and polish code * fix conflicts * fix windows ci errors * fix windows-inference-ci errors * polish and fix tests * fix test case * polish code * [Eager, Performance optimization] support multiply( * operator) to sink to Cpp layer * rm useless glog * polish code * polish code and fix code-format * polish code * fix CI * polish code
-
由 Weilong Wu 提交于
[Eager, Performance optimization] math op sink to Cpp level ( + and - operator as an example ) (#45811) * [Eager] math op sink to Cpp level * fix ci errors * draft version * draft version * draft version * support + and - operator under cpp directly * add static test * polish code * promote types or unify right type to left * recover static test case * polish code and fix some ci errors * support complex and polish code * fix conflicts * fix windows ci errors * fix windows-inference-ci errors * polish and fix tests * fix test case * polish code * polish code * polish code and fix code-format * polish code * polish code * polish code * polish code
-
由 Chen Weihang 提交于
* enable eager mode on xpu, test=kunlun * add numpy support to xpu * fix tensor using error * fix error, test=kunlun * fix failed tests, test=kunlun
-
- 22 9月, 2022 1 次提交
-
-
由 Siming Dai 提交于
-
- 21 9月, 2022 3 次提交
-
-
由 wuhuachaocoding 提交于
-
由 Wilber 提交于
-
由 Weilong Wu 提交于
* [Eager] polish clone interface * rm clone in python, add clone in eager_method.cc
-
- 20 9月, 2022 4 次提交
-
-
由 Jiabin Yang 提交于
* fix linspace error in amp * fix log * fix amp error * fix ocr error which caused by amp * add more check * rename dtype ns
-
由 HongyuJia 提交于
* polish code comments * polish data_device_transform.cc
-
由 wanghuancoder 提交于
-
由 Wilber 提交于
* python support pass external stream * fix compile error
-
- 19 9月, 2022 2 次提交
-
-
由 zyfncg 提交于
* fix wrong eigen header include * fix complie bug * fix nan_inf_utils_detail * fix resource_manager * fix conv_miopen_helper
-
由 niuliling123 提交于
-
- 18 9月, 2022 1 次提交
-
-
由 RichardWooSJTU 提交于
-
- 16 9月, 2022 2 次提交
-
-
由 Chen Weihang 提交于
* unify core_avx and core_noavx * fix except error * revert mac compile logic * revert dylib to so * add core_noavx branch * remove core_noavx * replace paddle_core by lib paddle * polish var name * replace paddle_core by libpaddle * update custom device commit * polish code by comments
-
由 Wen Sun 提交于
-
- 15 9月, 2022 3 次提交
-
-
由 Nyakku Shigure 提交于
-
由 wanghuancoder 提交于
* saved_tensors_hooks
-
由 Jiabin Yang 提交于
* make eager log readable * fix compile error * recover test * invoke ci again
-
- 14 9月, 2022 2 次提交
-
-
由 JingZhuangzhuang 提交于
* merge python lib * Update third_party.cmake * Update CMakeLists.txt
-
由 wanghuancoder 提交于
-
- 09 9月, 2022 5 次提交
-
-
由 zhangbo9674 提交于
* add scope cache & reuse * add gc scope for end of each train step * del scope reuse for jit * refine code * test
-
由 Matsumoto Ruko 提交于
* add paddle.incubate.sparse.is_same_shape * add paddle.incubate.sparse.is_same_shape * add paddle.incubate.sparse.is_same_shape * add paddle.incubate.sparse.is_same_shape * fix doc
-
由 Leo Chen 提交于
* add operator<< for BuildStrategy * add fake_coalesce * fit allreduce mode for new_exe * remove dubeg code * follow comments
-
由 ronnywang 提交于
* [CustomDevice] add dy2static support * update
-
由 WangZhen 提交于
* Enhance slice to support 0 dims Tensor * Add UT
-
- 08 9月, 2022 1 次提交
-
-
由 OccupyMars2025 提交于
-
- 06 9月, 2022 4 次提交
-
-
由 YuanRisheng 提交于
* add tensor array * fix ci bugs * fix ci bugs * fix ci bugs * fix ci bugs * update by comment * update code
-
由 chenjian 提交于
* update protobuf format * fix protobuf content * fix file mode * fix compiling error when gpu not exists * fix compiling error when gpu not exists * fix compiling error when gpu not exists * fix compiling error when gpu not exists * support rocm
-
由 OccupyMars2025 提交于
-
由 Chen Weihang 提交于
-
- 05 9月, 2022 3 次提交
-
-
由 yeliang2258 提交于
* support onnx format quantized model * update code * add test * add test * fix * fix test * fix cmake * update code * change scale file path to calibration file path * update code * update code * fix build bug * fix build bugs * fix * fix
-
由 denglin-github 提交于
* add config param for enable_dlnne and support calibration mode * remove useless file * refine code and add annotation * refine code of Warnning tips
-
由 niuliling123 提交于
-