- 19 7月, 2021 18 次提交
-
-
由 lzzyzlbb 提交于
* fix the order of unfold parameters
-
由 Chen Long 提交于
* update readme test=document_fix * update while loop docs test=document_fix
-
由 Qi Li 提交于
-
由 joanna.wozna.intel 提交于
-
由 Leo Chen 提交于
* pass found_inf to adam * add unittest * fix bug * refine unittest * change unit test's directory * disable unittest on cpu
-
由 lilong12 提交于
* mv recv to head, test=develop
-
由 chentianyu03 提交于
* add cuda event and stream api * add cuda event and stream api * add get_current_stream api * add get_current_stream api * init streams * modify get_current_stream * modify get_cuttent_stream * add synchronize func * add current_stream doc and test file * move get_current_stream into CUDA macro * move CudaEvent into CUDA macro * move _get_current_stream and _device_synchronize into cuda macro * modify the macro of cuda stream and event * add test case for synchronize * add paddle.devices.cuda module * event and stream support hip * add doc for stream and event class * move cuda stream and event into single pybind * add cuda_streams_py.cc to cmakelist * add _device_synchronize and _get_current_stream to core module * add test case for cudastream and cudaevent * move __all__ in streams.py * fix test fail * add cuda to devices __all__ * fix current_stream doc writing error * move devices to device direction, and merge device.py into __init__.py * add required:gpu to sample codes * remove cuda direction from device/__init__.py
-
由 tianshuo78520a 提交于
* notest;test=approval * add npu approval
-
由 jakpiase 提交于
-
由 Jiangxinz 提交于
* fix used before assign * fix used before assign
-
由 Roc 提交于
-
由 李季 提交于
-
由 Jiangxinz 提交于
* fix func redef * fix-func-redef
-
由 Jiangxinz 提交于
* fix func redef * fix func redef * fix func redef
-
由 Jiangxinz 提交于
* fix func redef * fix func redef * fix func redef
-
由 tianshuo78520a 提交于
* notest;test=approval * notest;test=approval * notest;test=approval * notest;test=approval * notest;test=approval * notest;test=approval * notest;test=approval * notest;test=approval * notest;test=approval * notest;test=approval * notest;test=approval * del test py
-
由 Wilber 提交于
-
由 yaoxuefeng 提交于
-
- 16 7月, 2021 11 次提交
-
-
由 ShenLiang 提交于
* add wait_server_ready * fix remove bug
-
由 Baibaifan 提交于
-
由 李季 提交于
* fix the bug that happened in alltoall in dygraph mode
-
由 furnace 提交于
* [NPU] add sigmoid and sigmoid_cross_entropy_with_logits * [NPU] add debug logs * [NPU] delete debug logs * [NPU] reset to paddle.NPUPlace(0) * [NPU] add more unittests for sigmoid_cross_entropy_with_logits * delete useless c++ code, and delete check_dygraph=False * [NPU] delete repeated codes of unittests * [NPU] fix licence code style * [NPU] add attrs (now do not support) check for sigmoid_cross_entropy_with_logits
-
由 levi131 提交于
As the title, this PR converts all blocks in program into SSA sub graphs and it is guarded by flag
-
由 Leo Chen 提交于
* add clear_float_status op * refine infershape * fix typo * refine check_finite_and_scale * refine code
-
由 Aurelius84 提交于
* Add NoNeedBufferVarsInferer * fix code style
-
由 Yuang Liu 提交于
-
由 Haohongxiang 提交于
-
由 Fan Zhang 提交于
-
由 WangXi 提交于
-
- 15 7月, 2021 11 次提交
-
-
由 danleifeng 提交于
-
由 ceci3 提交于
* fix bn * fix * add unittest * fix cpu
-
由 王明冬 提交于
-
由 Ren Wei (任卫) 提交于
* print the signatures of the apis * some faults, and a test case * use the FullArgSpec as the ArgSpec, repr>str 为了延续脚本历史,把FullArgsSpec替换为ArgSpec;在逆转回对象时,记得加上inpect.FullArgSpec对象 * script form @zhiboniu * parsearg * read argspec from file * add comments * refactor check_compatible and its testcases * skip the empty ArgSepc() * update the function, get inspect.FullArgSpec instances directly. * typo * for the functions using inner-defined VarType or other Class Type not accessable, use the string comparements. * typo * logging added * 若变量和默认值都增加了,用负数索引需要再处理下这个增加的内容 * defaults itself may be NoneType * defaults added 2 items when args only added 1 item * same as the previous comment * enable the check_api_compatible.py * run test_check_api_compatible.py * sort the output of print_signatures.py
-
由 Qi Li 提交于
-
由 huangxu96 提交于
This PR creates a class to process the program at the C++ level. Currently, this class has one class method: GetInputsOutputsInBlock()
-
由 Zhanlue Yang 提交于
* Add DCU backend support for custom ops * Added checks for DeviceCopy and renamed some macros
-
由 Qi Li 提交于
-
由 王明冬 提交于
[pass enhance] make the attribute check only object to which defined in op proto. test=develop (#34146)
-
由 wanghuancoder 提交于
* cache core.ops, test=develop * refine, test=develop
-
由 Aurelius84 提交于
* Refine Constructor logic of ParallelExecutor * Replace executor into ParallelExecutor in run_program_op
-