- 16 6月, 2023 2 次提交
-
-
由 LokeZhou 提交于
* cherry-pick #54567 * fix WITH_NV_JETSON TIMEOUT
-
由 Qi Shao 提交于
* modify the bf16 accuracy checking framework in OpTest * modify the bf16 accuracy checking framework in OpTest * modify the bf16 accuracy checking framework in OpTest * modify the bf16 accuracy checking framework in OpTest * modify the bf16 accuracy checking framework in OpTest * modify the bf16 accuracy checking framework in OpTest
-
- 15 6月, 2023 3 次提交
-
-
由 Ghost Screaming 提交于
* Fix bug of test_sync_batch_norm_op_static_build accuracy problem under cuda12. * Remove useless code modification. * Remove useless code modification.
-
由 YuanRisheng 提交于
* Add PHI option in cmake (#54462) * add phi option in cmake * modify default option * fix windows bugs * perfect log * change default mode * change phi so on for py3 * fix mac bugs * fix mac bugs * delete code
-
由 Ghost Screaming 提交于
-
- 14 6月, 2023 7 次提交
-
-
由 bukejiyu 提交于
[inference][trt]unary, bitwise_not,one_hot op and inspector ci adjust for TensorRT8.6 (#54251) (#54579) * unary bitwise_not adapter tensorRT8.6 in Paddle-TensorRT * one_hot_op ci fix * Update test_trt_inspector.py delete log
-
由 zhouweiwei2014 提交于
[cherry-pick 2.5][Zero-Dim] paddle.nanmedian/count_nonzero/logspace support 0D, add some 0D case (#54649) * [Zero-Dim] add 0D test case (#54581) * [Zero-Dim] paddle.nanmedian/nanquantile support 0D Tensor (#54500) * [Zero-Dim] paddle.nanmedian support 0D Tensor * fix CI
-
由 Charles-hit 提交于
* [AMP Prim OP]support some prim ops for bf16 dtype part3 (#54368) * support some prim ops bf16 dtype * fix cmake * [AMP Prim OP]support some prim ops for bf16 dtype part5 (#54422) * support some prim ops for bf16 dtype * remove useless code * support some prim ops bf16 dtype (#54399)
-
由 Zhang Jun 提交于
[inference][cherrypick] Implement layer_norm op using INormalization Layer and conv_fusion support bias's rank equal to input's rank (#54590) * [inference]conv_fusion support bias's rank equal to input's rank (#54477) * support bias's rank equal to input's rank * [inference][trt]layer_norm op with dynamic shape support INormalizationLayer in TRT8.6 (#54379) * layer_norm op with dynamic shape support INormalizationLayer in TRT8.6 * Using trt layer to make layers_norm op in lower than trt8.6 layer_norm op with dynamic shape support INormalizationLayer in TRT8.6 --------- Co-authored-by: Nbukejiyu <52310069+bukejiyu@users.noreply.github.com>
-
由 Yichen Zhang 提交于
-
由 yuehuayingxueluo 提交于
-
-
- 13 6月, 2023 1 次提交
-
-
由 tianshuo78520a 提交于
* cherry-pick 2.5 Numpy version is too high, resulting in issues with single testing * fix
-
- 12 6月, 2023 3 次提交
- 09 6月, 2023 1 次提交
-
-
由 zhangbo9674 提交于
-
- 08 6月, 2023 1 次提交
-
-
由 Yuanle Liu 提交于
-
- 07 6月, 2023 5 次提交
-
-
由 jiangcheng 提交于
* [CINN] reopen mean/cumsum/instance_norm op's prim+CINN test * remove repeat test_mean_op in cmake
-
由 Charles-hit 提交于
-
由 kangguangli 提交于
* refactor scalar attribute * fix op build * fix merge conflicts * fix coverage ci
-
由 Wilber 提交于
-
由 LoneRanger 提交于
* add ldexp api * fix ldexp * Update math.py fix math.py * rewrite the ldexp * Simplify ldexp implementation * fix codestyle * Update math.py * Update math.py * modify the test_ldexp.py * fix the input bug of np.ldexp * fix the bug of np.ldexp in windows * modify the ldexp function and add the dtype check of output * Update test_ldexp.py * fix the dtype * fix codestyle * Update python/paddle/tensor/math.py add note for code description Co-authored-by: Nzachary sun <70642955+sunzhongkai588@users.noreply.github.com> --------- Co-authored-by: Nzachary sun <70642955+sunzhongkai588@users.noreply.github.com>
-
- 06 6月, 2023 8 次提交
-
-
由 bukejiyu 提交于
* update roll convert
-
由 zhaoyingli 提交于
* [AutoParallel] fix sharding for 0D tensor and amp-o1 * add amp for sharding unittest
-
由 houj04 提交于
-
由 Yuanle Liu 提交于
-
由 zhouweiwei2014 提交于
-
由 HongyuJia 提交于
* [0D-Tensor] Support unary op, fix test_activation_op * resolve conflict * restore TestGelu * polish codes according to comments
-
由 gouzil 提交于
-
由 winter-wang 提交于
-
- 05 6月, 2023 9 次提交
-
-
由 zhangbo9674 提交于
-
由 Scotty 提交于
* clean complex_abs op * clean complex_op test * clean complex_view_op test * clean elementwise_mul_op test * clean conj_op test * clean dot_op test * clean elementwise_add_op test * clean kron_op test * clean matmul_v2_op test * remove unsed function * remove elementwise_sub_op test * clean elementwise_div test
-
由 hong 提交于
* refine code * refine code * add interface * add ir exe test * add ir exe * split phi kernel adaptor to single file * remov useless code * fix bug * not user impl * add res log for windows debug * add log for window * remove op_gen change * remove op gen * add op gen * fix bug * revert opgen value file * fix bug --------- Co-authored-by: Nzhangbo9674 <zhangbo54@baidu.com>
-
由 PommesPeter 提交于
* feat: added polygamma init code * feat: added polygamma unittest code * test: added more test cases * refactor: added forward impl * refactor: added backward impl * test: updated cases * refactor: updated test cases * refactor: added more case and fixed some bugs * test: updated ref func * refactor: updated code style * refactor: move the code * refactor: updated test * refactor: updated test * docs: updated en doc Co-authored-by: Nzachary sun <70642955+sunzhongkai588@users.noreply.github.com> * docs: updated math eq --------- Co-authored-by: Nzachary sun <70642955+sunzhongkai588@users.noreply.github.com>
-
由 gouzil 提交于
-
由 HongyuJia 提交于
* [Polish Unittest] Polish test_zero_dim_tensor.py * Polish test_zero_dim_tensor.py
-
由 zhangbo9674 提交于
-
由 zhangbo9674 提交于
* add constant op * support mutable attribute * refine code * fix bug * fix bug * refine code * fix bug * refine code * refine code * add ut * refine code * fix test bug * solve conflict * refine code
-
由 huangjiyi 提交于
-