- 29 8月, 2022 28 次提交
-
-
由 Yuanle Liu 提交于
-
由 Qi Li 提交于
* [MLU] fix compile error, test=develop * fix more compile error, test=develop
-
由 Wen Sun 提交于
-
由 YuanRisheng 提交于
* mv elementwise add to xpu , test=kunlun * fix ci bugs, test=kunlun * fix ci bugs , test=kunlun
-
由 Sławomir Siwek 提交于
* abs relu6 fwd * abs bwd * gaussian_random_kernel and mkldnn-onednn renaming * scale kernel * whitespace * whitespace * revert scale migration * whitespaces * revert changes to gaussian kernel * whitespaces
-
由 Weilong Wu 提交于
* [XPU] migrate mul to phi;test=kunlun * rm fluid mul xpu op;test=kunlun
-
由 Chen Weihang 提交于
* migrate assign xpu kernel, test=kunlun * remove assign_value xpu, test=kunlun
-
由 David Nicolas 提交于
* update PixelShuffle and PRelu api in vision.py and activation.py * update activation.py, using paddle replace numpy * update format issue * update foramt issue
-
由 Charles-hit 提交于
* support refuse forward dygraph * modify backward api exponential__grad yaml * remove print code * 当反向复用前向时进行需不需要更高阶的反向判断,如果不需要调用c++ api,需要的话则调用前向动态图生成反向节点 * fix some backward bugs * modify the generated dygraph function name
-
由 handiz 提交于
* fix bug in PostTrainingQuantizationProgram for not full quantization case * fix coverage ci
-
由 wanghuancoder 提交于
* gather gather_grad gather_nd gaussian_random xpu to phi
-
由 zhangbo9674 提交于
-
由 Zhang Ting 提交于
* fix hard_swish inf * skip_check_grad for mkldnn op * 'fix code style' * fix unittest
-
由 cambriconhsq 提交于
-
由 Aurelius84 提交于
-
由 wanghuancoder 提交于
* pylayer set has grad with create_graph
-
由 Aurelius84 提交于
* [OpAttr]num_rows/num_colums of eye support Tensor type * fix attr cast with long type
-
由 Siming Dai 提交于
* move incubate to geometric * add paddle.geometric * fix unittest bug * add float16 support for segment op * change reindex and sample neighbors flag name * add heter graph reindex * move sample_neighbors.py to neighbors.py * delete khop_sampler in geometric * delete unused code * change sample_neighbors api input order * fix en doc * fix unittest * fix unittest * change reindex * fix division by 0 * delete unnecessary input argument * delete final_state
-
由 xiongkun 提交于
* unify the size and size() by jst * fix bugs * bug fix. * fix bugs * change all_close -> np.testing.assert_allclose
-
由 Allen Guo 提交于
* support depthwise_conv2d ops Co-authored-by: NZhixin Yao <zhixiny@graphcore.ai> Co-authored-by: NZhaorui Chen <zhaoruic@graphcore.ai> * fix duplicate name Co-authored-by: NZhixin Yao <zhixiny@graphcore.ai> Co-authored-by: NZhaorui Chen <zhaoruic@graphcore.ai>
-
由 Allen Guo 提交于
-
由 HongyuJia 提交于
* add legacy_api.yaml * set merged_momentum inplace only * support inplace optional<vector<tensor>> * add dygraph_mode api * add merged_adam yaml * add merged_adam python api * change testcase of merged_adam and adam * fix import of test_merged_adam_op
-
由 zhangbo9674 提交于
-
由 zhangbo9674 提交于
-
由 zyfncg 提交于
* move matmul_v2 kernel of xpu from fluid to phi, test=kunlun * fix complie bug, test=kunlun * fix complie bug, test=kunlun * fix complie bug, test=kunlun
-
由 Weilong Wu 提交于
-
由 feifei-111 提交于
* DLTP-55757 [Bug] 【Paddle3D】pointpillars在paddle=dev上export model报错 * DLTP-55757 [Bug] 【Paddle3D】pointpillars在paddle=dev上export model报错 * fix default dtype * coverage * del no need cases
-
由 Zhang Ting 提交于
-
- 26 8月, 2022 12 次提交
-
-
由 Ruibiao Chen 提交于
-
由 Yuang Liu 提交于
-
由 Roc 提交于
* add simple reformated ci files * update * add radme for new unitetsts * add radme for new unitetsts * add radme for new unitetsts * reset mlu * update for samples * add base api * reset some dist unit tests * add warning in grenerated cmakelists file * update readme for new dist unit tests * add all collective tests * remain base file and launcher file * Update README.md * Update README.md * fix env PYTHONPATH * Update gen_ut_cmakelists.py * add all collective tests * add docs for gen_ut_cmakelists.py * pretify codes * commont name == "name" * update for comments * update function's help * update for run type * update readme * add all collective tests * add all collective tests * mv collective test files * update for all collective tests * update * update * update * update for all tests * update for checking name * Update Cmakelists.txt * update testlist.csv * remain test_parallel_dygraph_dataparallel in unittests * set broadcast op all platforms * update * remain test_broadcast_tensors_op * fix * rm some collective files * update more colective tests * update * update * update gen_ut_supports recursion * update * update * update * update * fix nccl version * update * update * update * update * fix a bug and try to pass * update * add csv * update for timeout * remove tcp store * fix * fix * update * update * update for more dist tests * move multi node tests * update * update * update * fix for auto parallele * update * update path in python file * update * reset some test in unittests * fix * update readme * fix * update * fix port
-
由 Ruibiao Chen 提交于
-
由 Ruibiao Chen 提交于
-
由 zyfncg 提交于
* delete fill xpu op in fluid * delete fill_constant header, test=kunlun * fix npu header, test=kunlun
-
由 tianshuo78520a 提交于
-
由 Wang Bojun 提交于
* fix bug fix * add shape size check * polish code * multi -1 shape fix * code style improve * bug fix * code style fix
-
由 Guanghua Yu 提交于
-
由 wanghuancoder 提交于
-
由 Liyulingyue 提交于
* irfftn; test = docutment_fix * fft; test=document_fix * fft; test=document_fix * fft; test=document_fix * subdata; test=document_fix * adaptive_avg_pool2d; test=document_fix * adaptive_avg_pool3d; test = document_fix * ftt; test=document_fix * ftt; test=document_fix * AvgPool1D; test=document_fix * avg_pool1d; test=document_fix * test=document_fix * test=document_fix * test=document_fix * test=document_fix * fft; test=document_fix * emb; test=document_fix * emb; test=document_fix * emb;test=document_fix * fold; test=document_fix * fold; test=document_fix * fold; test=document_fix * fold;test=document_fix * GELU;test=document_fix * update irfftn docs;test=document_fix * Update fft.py * Update fft.py * Update common.py * Update common.py * Update fft.py * Update input.py * Update pooling.py * dropout2d; test=document_fix * Fold; test=document_fix * update fold math;test=document_fix * Update common.py Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com>
-
由 Wangzheee 提交于
-