- 19 10月, 2022 12 次提交
-
-
由 Nyakku Shigure 提交于
-
由 zyfncg 提交于
* rename op in yaml * fix test_layout_autotune * fix layout autotune of transpose
-
由 xiongkun 提交于
* Add TypeHint Transformer * add unittest for typehint transformer
-
由 Charles-hit 提交于
* support uniform api in new ad * add unit test for uniform_random_p * resolve conflict * fix uniform_random orig2prim * fix primrules * remove ShapeTensor and ShapeTensorList input in uniform_random_p op and add sigmoid orig2prim rules
-
由 WangZhen 提交于
* Fix recurrent op eager deletion pass error in dy2st * Polish code * Refine error message
-
由 xiongkun 提交于
* [Dy2Static] Remove GradTransformer 1. fix einsum infershape bugs. 2. remove grad_transformer and unify paddle.grad and paddle.static.gradient. 3. add dygraph_and_dy2static_only decorator for dy2static. * fix bugs * rename
-
由 zlsh80826 提交于
-
由 Aurelius84 提交于
* [Dy2Stat]Polish @to_static temporary file directory * [Dy2Stat]Polish @to_static temporary file directory * refine temp.name * fix typo * fix typo
-
由 zlsh80826 提交于
-
由 zlsh80826 提交于
-
由 zlsh80826 提交于
* Add missing fp32 config and reduce the testing combination * Reduce trt matmul pass test max examples
-
由 Nyakku Shigure 提交于
* [CodeStyle][py2] fix an decode error caused by 47036 * add a comment * add an unittest for Block._rename_var * add test_block_rename_var to static_mode_white_list
-
- 18 10月, 2022 12 次提交
-
-
由 zhoutianzi666 提交于
* Rewrite strided_slice converter using shape tensor * clean code
-
由 zhouweiwei2014 提交于
-
由 caozhou 提交于
* add parallel tuner * add unittest * fix unittest * set timeout of unittest * set unittest timeout * fix auto_mode setting * update unittest * sync from develop and update unittest * remove unused import * update unittest * update cmakelist * add unittests
-
由 LiYuRio 提交于
-
由 liu zhengxi 提交于
-
由 Wang Bojun 提交于
* first version, accuracy corrected * disable debug print * use blockReduceSum in phi * add UT * add opCompat * code style * code refine * bug fix * code refine * test fix * bugfix * codesytle fix * code style * code-style * code-style * code-style
-
由 Sławomir Siwek 提交于
* git * style * leave default relu in kernel * style * cleanup FCMKLDNN pattern * merge conflicts * update develop * update develop * add const * rename to oneDNN and adjust attributes * whitespace
-
由 caozhou 提交于
* add cost interface * update inferface and add unittest * update unittest * update inferface
-
由 xiaoxiaohehe001 提交于
-
由 Nyakku Shigure 提交于
* [CodeStyle][py2] remove `compat` module (to_text) * remove some unnecessary decode * remove to_text definition and unittest * Revert "remove to_text definition and unittest" This reverts commit a6b69cb8dca8b9b031ce10ea32d1040e7e0dd267. * remove an assertion * empty commit
-
由 Weilong Wu 提交于
-
由 zhaoyingli 提交于
* [AutoParallel] add callbacks * fix unittest * fix dist_context * fix engine * fix cmakelist * fix unittest's returns * fix cmakelist
-
- 17 10月, 2022 10 次提交
-
-
由 OccupyMars2025 提交于
* Update test_sparse_transpose_op.py * Update test_sparse_transpose_op.py
-
由 YuRonan 提交于
* init gumbel api * commit: update test file * fix:bug * update Gumbel API * upgrade distribution/gumbel.py * add tests/test_distribution_gumbel.py * fix:code style * fix:code style * fix:code style * fix:code style * fix bug * fix:code style * fix:code style * fix:rollback uniform * fix:delete invalid code * fix:bug and add static test * fix:code style * fix:code style * fix:delete init transforms * fix:bug * fix:bug * fix:code style * fix:code style * fix:add transforms * fix:code style * fix:code style * fix:bug * fix:bug * fix:code style * fix:code style * fix:bug * fix:code style * fix:code style * fix:bug for gumbel.py / add:judge transforms'len for transformed_distribution.py * update gumbel.py * fix:bug for test_distribution_gumbel.py * fix:bug for test_distribution_gumbel_static.py * fix:code style * fix:code style * fix:coverage * fix:bug * fix:bug * fix:code style * fix:bug * delete:no use package for gumbel.py * add:coverage transforms'len judge for test_distribution_gumbel.py * fix:code style for test_distribution_gumbel.py * fix:coverage * fix:code style * fix:code style * fix:code style * fix:code style * fix:code style * fix:en doc * fix:param * fix:copyright * fixSample; test=document_fix Co-authored-by: Ndasen <sen15530876201@163.com>
-
由 OccupyMars2025 提交于
* add sparse reshape * change the dtype in all test cases to int64 * just one test case * modify comments * Update test_sparse_reshape_op.py * chang the type of "shape" from vector<int64_t> to IntArray * check whether sp_out.to_dense() is the cause of error * print sp_out * Update reshape_kernel.cc * use numpy to generate the equal paddle tensor * just check dense_tensor.numpy() * check cpu and cuda versions * Update test_sparse_reshape_op.py * supply all test cases for cpu forward coo kernel * test forward coo cuda kernel * change configuration of cuda kernel * keep only one test case * test coo cpu kernel (forward and backward) * row major or column major ??? * test cuda coo forward kernel * complete declaration and registration * Update __init__.py * rebuild * retrigger CI * add cudaMalloc and cudaMemcpy in ReshapeCooKernel and change back to row major order in a cuda dense tensor * midify minor error * test only cpu coo forward kernel * add all test cases for coo forward kernel (both cpu and gpu) * test all forward kernels (coo, csr; cpu, gpu) * add all test cases for all kinds of kernels * just retrigger CI * Update sparse_ops.yaml * Update sparse_ops.yaml * Update sparse_ops.yaml * resolve conflicts * Update sparse_ops.yaml * don't specify tensor place * new shape has -1 or 0 in it * Update unary_grad_kernel.h * correct lvalue error * code style * Update sparse_backward.yaml * Update sparse_ops.yaml * Update unary_kernel.h * Update unary.py * Update sparse_backward.yaml * Update unary.py * code style * code style * code style * Update unary.py * specify tensor place explicitly * do not use numpy array * use numpy array in unit test again * modify example code in docstring
-
由 Weilong Wu 提交于
-
由 Wang Bojun 提交于
* first version of ln_s_p with s>0 * refine and UT * pass opt draft * pass opt * code refine * code-style * bug fix * fix ci test * code style
-
由 pangyoki 提交于
* skip ReplaceAllReduceOp in GraphtoBlock when nccl_ctxs_ is nullptr * update ut * test_dist_allreduce_op failed * fix test_dist_allreduce_op * add ut * fix nccl cpu compile * fix
-
由 Nyakku Shigure 提交于
* [CodeStyle][py2] remove `compat` module (to_bytes) * remove some unused imports * clean up to_bytes definition and unittests * Revert "clean up to_bytes definition and unittests" This reverts commit e726539e1768172a411ff60e63fab82f164343cf. * use `b` prefix instead of `encode()`
-
由 Guanghua Yu 提交于
-
由 Guanghua Yu 提交于
-
由 duanyanhui 提交于
* add singleton to custom device * Update custom_device.cc Init device_init_flag_ in default
-
- 14 10月, 2022 4 次提交
-
-
由 Wen Sun 提交于
-
由 zhaoyingli 提交于
* for gpt-gen * fix reshard * adapt assign and shape op * add dist_assign & unittest * add conditional block unittest * rename unittest
-
由 Wilber 提交于
-
由 Zhang Jun 提交于
-
- 13 10月, 2022 2 次提交
-
-
由 Siming Dai 提交于
-
由 yeliang2258 提交于
* fix immutable op quantize bugs * fix * fix build bug * fix test * notest,test=inference * fix ppyoloe acc drop bugs * fix test * fix test * add test * fix * fix * fix test * fix refined name bug * fix test * bias fix * fix matmul weight dequant bug * re-ci * fix tester * fix test * fix tester * update weight dequantize func * update code * update test for converage * update test * update cmake * update cmakelist * update code * rerun ci * remove useless code
-