- 06 8月, 2020 1 次提交
-
-
由 Adam 提交于
* Add oneDNN fusion_gru kernel and fix fc+gru pass test=develop * Formatting changes test=develop * Lint fixes test=develop * Add memory::format_tag::any to GRU weights test=develop * Fix build with CUDA * Fix build with CUDA v2
-
- 05 8月, 2020 5 次提交
-
-
由 Zhong Hui 提交于
fix invalid read of pnorm gradient function and delete the unused code
-
由 Zhaolong Xing 提交于
* cunn8 support test=develop * fix ci error test=develop
-
由 Zhaolong Xing 提交于
test=develop
-
由 Pei Yang 提交于
* develop dynamic shape serilization * add test param for gelu * fix bugs * delete redundant comments * debug * fix conflict. test=develop * fix bug. test=develop * add trt dynamic shape serialized support * fix ernie serialized bug test=develop * fix codestyle test=develop * fix bug test=develop * fix bug.test=develop * modify cmakelist test=develop * fix bug test=develop * fix error message. test=develop * fix trt register plugin based on pr#25003 * add trt dynload * fix deserialization bug of not finding plugin registration * refine code style * recover engine key in tensorrt_subgraph_pass * for ci coverage * add unittest for deserialization Co-authored-by: Nhaozech <chenhaoze94@gmail.com>
-
由 wawltor 提交于
Update the code for the compare ops for the broadcast function
-
- 04 8月, 2020 1 次提交
-
-
由 wangchaochaohu 提交于
-
- 03 8月, 2020 3 次提交
-
-
由 tangwei12 提交于
* disable heart beat UT
-
由 xujiaqi01 提交于
* fix dump, fix cvm check test=develop * fix test=develop * fix test=develop * fix test=develop
-
由 Zhang Ting 提交于
-
- 31 7月, 2020 3 次提交
-
-
由 Zhang Ting 提交于
-
由 ShenLiang 提交于
* fix inverse bug, test=develop * fix the untest, test=develop * add singular checking, test=develop * fix the utest, test=develop * use memory::copy, test=develop * fix bost_get, test=develop * fix position, test=develop
-
由 Aurelius84 提交于
* modify GetExpectedKernelType * use input place * add ENFORCE check
-
- 30 7月, 2020 5 次提交
-
-
由 wawltor 提交于
Update the code for the compare_ops, update the api and doc
-
由 wangchaochaohu 提交于
-
由 lilong12 提交于
* bug fix, test=develop
-
由 tangwei12 提交于
-
由 tangwei12 提交于
Integrated Trainer of Parameter Server (API add `fluid.contrib.layers.sparse_embedding` only) (#22957) * Integrated Trainer of Parameter Server
-
- 29 7月, 2020 4 次提交
-
-
由 cc 提交于
* Remove the output for moving_average_abs_max_scale op, test=develop
-
由 Chen Weihang 提交于
* remove ProgramTranslator.save_inference_model * adapt save_quantized_model * revert buffer check implemention * remove useless import function
-
由 Chen Weihang 提交于
* simplify buffered reader to improve DataLoader performance * fix 22 failed unittests * fix cuda pinned context condition * fix test_reader_reset failed * fix two failed unittests * change unittest place * polish error messaage * polish cast op GetExpecctedKernelType * remove debug info in unittest
-
由 Zhou Wei 提交于
-
- 28 7月, 2020 1 次提交
-
-
由 Sylwester Fraczek 提交于
-
- 27 7月, 2020 1 次提交
-
-
由 wangchaochaohu 提交于
-
- 24 7月, 2020 1 次提交
-
-
由 Adam 提交于
-
- 23 7月, 2020 5 次提交
-
-
由 Leo Chen 提交于
* refine squeeze, test=develop * update squeeze, test=develop * refine compile-time infershape, test=develop * add more unittest, test=develop * follow comments, test=develop * add update_api, test=develop * follow comments, test=develop
-
由 joanna.wozna.intel 提交于
test=develop
-
由 cnn 提交于
* New features, add sinh and cosh op, test=develop * remove duplicate test function and remove out paramters, test=develop * Add out paramters temporary, remove later. test=develop * remove out args, PR 25570, test=develop * remove TestParameter, test=developx * add test api for static dygraph, test=develop * add backword unittests for sinh and cosh, test=develop
-
由 Zhang Ting 提交于
-
由 mapingshuo 提交于
add fp64 support in sequence_pool, test=develop
-
- 22 7月, 2020 3 次提交
- 21 7月, 2020 2 次提交
-
-
由 Zhang Ting 提交于
-
由 Aurelius84 提交于
* add reinforcement learning model test=develop * align backward test=develop * add gym in paddle_build.sh test=develop * rm pip install in script test=develop * refine paddle_build.sh test=develop * fix sed error in macOS test=develop * polish code test=develop * fix scope problem * refine code by reviewer comment
-
- 17 7月, 2020 1 次提交
-
-
由 Jacek Czaja 提交于
-
- 16 7月, 2020 2 次提交
-
-
由 hong 提交于
-
由 Huihuang Zheng 提交于
Add Support for SelectedRows for Transpose OP and Fix a Bug That SelectedRows Cannot be Supported in SimNet (#25536) This PR fixes a bug that SelectedRows cannot be supported in SimNet. The reason of this bug is that dygraph basic_engine didn't copy var's type when the var needs to be accumulated during backward. So when a var is SelectedRows and needs to be accumulated, like SimNet which calls net for two times, the var's type will be changed to default LoDTensor thus bug happens. To fix it, we just also copy the type. Without this PR, the accumulated SelectedRows parameters in dygraph will be changed into LoDTensor. So when we fixed the bug of supporting SelectedRows in SimNet, we found `test_imperative_lod_tensor_to_selected_rows` failed and threw the error that SelectedRows was not supported for Transpose OP. To fix it, too, this PR also added support for SelectedRows for Transpose OP.
-
- 15 7月, 2020 2 次提交
-
-
由 Wilber 提交于
-
由 Shibo Tao 提交于
* fix doc of logical_* op. * fix doc of op pow. * fix comment syntax error9D * fix operator reciprocal demo. * fix logical_* ops' doc. test=develop,test=document_fix * bug fix. test=develop,test=document_fix * bug fix. test=develop,test=document_fix * bug fix. test=develop,test=document_fix * bug fix. test=develop,test=document_fix
-