- 17 10月, 2022 16 次提交
-
-
由 RedContritio 提交于
-
由 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
-
由 Yulong Ao 提交于
* [Auto Parallel] Fix the bug for None labels * [Auto Parallel] Fix the completion bug
-
由 jakpiase 提交于
-
由 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()`
-
由 Leo Guo 提交于
test=kunlun
-
由 Guanghua Yu 提交于
-
由 Guanghua Yu 提交于
-
由 Jiabin Yang 提交于
-
由 HongyuJia 提交于
-
由 Weilong Wu 提交于
-
由 duanyanhui 提交于
* add singleton to custom device * Update custom_device.cc Init device_init_flag_ in default
-
- 16 10月, 2022 1 次提交
-
-
由 ZeKai Zhou 提交于
-
- 15 10月, 2022 1 次提交
-
-
由 HongyuJia 提交于
-
- 14 10月, 2022 13 次提交
-
-
由 Chen Weihang 提交于
* simplify conv_mkldnn op registration * remove custom type value in conv grad op
-
由 Wen Sun 提交于
-
由 jingsongliu 提交于
* update test_image.py * update test_image.py
-
由 zhaoyingli 提交于
* for gpt-gen * fix reshard * adapt assign and shape op * add dist_assign & unittest * add conditional block unittest * rename unittest
-
由 Rayman 提交于
-
由 parap1uie-s 提交于
* Fix hAPI bug of not compatible with LayerHook
-
由 Wang Bojun 提交于
* draft with debug print
-
由 Wilber 提交于
-
由 Zhang Jun 提交于
-
由 Yulong Ao 提交于
-
由 WangZhen 提交于
* Add more record event in run program op * Refine code * Restore code * Rename event
-
由 Shijie 提交于
-
由 Leo Chen 提交于
-
- 13 10月, 2022 9 次提交
-
-
由 Siming Dai 提交于
-
由 zyfncg 提交于
* refind logic of choose phi kernrel * fix complie budg
-
由 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
-
由 xiaohemaikoo 提交于
-
由 xiaoxiaohehe001 提交于
-
由 Leo Chen 提交于
-
由 Wangzheee 提交于
-
由 weishengying 提交于
Add symbolic shape deduction function for unfold, scatter_nd_add, p_norm, grid_sampler, pad3d, etc (#46291)
-
由 zhouweiwei2014 提交于
-