- 04 8月, 2023 8 次提交
-
-
由 JZ-LIANG 提交于
-
由 hong 提交于
* refacot aot * update * fix bugs * remove some test * fix bug * fix bug * fix bug * fix bug * update
-
由 Ruibin Cheung 提交于
* [clang-tidy] enable modernize-use-emplace * Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into modernize_use_emplace
-
由 Zhenghai Zhang 提交于
-
由 kangguangli 提交于
* add decorator for new_ir_test * fix bug and only test in ci-coverage * fix bug and only test in ci-coverage * fix * fix bugs * fix * fix
-
由 JYChen 提交于
* WIP: start writing combined indexing get * list/tuple/Variable * getitem 80% * add setitem * add some unittest for setitem * lazy import * fix some setitem error * fix advance indexing with decreasing axes; fix strided_slice input name * combine int-tensor getitem is ok (without boolean support & broadcast); add getitem unittest for static * add broadcast & parse bool tensor for __getitem * [change getitem] _getitem_impl_ to _getitem_static, not deleting the former one * refine new getitem; fix ut in variable/var_base * add __getitem__ ut in dygraph * re-dispatch getitem for Py/CPP; fix strided_slice decrease axes error in dygraph * fix ut; support tensor in slice * [change setitem] _setitem_impl_ to _setitem_static, not deleting the former one * remove some UT (for some, temporarily) * add IndexError to solve timeout problem in static-mode * 1.temply forbideen all-False bool-indexput; 2.setitem_static will return new variable * xpu uses old stratege * rename dy2st setitem ut to avoid same-name problem * dy2st for new combined index * ut case for combine-index with dy2st * open ut with all-false-bool setitem * remove useless doc and _getitem_impl_ * change static res * fix static xpu
-
由 LoneRanger 提交于
-
由 jiangfan06 提交于
-
- 03 8月, 2023 4 次提交
-
-
由 Wang Xin 提交于
-
由 yangjianfengo1 提交于
* fix fp 16 * bf16 rtol * fixed input * code style
-
由 xiaoguoguo626807 提交于
-
由 Tian Zheng 提交于
-
- 02 8月, 2023 9 次提交
-
-
由 zhangbo9674 提交于
* add interface * add code * add code * add code * add code * fix bug * fix bug * add var prefix * add code * add code * add code * fix compile bug * fix bug * refine code * refine code * refine code * refine code * fix bug * add code * add code * fix bug * add code * add code * refine code * refine code * fix bug * add code * fix bug in phi__kernel_utils * refine code * fix bug * open flag * refine code * fix bug * fix bug * refine code * fix bug
-
由 yangjianfengo1 提交于
[Inference] Replace groupNorm when data types are bf16 and fp16, and data format is NHWC implementation. (#55399) * finish * cpergroup odd * fix bf16 * single channel * code style * jingdu duiqi * add head_file * add bf16 head file * bf16 2 * bf16 * bf16 head * bf16 compile * py test * bf16 compile * bf16 compile * unset py test * nhwc * test * mean var * bf16 success * su * ctest success * use is_same_as * is_same * use is_same * rtol * gpu_stream * del sigmod * fix bfloat16 type * use cuda_bf16_hpp * use_cuda_arch * bfloat162float2 * del inplace_tol * del max_releative_tol * temp store * jingdu duiqi * temp store * plugin * jingdu duiqi * duiqi * include cuda.h * del half * half single * ci * add const * ci * cudamemset * del printf * fp16 test * add half compute * del br16 ci * del ci * ci approve * del fluid include
-
由 wanghuancoder 提交于
* fix security bug
-
由 cyberslack_lee 提交于
-
由 xuxinyi389 提交于
-
由 jiangfan06 提交于
-
由 zhaoyingli 提交于
* Update autoparallel DistributedDataLoader * add places for engine.dataloder()
-
由 zhenhailiu 提交于
-
由 xiaoguoguo626807 提交于
* add ir core * add test * modify name * merge * add test for __eq__ * shield test for __eq__ * --amend * Update new_ir_compiler.cc
-
- 01 8月, 2023 7 次提交
-
-
由 JYChen 提交于
* done replaced in d2s models, except lac/transformer/sentiment * replace cinn_test * fix d2s transfomer model * fix cinn model ut
-
由 hong 提交于
* new ir support print op * fix gpu bug * fix bug * update * remove layout to string * remove usless header * polish code * fix bug * posolis code
-
由 6clc 提交于
修复Paddle With CINN 执行 python单测下op_mapper 时报gflags符号undefined问题。
-
由 Yuang Liu 提交于
-
由 hong 提交于
* add ir output check in OpTest * add ir grad check in op test * fix legacy name converter bug * add more unittest * fix * fix warprnn op bug * add whit list * polish code * polish code * fix unique and close op bug * fix bug * update * fix new ir unique is close bug * remove useless code * use new stringattr api --------- Co-authored-by: Nkangguangli <kangguangli@hotmail.com> Co-authored-by: Nzhangbo9674 <zhangbo54@baidu.com>
-
由 hong19860320 提交于
-
由 Zhan Rongrui 提交于
[CodeStyle] replace `assert np.allclose` with `np.testing.assert_allclose` and `assert np.array_equal` with `np.testing.assert_array_equal` (#55385)
-
- 31 7月, 2023 12 次提交
-
-
由 RedContritio 提交于
* update TestAPI arguments to enable param_attr and bias_attr in test_layer_norm_op * add bf16 condition in test_layer_norm_op * add fast_math condition
-
由 YuanRisheng 提交于
* support construct network using ir in Python * fix py3 bugs * change source return type to OpResult
-
由 csy0225 提交于
-
由 BiynXu 提交于
Fix imperative out scale unittest
-
由 Ruibin Cheung 提交于
-
由 zhangbo9674 提交于
* add interface * add code * add code * add code * add code * fix bug * fix bug * add var prefix * add code * add code * add code * fix compile bug * fix bug * refine code * refine code * refine code * refine code * fix bug * add code * add code * fix bug * add code * add code * refine code * refine code * fix bug
-
由 Difer 提交于
* simple reaplce * for debug * fix bugs * fix some bugs * del fill_constant_batch_size_like
-
由 wanghuancoder 提交于
support stride
-
由 cyberslack_lee 提交于
-
由 JYChen 提交于
-
由 LoneRanger 提交于
* add fp16 and bf16 support for poisson * add fp16 and bf16 support for searchsorted * fix bug * Update test_searchsorted_op.py fix function name * Update test_poisson_op.py fix function name * fix bug * remove the searchorted * Update test_poisson_op.py * fix bug of TestPoissonBF16Op * Update test_poisson_op.py * Update test_poisson_op.py * Update test_poisson_op.py * fix bug of import * fix bug
-
由 kangguangli 提交于
* support elementwise with axis!=-1 * fix coverage ci * fix bug * remove print
-