- 14 4月, 2023 8 次提交
-
-
由 gouzil 提交于
* [phi] move sequence_pool kernel to phi * [phi] mv sequence_pooling to phi funcs * [phi] mv sequence_pooling_test * [phi] RollBACK `paddle/fluid/operators/sequence_ops/sequence_pool_op.cc` * [phi][funcs] fix mutable_data * [phi][funcs] fix mutable_data
-
由 Sonder 提交于
* add kernel functions * update kernel functions * update func parameters' name * create codes for gpu device * 调整文件位置 * fix include error * remove dependent files to phi/ * restore fused_attention_op.cu * fix dependence errors * fix dependence errors * fix include error * fix all depandence errors[build success] * remove useless include * recover useless include * use phi::ToNCCLDataType * fix namespace * update new register code * fix error in fused_gemm_epilogue_utils * fix error in FusedAttentionKernel parm * finish fused_attention registe code[build success] * add paddle::optional * add sig file * fix build error * fix a include error * 恢复正向代码 * update CMkaeList * trans Compute function to phi [build success] * add register code and fix include error [build success] * fix parameter sequence * add include file * update #if before include * update #if before include * fix grammly error * update codes for DropoutParam * remove const cast * trans some fluid api to phi api * remove const cast * trans some fluid api to phi api * add #if * update test code * update test codes * recover test codes * fix namespace and remove fluid include * recover random seed * remove fluid quant_helper * fix include error * include utils in funcs * change include file * move grad codes back to fluid floder * move grad codes back to fluid floder * fix sig file error * update include * recover codes to develop * update register codes * fix build error * recover fluid include * remove some fluid include * remove some fluid include * Update fused_attention_op.cu * remove fluid include * add some fluid include * Update fused_attention_op.cu * Update fused_attention_op.cu * Update fused_attention_op.cu * Update fused_attention_op.cu * remote useless include
-
由 Jiabin Yang 提交于
* add more infer var type * fix split error * fix ut * fix top_k infer vartype * fix top_k infer vartype
-
由 Kim Yann 提交于
-
由 ronnywang 提交于
-
由 huangjiyi 提交于
-
由 huangjiyi 提交于
-
由 huangjiyi 提交于
-
- 13 4月, 2023 9 次提交
-
-
由 Wangzheee 提交于
* Paddle-Trt: Replace fc mul matmul matmul_v2 with matrix_multiply
-
由 jjyaoao 提交于
* delete WITH_ASCEND_CL * delete NPU/ and WITH_MLU
-
由 Ghost Screaming 提交于
* Fix bug of reduce_sum op. When input.numel() > INT32_MAX, its result is wrong. * Remove climits. * Fix bug of c_softmax_with_cross_entropy_op. Support ignore_index is negative number.
-
由 RedContritio 提交于
-
由 Sanbu 提交于
-
由 zhangyuqin1998 提交于
* rename PD_REGISTER_GENERAL_KERNEL * Update feed_op.cc * fix * Update strings_empty_kernel.cc
-
由 Wang Xin 提交于
* add autogen code support for expand_as op * bug fixed
-
由 Sanbu 提交于
* Support static graph code-gen for yolo_box * Support static graph code-gen for yolo_box * Support static graph code-gen for yolo_box * Update op_compat.yaml * fix * fix
-
由 RedContritio 提交于
-
- 12 4月, 2023 5 次提交
-
-
由 Wang Xin 提交于
* add autogen code for clip_by_norm op * bug fixed
-
由 gouzil 提交于
* [phi] mv sequence_pooling_test * [test] fix include
-
由 zhupengyang 提交于
-
由 YepKong 提交于
* add autogen code support for squared_l2_norm_op * Update ops.yaml
-
由 张春乔 提交于
* remove c_comm_init_hccl_op.cc and c_gen_hccl_id_op.cc * remove gen_hccl_id_op.cc
-
- 11 4月, 2023 12 次提交
-
-
由 lzydev 提交于
-
由 RedContritio 提交于
-
由 RedContritio 提交于
* support auto generate static for randperm * remove enforce in randperm infermeta
-
由 zhangyuqin1998 提交于
-
由 WJJ1995 提交于
* add bfp16 test for isfinite * fixed for ci * deal with comments * fixed test * skip test in cpu * deal with comments * fixed for ci * fixed testcase * fixed for ci * fixed for testcase
-
由 wangzhen38 提交于
-
由 RedContritio 提交于
* fix error in generator/type_mapping.py * support auto generate for op merged_momentum optimizer
-
由 RedContritio 提交于
* support auto generate for flatten (flatten_contiguous_range) * add data_type for flatten_grad
-
由 Wang Xin 提交于
* add autogen code support for reverse op * bug fixed
-
由 RedContritio 提交于
-
由 RedContritio 提交于
* support auto generate for op momentum optimizer * remove momentum_op.* and update signature * fix dgc momentum op maker error
-
由 Chitsing KUI 提交于
-
- 10 4月, 2023 6 次提交
-
-
由 lzydev 提交于
* autogen segment_pool * delete legacy_dygraph about segment_pool
-
由 jjyaoao 提交于
* delete paddle/fluid/operators/*_npu.* * try pass CI * try pass CI
-
由 jjyaoao 提交于
* delete paddle/fluid/operators/*_npu.* * try pass code-style
-
由 gouzil 提交于
* add autogen code bilinear_tensor_product * [phi] rm cc file
-
由 lzydev 提交于
* autogen softmax_with_cross_entropy * fix error in softmax_with_cross_entropy version
-
由 kangguangli 提交于
* add strategy force_sequential_run * remove flag * fix * fix * fix * fix * fix * fix * fix * fix * fix
-