- 29 8月, 2023 2 次提交
- 28 8月, 2023 6 次提交
-
-
由 hong 提交于
* update * fix batch norm grad args def * fix bug * fix combine slice bug * fix slice bug * update builtin split
-
由 Zhenghai Zhang 提交于
* enable clang-analyzer-cplusplus.InnerPointer check * fix bug
-
由 niuliling123 提交于
-
由 GGBond8488 提交于
【inplace api】Batch add inplace api gt_, ge_, lt_, le_, eq_, not_equal_, logical_and_, logical_or_, logical_xor_, logical_not_, divide_, floor_divide_, bitwise_and_ , bitwise_or_, bitwise_xor_, bitwise_not_ (#55509) * tmp commit * add atan2 * add inplace api * fix error * add inpalce divide * add inplace api * add more inplace * add more inpalce * fix logical_not error * support sinh and cosh in cpu * support asin, acos, atan, asinh, acosh, atanh in cpu * fix typro * fix typro * mv out atan2 ldexp * mv out atan2 ldexp * support sinh and cosh in gpu * support asin, acos, atan, asinh, acosh, atanh in gpu * fix ge error * fix dygraph commpare error * fix dygraph commpare error * check complex in python * fix cast inpalce error * open inplace test * fix ops.yaml error * mv cast inpalce to python * fix coverage ci * add last inplace * fix inplace error * fix cast error * fix error * add nan_to_num_ * fix typro * fix sparse cast error * remove gpu 4 * fix static cast error * tmp commit * add atan2 * add inplace api * fix error * add inpalce divide * add inplace api * add more inplace * add more inpalce * fix logical_not error * fix typro * fix typro * mv out atan2 ldexp * mv out atan2 ldexp * fix ge error * fix dygraph commpare error * fix dygraph commpare error * fix cast inpalce error * open inplace test * fix ops.yaml error * mv cast inpalce to python * fix coverage ci * add last inplace * fix inplace error * fix cast error * fix error * add nan_to_num_ * fix typro * fix sparse cast error * remove gpu 4 * fix static cast error * fix cast error * fix * Revert "check complex in python" This reverts commit c822064261d774dd58ad46a4f90ba8b467700a05. * add renorm , fix error * add coverage * fix cumsum inpalce version error * add cast inpalce impl * rm test.log * fix multiply_dyfunction and add multiply_backward test * add and use is_same_tensor * fix typro * fix sone error * fix typro --------- Co-authored-by: NScotty <jmhgchn@gmail.com> Co-authored-by: NScotty <527407973@qq.com>
-
由 lijin23 提交于
-
由 Sonder 提交于
* move shuffle_batch to phi * remove useless codes * add test_shuffle_batch_op to STATIC_BUILD_TESTS * move shuffle_batch_kernel.cc to cpu folder * move shuffle_batch_grad to phi * rm shuffle_batch_op.h * change year at file head
-
- 25 8月, 2023 4 次提交
-
-
由 LiYuRio 提交于
* support create shard dist tesnor * support non-zero shard to replicated * change reshard signature
-
由 hong 提交于
* support new ir load combine * update * polish code * remove print * update * update * update * polish code * fix bug * polish code * fix compile bug * fix bug * revert code * remove useless code * polish code
-
由 ronnywang 提交于
-
由 xiaoxiaohehe001 提交于
* add_bias_and_simplify_mmha
-
- 24 8月, 2023 4 次提交
-
-
由 niuliling123 提交于
-
由 wanghuancoder 提交于
-
由 YuanRisheng 提交于
-
由 csy0225 提交于
-
- 23 8月, 2023 2 次提交
-
-
由 Wang Xin 提交于
-
由 wanghuancoder 提交于
* support ir fill constant
-
- 22 8月, 2023 5 次提交
-
-
由 jiangfan06 提交于
-
由 Ruibin Cheung 提交于
-
由 lijin23 提交于
* add inverse kernel for xpu * add more kernels * add index_put kernel for xpu * add index_put kernel for xpu * remove unused headers * refine test * wait to avoid memory bugs for xpu * refine inverse
-
由 zhupengyang 提交于
-
由 FormlessUnit 提交于
* Modify kernels to support quantized_matmul --------- Co-authored-by: Nsuperxf <1208713646@qq.com>
-
- 21 8月, 2023 5 次提交
-
-
由 idontkonwher 提交于
-
由 Jeng Bai-Cheng 提交于
-
由 jiangfan06 提交于
-
由 Ryan 提交于
* add complex numel * change test && add doc
-
由 wanghuancoder 提交于
* fix strided slice compute bug
-
- 18 8月, 2023 1 次提交
-
-
由 hong 提交于
* fix op translator reshape type * update * new ir support vector type place transfer * add test case * update * revert code * add test assert new ir test * update * update
-
- 17 8月, 2023 1 次提交
-
-
由 zhiboniu 提交于
* add lu_unpack data check * add error input api test * add error type info
-
- 16 8月, 2023 5 次提交
-
-
由 MarDino 提交于
* refine static op return val
-
由 huangjiyi 提交于
* update * update
-
由 Sonder 提交于
-
由 Ruibin Cheung 提交于
* [Fluid] Migrate c_embedding to PHI * fix * add python_api * fix ut * migrate xpu kernel * fix windows compile error
-
由 jiangfan06 提交于
-
- 15 8月, 2023 5 次提交
-
-
由 yinwei 提交于
--------- Co-authored-by: Ntianhaodongbd <tianhaodong@baidu.com>
-
由 xiaoxiaohehe001 提交于
* support_mmha * add_python_api * add_api_doc * fix_doc_error * fix_infermeta * add_infermeta * add_bf16_cuda_check * add_bf16_check * fix_ci_windows * fix_ci_windows_kernel_register * fix_test_mmha * add_cumoffsets * remove_bias * delete_mmha_reshape_input_output * rename_delete_hfile * remove_fluid --------- Co-authored-by: Nyangjianfengo1 <yangjianfeng01@baidu.com>
-
由 iSerendipity 提交于
* [dtype] add fp16 support for dist_kernel * fix typo * fix CE * fix CE * fix CE * fix CE * fix CE * refactor * fix CE * fix CE * fix varname * add bf16 * add ut for bf16 * fix CE
-
由 zhaoyingli 提交于
-
由 Ruibin Cheung 提交于
* [Fluid] Migrate number_count to PHI * fix out alloc * fix ut (add python_api)
-