- 13 4月, 2022 2 次提交
-
-
由 FlyingQianMM 提交于
add a inner loop for index_select_grad_init() in index_select op when dealing with large-shape data (PaddlePaddle#41563) (#41669)
-
由 Aurelius84 提交于
* Revert "[Phi] Migrate Adam and AdamW into Phi (#40351)" This reverts commit 56cd3407. * add infermeta
-
- 12 4月, 2022 6 次提交
-
-
由 hong 提交于
* fix search sort bug (#41664) * fix depthwise dnn bug (#41666)
-
由 hong 提交于
* ad conj flip yaml * add flip conj pixel shuffle
-
由 JingZhuangzhuang 提交于
-
由 xiongkun 提交于
* gather op * add mod * [Yaml] final state for uniform and uniform_random
-
由 YuanRisheng 提交于
[Cherry-Pick]Add hard_swish/kron/linspace/logit/graph_send_recv/multi_dot/maxout/multiplex op yaml file (#41566) * [Phi]Add graph_send_recv yaml file (#41206) * add graph_send_recv yaml * deal with confict * fix compile bugs * cherry-pick pr 41298 * cherry-pick pr41550 * fix compile bugs
-
由 Jack Zhou 提交于
-
- 11 4月, 2022 3 次提交
-
-
由 Allen Guo 提交于
cherry from #41481
-
由 hong 提交于
-
由 Chen Weihang 提交于
[Cherry-pick] Add truncated_normal/unique/swish/unbind yaml and polish Getting tensor place impl (#41539) * [Phi] Polish truncated normal kernel and add yaml (#41280) * polish truncated normal kernel * add yaml * add truncated normal kernel and add yaml * polish unittests and yaml * import dygraph mehtod * add unique yaml and final state api (#41460) * fix get tensor backend set bug (#41478) * [Phi] Add unbind yaml and final state api (#41277) * add unbind yaml * fix unittest * [Phi] Add swish yaml and final state api (#41479) * add swish yaml and final state api * skip mkldnn test * fix grad mkldnn test * add cherry-pick lost code
-
- 08 4月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
-
- 07 4月, 2022 3 次提交
-
-
由 Siming Dai 提交于
* add one_hot gpu hint * move allow_out_of_range judgement * delete useless unittest
-
由 Sing_chan 提交于
【chery-pick #41430】fix bug of random compile failure, due to incorrect compile order of dependencies
-
由 zhouweiwei2014 提交于
cherry-pick fix compile bug of windows cuda11.5 #41433
-
- 06 4月, 2022 3 次提交
-
-
由 zyfncg 提交于
* add real and imag yaml * add roi_align and roi_pool yaml * add qr yaml * add psroi_pool yaml * fix bug * fix param bug of psroi_pool * fix infrt problem * fix merge bug
-
由 hong 提交于
* update * add conv yaml * add backward * remove useless code * fix bug * fix bug * revert fluid dygraph conv2d * remove useless infermeta function * fix meta fn deluplicat error * conv using custom impl * remove amp include * fix bug * use cudnn = true * fix test mkldnn caching bug
-
由 xiongkun 提交于
* fix less than * fix some tests * fix additional 3 unittest case
-
- 05 4月, 2022 7 次提交
-
-
由 zyfncg 提交于
* fix bug of data transform in inference executor * fix bug
-
由 YuanRisheng 提交于
* move yaml * add momentum yaml * delete code * delete some code * add meshgrid backward * delete code * fix compile bugs
-
由 Zhanlue Yang 提交于
* [Refactor] refactored eager_gen.py PR #2 * [DoubleGrad PR #1] Decoupled code generation logics for Dygraph ForwardFunctions and GradNodes * Fixed minor issue * Adjusted logics of GenerateNodeCreationCodes and GenerateForwardDefinition * Fixed issues * Supported higher-order grad node generation * [DoubleGrad PR #4] Supported higher-order GradNode generation * [DoubleGrad #4] Bug Fixes to Double Grad Node Generation * Fixed yaml typo * Fixed yaml typo * fixed minor issues * [DoubleGrad PR #5] Enabled gradient computations for grad_tensors passed to paddle.grad() * Fixed minor issue * Fixed CI-Inference issue * Fixed CI-inference issues * [DoubleGrad PR #7] paddle.grad() to copy backward graph before backward run * Fixed minor issues * Fixed issue with backward graph construction logic * Fixed implementation issues with backward graph reconstruction * Fixed unittest issue * Fixed issues * [DoubleGrad PR #8] Enabled triple grads for sigmoid and matmul * Fixed issues with phi kernel * Added triple grad test case * Fixed minor issue
-
由 YuanRisheng 提交于
-
由 Guanghua Yu 提交于
-
由 Zhang Ting 提交于
* switch autotune * implement AutoTuneCache * implement AutoTuneCache class * add pybind api * add dygraph test * support static mode and eager mode and improve unittests * rename the SwitchAutoTune Class and improve tests * improve AutoTuneStatus and reduce the cost of tests
-
由 Chen Weihang 提交于
* add stack yaml * add stack yaml * add stack yaml * add no_need_buffer * refine no_need_buffer declare * remove original grad infershape * revert stack op
-
- 04 4月, 2022 12 次提交
-
-
由 0x45f 提交于
-
由 wanghuancoder 提交于
* eager test var base * refine, test=develop
-
由 FlyingQianMM 提交于
-
由 zyfncg 提交于
-
由 hong 提交于
* update * fix bug
-
由 Chen Weihang 提交于
* add infershape and forward yaml * add final_state call * add base unittests * add backward yaml and test * fix without softmax test error * add cross_entropy test
-
由 hong 提交于
* add dropout slice yaml * remove useless code * fix infer shape error * skip infrt compile for dropout
-
由 chentianyu03 提交于
* add concat_grad kernel * fix error * remove comment code * fix outs nullptr error * change to phi header * add concat_grad declare for standalone_executor_test * add concat_grad yaml * add concat api * fix test concat op error * fix test concat op error
-
由 hong 提交于
* fix eager gen opti bug * polish code * fix some bug * fix some bugs;
-
由 Chen Weihang 提交于
* add add_n infermeta * forward run success * add add_n grad yaml
-
由 From00 提交于
-
由 From00 提交于
* Add yaml for flatten_contiguous_range OP * update * Fix typos Co-authored-by: NShixiaowei02 <39303645+Shixiaowei02@users.noreply.github.com>
-
- 03 4月, 2022 3 次提交
-
-
由 chentianyu03 提交于
* add concat_grad kernel * fix error * remove comment code * fix outs nullptr error * change to phi header * add concat_grad declare for standalone_executor_test
-
由 hong 提交于
* add some infer meta * fix bug * fix bugs; * fix bug and add set data type * revert infer shape of lookup table * recover test
-
由 FlyingQianMM 提交于
* limit grid dim for index select * mv LimitGridDim into gpu_launch_config.h * fix conflicts * fix conflicts * fix code style * set block to 256 * fix grid setting * set dtype of block_dim to unsigned int
-