- 13 7月, 2022 11 次提交
-
-
由 Ruibiao Chen 提交于
* Enable test_tesnsordot * Fix CI errors * Disable windows inference test * Fix typos * Fix typos * Fix CI errors * Remove disable_wingpu11_test
-
由 Haohongxiang 提交于
-
由 pangyoki 提交于
add shape attribute in fill_constant op converted from scale_loss_grad after convert graph to program (#43898) * fix grad loss shape * little change * delete for_test * add unittest for FLAGS_CONVERT_GRAPH_TO_PROGRAM * avoid conflict
-
由 ronnywang 提交于
* [CustomKernel] add capi eager mode support * add ut * add capi test
-
由 caozhou 提交于
* generate default cluster * add unittest
-
由 Jiabin Yang 提交于
* fix sharding in eager * support eager sharding
-
由 QingshuChen 提交于
* fix cpu lars_momentum bug & add xpu grad_add/log_softmax/log_softmax_grad *test=kunlun * minor *test=kunlun
-
由 fuyou765 提交于
-
由 Weilong Wu 提交于
-
由 zhoutianzi666 提交于
* fix convtranspose and elementwise
-
由 houj04 提交于
* grid sampler op for xpu. test=kunlun * update relu xdnn api. test=kunlun.
-
- 12 7月, 2022 16 次提交
-
-
由 joanna.wozna.intel 提交于
-
由 Yuang Liu 提交于
-
由 Ruibiao Chen 提交于
* Disable CompiledProgram with data parallel in StandaloneExecutor * Fix typos * Fix typos
-
由 xiongkun 提交于
* change NameVisitor to FunctionScopeAnalysis * polish the logic of undefined var in while_loop. create vars after body execution * replace old NameVisitor in while and fix all CI * Togather with CreateVariableTransformer * add create_variable_transformer * fix bugs * merge * fix some error, TODO: ForNodePreTransform ahead * merge for unite PR * fix conflict with base_transformer PR * fix ci errors, fix [for i in range()] error * fix according to code review
-
由 caozhou 提交于
* update base cost * update unittest of cost model * add unittest
-
由 Sławomir Siwek 提交于
* add method for post ops * format code * gpd * format style * add matmul+act test * implement matmul+activation * whitespaces * code style * python code format * Increase UT timeout * code format * update style * generalize activation fuse passes * change order * Unify activation GPD * Revert changes with op_act * remove softmax mkldnn attrs * set common name for act attributes * whitespace * append postops by helper function * ut style * revert changes related to quantization * Reduce redundancy * reduce number of parameters * trigger CI * validate attribute * trim unit test
-
由 fuyou765 提交于
-
由 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 12 次提交
-
-
由 王明冬 提交于
-
由 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
-
由 Zuza Gawrysiak 提交于
* Quantize shape operator * Add shape op to propagate scales pass
-
由 xiongkun 提交于
* fix the doc of * fix the doc
-
由 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 Chen 提交于
-
由 Leo Guo 提交于
style in test_iou_similarity_op_xpu.py. *test=kunlun
-
- 09 7月, 2022 1 次提交
-
-
由 Weilong Wu 提交于
-