- 16 8月, 2023 33 次提交
-
-
由 kangguangli 提交于
* fix inset get_parameter op bug * fix bug: insert only for parameters * fix bug: wrong idx in vector --------- Co-authored-by: Nzhangbo9674 <zhangbo54@baidu.com>
-
由 BiynXu 提交于
Added a graph data structure in units of ScheduleBlock and some necessary operations, such as finding upstream and downstream nodes, and performing operations in the DFS topological order.
-
由 Nyakku Shigure 提交于
Co-authored-by: Nxiongkun <xiongkun03@baidu.com>
-
由 傅剑寒 提交于
-
由 zhangbo9674 提交于
-
由 huangjiyi 提交于
* update * update
-
由 zxcd 提交于
-
由 cyber-pioneer 提交于
* fix silu backward prim bug * fix silu double grad prim
-
由 Aurelius84 提交于
* [NewIR]Add CinnJitInstruction for interpreter * fix windows compile error
-
由 onepick 提交于
runtime compiler api will only build special target if it is bind. '--include-path' is not supported by hipcc and "-I/include/folder" is better choice fix ut: * device_code_test * test_code_generator * test_fusion_group_pass * test_fusion_group_op Signed-off-by: Njiajuku <jiajuku12@163.com>
-
由 Sonder 提交于
-
由 Ruibin Cheung 提交于
* [Fluid] Migrate c_embedding to PHI * fix * add python_api * fix ut * migrate xpu kernel * fix windows compile error
-
由 cyberslack_lee 提交于
* test=docs_preview * test=docs_preview * test=docs_preview * test=docs_preview * fix indent in math.py * test=docs_preview * test=docs_preview * test=docs_preview * test=docs_preview --------- Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
-
由 jiangfan06 提交于
-
由 xiongkun 提交于
-
由 wanghuancoder 提交于
-
由 wanghuancoder 提交于
* add TrilAndTriuOpTranscriber for ir translator * refine
-
由 wanghuancoder 提交于
* fix assert op pd to kernel pass bug * refine * refine
-
由 Aurelius84 提交于
* [Approve]Modify inference size approve name list
-
由 Aurelius84 提交于
* [NewIR]Refine shape dialect directory * modify IR into ir * fix cmake * fix typo
-
由 JYChen 提交于
* add range support in indexing * add getitem ut case
-
由 Charles-hit 提交于
* [prim][newir] add basic framework for primitive * support desctensor in new ir * add vjp interface * support vjp in new ir * support vjp in new ir * polish vjp interface * fix stop_gradients set * fix vjp dispatch * add comment * add vjp test for new ir * add test for tanh vjp * [prim][newir] add basic framework for primitive * support desctensor in new ir * support vjp in new ir * support vjp in new ir * polish vjp interface * fix stop_gradients set * fix vjp dispatch * add comment * add vjp test for new ir * add test for tanh vjp * add eager and static backend for warp lower level api * support call_vjp pybind * polish code and add test for vjp * remove useless code * polish code * remove useless code * support mean vjp * add test for mean vjp and support has_vjp function * fix call_vjp * polish code * add primitive ops set for backend * add vjp test for tanh_ * fix inference CI * fix inference ci * modify fluid cmake * remove useless deps * add cmake * fix comment * fix test * polish code * modify backward stop_gradients * modify static_backend.cc * support add and add_inplace vjp * remove useless code * remove useless code * remove cout * remove cout * fix add_grad * fix add test exe --------- Co-authored-by: Ncxxly <chenxx_id@163.com> Co-authored-by: Nzhangbo9674 <zhangbo54@baidu.com>
-
由 傅剑寒 提交于
* remove if_simplify and rewrite block_simplify * delete unused if_simplify
-
由 PommesPeter 提交于
* fix: updated code examples. * fix: updated blank lines. * fix: updated code style * fix: removed extra changes * fix: refine detail
-
由 Chen Weihang 提交于
* add phi forward api gen impl * add phi backward gen code * polish api code gen impl * polish code gen impl * remove auto_paralel namespace * add dygraph forward impl * add for_auto_parallel cond * fix code gen errors * add dygraph backward impl * resolve conflict with develop * refactor dist api gen impl * revert origin api gen impl * replace template for override func * fix dnnl marco error * revert third_party change * add with distributed marco * Update grad_tensor_holder.cc details * merge dist tensor constructor * change test tensor to replicate * fx typo * resolve conflict with develop * fix out dim error
-
由 hong 提交于
* support new ir load combine * update * polish code * remove print * support c concat * update * polish code * fix bug * polish code * fix compile bug * polish code * remove useless code
-
由 Candy2Tang 提交于
[xdoctest][task 108] Reformat example code with google style in python/paddle/optimizer/lbfgs.py (#56224) * [xdoctest][task 108] test=docs_preview * Apply suggestions from code review --------- Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com>
-
由 risemeup1 提交于
* install python_library_into_ci_image * install python libraries into image * install python libraries into image * install library into image
-
由 Zhang Zheng 提交于
* Fix CI error of resnet test with prim/cinn/prim+cinn * fix * fix ref_result
-
由 zhaoyingli 提交于
* make params_grads order same bewteen dynamic and static mode * revert inplace clip * use sorted attribute to control * tiny fix * fix find loss_grad_op
-
由 Minner Wang 提交于
Fixed a bug in the if (!id_hint.empty()) code block by adding missing code to correctly modify id_hint.
-
由 wanghuancoder 提交于
* add tensor doc
-
由 Candy2Tang 提交于
[xdoctest][task 120] Reformat example code with google style in python/paddle/quantization/observers/abs_max.py (#56231) Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com>
-
- 15 8月, 2023 7 次提交
-
-
由 hong 提交于
-
由 WangZhen 提交于
-
由 傅剑寒 提交于
-
由 liugddx 提交于
* Update README.md * Update README_cn.md * Update README_ja.md
-
由 yinwei 提交于
--------- Co-authored-by: Ntianhaodongbd <tianhaodong@baidu.com>
-
由 bukejiyu 提交于
* fix trt bilinear_interp_v2_op * add trt 8.0 condition * add trt 8.0 condition test bilinear add trt 8.0 condition * code style
-
由 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>
-