- 12 7月, 2022 9 次提交
-
-
由 zhouweiwei2014 提交于
-
由 qipengh 提交于
-
由 qipengh 提交于
-
由 qipengh 提交于
-
由 Chenxiao Niu 提交于
-
由 zhaoying9105 提交于
-
由 Allen Guo 提交于
* add authors Co-authored-by: NAllen Guo <alleng@graphcore.ai> Co-authored-by: NZhixin Yao <zhixiny@graphcore.ai> Co-authored-by: NZhaorui Chen <zhaoruic@graphcore.ai> * squash py changes 2/N Co-authored-by: NZhixin Yao <zhixiny@graphcore.ai> Co-authored-by: NZhaorui Chen <zhaoruic@graphcore.ai>
-
由 Allen Guo 提交于
* add authors Co-authored-by: NAllen Guo <alleng@graphcore.ai> Co-authored-by: NZhixin Yao <zhixiny@graphcore.ai> Co-authored-by: NZhaorui Chen <zhaoruic@graphcore.ai> * squash py changes 1/N Co-authored-by: NZhixin Yao <zhixiny@graphcore.ai> Co-authored-by: NZhaorui Chen <zhaoruic@graphcore.ai>
-
由 Allen Guo 提交于
* add authors Co-authored-by: NAllen Guo <alleng@graphcore.ai> Co-authored-by: NZhixin Yao <zhixiny@graphcore.ai> Co-authored-by: NZhaorui Chen <zhaoruic@graphcore.ai> * squash py changes 0/N Co-authored-by: NZhixin Yao <zhixiny@graphcore.ai> Co-authored-by: NZhaorui Chen <zhaoruic@graphcore.ai>
-
- 11 7月, 2022 8 次提交
-
-
由 Xiaoxu Chen 提交于
* move _gradients to primapi and rename to grad * modify jvp to call forward_grad in primitive mode * add primapi unittest and remove some unused test cases. * fix circular import problem * move paddle/autograd/functional into paddle/incubate.autograd/functional * remove unused JacobianBatchLast class
-
由 Haohongxiang 提交于
* fix conflict * new pg apis * add docs of new apis * update * fix coverage * update * fix bug * fix reduce scatter * fix api * update Co-authored-by: NForFishes <2282912238@qq.com>
-
由 niuliling123 提交于
* Add Concat transformer for layout autotune
-
由 xiongkun 提交于
einsum support complex and add unittest.
-
由 Sławomir Siwek 提交于
* reduce redundancy * python code style * fix int8 ut
-
由 houj04 提交于
* rmsprop for xpu. test=kunlun * minor fix (follow comments). test=kunlun
-
由 zhaoyingli 提交于
* add 'to_static' in engine api * fix cmakelist
-
由 Leo Guo 提交于
style in test_iou_similarity_op_xpu.py. *test=kunlun
-
- 09 7月, 2022 1 次提交
-
-
由 Weilong Wu 提交于
-
- 08 7月, 2022 3 次提交
-
-
由 WangZhen 提交于
* Pybind JitLayer VarBase Function and add python UT * Add multi program load UT * Fix UT place error * Update jit.save param name * Remove some comments * Polish cmakelists * Polish JitLayer in Python * Fix comments
-
由 niuliling123 提交于
-
由 houj04 提交于
-
- 07 7月, 2022 4 次提交
-
-
由 taixiurong 提交于
-
由 Allen Guo 提交于
* feat(): dynamic_to_static support for ipu. * fix(): format fix. * fix format * fix cpplint error * use phi::errors * fix format * fix format * fix(): add api to restore patched function. * fix(): identity_loss uses cpu place as expected kernel type. * doc(): add IPU dy2static related docs. * fix(): combine test cases. * fix format * fix comment * fix format * apply comment * fix compiling * fix(): align docs. * fix(): fix identity_loss function docs. * fix(): adjust mean and sum in identity_loss. * fix(): minor docs. * move API to paddle.incubate.identity_loss * fix UT Co-authored-by: Nzhaorui chen <zhaoruic@graphcore.ai>
-
由 wanghuancoder 提交于
* fused_gate_attention manual code in eager
-
由 Yuang Liu 提交于
-
- 06 7月, 2022 5 次提交
-
-
由 jakpiase 提交于
* fix for binary kernels * fixed performance for elementwise, reduce and concat * added comment * CI fix * CI fix * added formatting * reverted one file * Revert "reverted one file" This reverts commit 54725e1c62318d3a18913821200e973816751019. * Revert "added formatting" This reverts commit b9795dd253d755a329376d7ab0542860aa7815c6. * added enforcing oneDNN BF16 reduce kernel * fix for eltwise and reenabled reshape kernels * fix for binary handler * added formatting * referted changes for flatten,squeeze and reshape ops
-
由 xiongkun 提交于
* add support for control flow block analysis * move FunctionNameLivenessAnalysis into utils * pass test_ifelse.py * remove duplicate data_layer_not_check * pass the test_ifelse.py * fix unittest error . * fix all ci error in first version * temporay disable CreateVariableTransformer * fix ci errors * fix function name liveness analysis bugs * modifty def cond * fix * fix ci error - v2 * fix by code review * change return_name_ids -> return_name
-
由 zhouweiwei2014 提交于
-
由 Leo Chen 提交于
* not run startup program in constructor of StandaloneExecutor * clear interface of standalone executor * clean debug code
-
由 wanghuancoder 提交于
* fused_gate_attention manual code in eager * Menual fused_feedforward in eager * fix test case
-
- 05 7月, 2022 7 次提交
-
-
由 ronnywang 提交于
* Dataloader add custom device support * update test=document_fix
-
由 zhouweiwei2014 提交于
* [Sparse] add SparseCsrTensor fused_attention kernel and API * fix comment
-
由 z8hanghuan 提交于
* refactor mean op, *test=kunlun * refactor mean op, *test=kunlun * refactor mean op,*test=kunlun * refactor mean op,*test=kunlun
-
由 Leo Guo 提交于
Modify the unittests of the assign_value, iou_similarity, one_hot_v2, reduce_mean, roi_align op. test=kunlun (#44061)
-
由 zhiboniu 提交于
* change fluid.mean to paddle.mean * reverse some old code examples
-
由 Ruibiao Chen 提交于
-
由 WangZhen 提交于
* Add BaseTransformer for dy2st error message * Fix return_transformer error * Polish dy2st error info in runtime * Fix UT error * Polish runtime error code
-
- 04 7月, 2022 3 次提交
-
-
由 Chenxiao Niu 提交于
-
由 zhaoying9105 提交于
-
由 Leo Guo 提交于
-