- 04 8月, 2023 7 次提交
-
-
由 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
-
由 niuliling123 提交于
-
由 LoneRanger 提交于
-
由 chen 提交于
* inplace pass support reshape2 and flatten_contiguous_range * recover the modification to inplace_op_var_pass.cc
-
由 cyberslack_lee 提交于
* test=docs_preview * test=docs_preview * test=docs_preview * test=docs_preview
-
由 jiangfan06 提交于
-
- 03 8月, 2023 25 次提交
-
-
由 Yuang Liu 提交于
-
由 yangguohao 提交于
-
由 Wang Xin 提交于
-
由 Wang Xin 提交于
-
由 gouzil 提交于
* [clang-tidy] modernize-avoid-bind * rollback
-
由 yangjianfengo1 提交于
* fix fp 16 * bf16 rtol * fixed input * code style
-
由 wz1qqx 提交于
-
由 kangguangli 提交于
* fix bug: program translator not set value index correctly * fix slice for setparameter
-
由 xiaoguoguo626807 提交于
-
由 WangZhen 提交于
-
由 hong19860320 提交于
-
由 hong 提交于
-
由 hong 提交于
-
由 wanghuancoder 提交于
* fix security bug
-
由 张春乔 提交于
-
由 ooooo-create 提交于
[xdoctest][task 60-64] reformat example code with google style in `geometric/*` ,`hapi/callbacks.py` (#55919) * [Doctest]fix No.21, test=docs_preview * Revert "[Doctest]fix No.21, test=docs_preview" This reverts commit 76bcdb280e254d682be6fc6f85588f1940bb1ade. * [Doctest]fix No.60-64, test=docs_preview
-
由 megemini 提交于
-
由 wanghuancoder 提交于
* fix security bug
-
由 Nyakku Shigure 提交于
-
由 cyberslack_lee 提交于
* test=docs_preview * test=docs_preview
-
由 wanghuancoder 提交于
* add docstring of three eager method * test=docs_preview * update element size bind * update docs of numpy, clone, clear_gradient, element_size; test=docs_preview * refine clear_gradient docs; test=docs_preview * refine element_size docs; test=docs_preview * add detach doc; test=docs_preview * empty commit; test=docs_preview * update signature; test=docs_preview * refactor; test=docs_preview * empty commit; test=docs_preview * add docstring of Tensor * empty commit; test=docs_preview * refine TensorDoc; test=docs_preview * refine TensorDoc; test=docs_preview * remove extra indent in TensorDoc; test=docs_preview * remove a space; test=docs_preview * move docs ahead of implementation; test=docs_preview * add doc * refine * refine * refine --------- Co-authored-by: Nwj-Mcat <1435130236@qq.com> Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
-
由 tianshuo78520a 提交于
更新CINN docker,CI使用Ubuntu20.04,CUDA18,Python3.10环境
-
由 cyberslack_lee 提交于
* norm, test=docs_preview * test=docs_preview * test=docs_preview * test=docs_preview
-
由 cyberslack_lee 提交于
* [Doctest]fix No.80-85, test=docs_preview * test=docs_preview * test=docs_preview * test=docs_preview * test=docs_preview * test=docs_preview * test=docs_preview * fix * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review * test=docs_preview * test=docs_preview * test=docs_preview * test=docs_preview --------- Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com>
-
由 Tian Zheng 提交于
-
- 02 8月, 2023 8 次提交
-
-
由 xiongkun 提交于
-
由 wanghuancoder 提交于
* add docstring of three eager method * test=docs_preview * update element size bind * update docs of numpy, clone, clear_gradient, element_size; test=docs_preview * refine clear_gradient docs; test=docs_preview * refine element_size docs; test=docs_preview * add detach doc; test=docs_preview * empty commit; test=docs_preview * update signature; test=docs_preview * refactor; test=docs_preview * empty commit; test=docs_preview * add docstring of Tensor * empty commit; test=docs_preview * refine TensorDoc; test=docs_preview * refine TensorDoc; test=docs_preview * remove extra indent in TensorDoc; test=docs_preview * remove a space; test=docs_preview * move docs ahead of implementation; test=docs_preview * refine --------- Co-authored-by: Nwj-Mcat <1435130236@qq.com> Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
-
由 gouzil 提交于
* [clang-tidy] modernize-avoid-c-arrays * rollback * [clang-tidy] fix * close modernize-avoid-c-arrays * fix PHI_DEFINE_string; add PHI_DEFINE_bool NOLINT * fix PHI_DEFINE_string * fix next_h_state and parity err * fix win32 * fix cuda_graph * fix accuracy_kernel * fix math_function * fix fused_softmax_mask_kernel.cu load_data and warp_reduce; rollback concat_and_split_functor ins_addr * fix fused_dropout_add_grad_kernel * fix * rollback cu * rollback concat_and_split_functor.cu * rollback
-
由 wz1qqx 提交于
-
由 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
-
由 LoneRanger 提交于
-
由 wanghuancoder 提交于
* fix security bug
-