- 22 4月, 2022 8 次提交
-
-
由 Yilingyelu 提交于
* gradients; test=document_fix * fix VarType; test=document_fix * fix vartype; test=document_fix * cumsum; test=document_fix * t; test=document_fix
-
由 guguguzi 提交于
* fix bug for MultiplicativeDecay * remove changes to test_lr_scheduler.py
-
由 heliqi 提交于
修复ORT在batch变动时,输出shape不对问题
-
由 baoachun 提交于
-
由 Jacek Czaja 提交于
-
由 Baibaifan 提交于
* sharding_for_eager_tensor (#41415) * fix_sharding_copy_right (#41849)
-
由 Allen Guo 提交于
add mixed-precission support for ipu cherry-pick from #41733
-
由 Huihuang Zheng 提交于
Change CINN Tag to Prepare for CINN release/v0.2. This PR is the cherrypick of #42063
-
- 21 4月, 2022 23 次提交
-
-
由 Weilong Wu 提交于
-
由 Weilong Wu 提交于
-
由 Zhen Wang 提交于
* Move pass optimizations into CINN.
-
由 RichardWooSJTU 提交于
* fix nms op doc missing default value * fix nms op doc add blank line
-
由 zhangyikun02 提交于
-
由 z8hanghuan 提交于
* modify xpu.cmake,*test=kunlun (#41832) * modify xpu.cmake,*test=kunlun * modify xpu.cmake,*test=kunlun * modify xpu.cmake,*test=kunlun * modify xpu.cmake,*test=kunlun * support bilstm,*test=kunlun * [cherry-pick]support multi_layer of bilstm,*test=kunlun
-
由 lilong12 提交于
* fix_nccl_barrier (#41970) * be compatible with the old version of alltoall (#42007) Co-authored-by: NBaibaifan <39549453+Baibaifan@users.noreply.github.com>
-
由 lilong12 提交于
-
由 lilong12 提交于
-
由 ShenLiang 提交于
* fix utest * fix time
-
由 WangXi 提交于
-
由 wangguanqun 提交于
* double accessor and show_scale * double accessor and show_scale * rename * fix bug in pslib config * add unittest
-
由 baoachun 提交于
* update gpu fp16 op blacklist * update blacklist
-
由 baoachun 提交于
-
由 zyfncg 提交于
* [PHI] Support some c++ api in paddle namespace (#41778) * support some c++ api in paddle namespace * change c++ api namespace in custom op * [Phi] Support setting size of vector<Tensor> for out in yaml (#41576) * support setting vector out size in yaml * support setting size of vector<tensor> for out in yaml * add data transform config for shape and size (#41909) * fix api_gen bug
-
由 Chen Weihang 提交于
* [Phi] Support setting size of vector<Tensor> for out in yaml (#41576) * support setting vector out size in yaml * support setting size of vector<tensor> for out in yaml * resolve conflict Co-authored-by: Nzyfncg <zhangyunfei07@baidu.com>
-
由 Aurelius84 提交于
* [Eager]Fix full_like/clip with np.generic type as attribute * support numpy genertic * remove usless code
-
由 TeFeng Chen 提交于
cherry-pick #41795
-
由 baoachun 提交于
-
由 JingZhuangzhuang 提交于
-
由 Jiabin Yang 提交于
* cherry-pick python/paddle/utils/code_gen/backward.yaml * remove unsupported yaml Co-authored-by: NZhanlue Yang <jim19930609@gmail.com>
-
由 Jiabin Yang 提交于
* make fast through to linear * make fast through to linear * add to do for later upgrades * support build once for now
-
由 Chen Weihang 提交于
* polish tensor api details (#41971) * [CustomOp] Fix custom op pinned input error (#41972) * fix custom op pinned input error * fix compile error * fix inference custom op (#41999) * resolve conflict
-
- 20 4月, 2022 9 次提交
-
-
由 lilong12 提交于
-
由 Haohongxiang 提交于
* refactor mp in eager mode * update * update * add uts
-
由 seemingwang 提交于
* gpu_graph engine optimization+ (#41455) * extract sub-graph * graph-engine merging * fix * fix * fix heter-ps config * test performance * test performance * test performance * test * test * update bfs * change cmake * test * test gpu speed * gpu_graph_engine optimization * add ssd layer to graph_engine * fix allocation * fix syntax error * fix syntax error * fix pscore class * fix * recover test * recover test * fix spelling * recover * fix * Cpu gpu graph engine (#41942) * extract sub-graph * graph-engine merging * fix * fix * fix heter-ps config * test performance * test performance * test performance * test * test * update bfs * change cmake * test * test gpu speed * gpu_graph_engine optimization * add ssd layer to graph_engine * fix allocation * fix syntax error * fix syntax error * fix pscore class * fix * recover test * recover test * fix spelling * recover * fix * fix linking problem * remove comment
-
由 Leo Chen 提交于
* [new-exec] shrink downstream map (#41471) * shrink downstream map * shrink last live ops of var * add comment * fix bug * add dependency for send/recv to support pp parallel (#41652) * [new-exec] clear the scope listener after run (#41947) * clear the listener after run * only sync variables in program * refine code * fit for lod_tensor_blocking_queue
-
由 Xiaoxu Chen 提交于
-
由 heliqi 提交于
windows编译脚本增加onnxruntime编译选项
-
由 niuliling123 提交于
Add AutoTune to reader.py for DataLoader
-
由 feng_shuai 提交于
-
由 pangyoki 提交于
* support no_need_buffer in eager_fluid state * change no_need_buffer info from fwd_info to bwd_info * fix CI fail, gru_unit donnot use no_need_buffer * fix conflict between no_need_buffer and dispensable * use tensor.define in dispensable * solve conflict * solve conflict
-