- 04 7月, 2023 1 次提交
-
-
由 hong 提交于
* suport optional input in new_ir * polish code * add coverate test * update * update * add unitest * remove reduplicate code * set test timeout
-
- 03 7月, 2023 3 次提交
-
-
由 lzydev 提交于
* support auto-gen concat * fix bug in legacy_backward.yaml * fix bug in get_expeceted_kernel_type
-
由 LoneRanger 提交于
* add lerp bf16 support * fix bug * Update test_lerp_op.py modify the input dtype * modify the test_lerp_op.py * Update test_lerp_op.py * fix bug of import * add user_defined_grads * Update test_lerp_op.py * fix bug of grad * fix bug of grad * fix bug of grad * add the check for bfloat16 dtype
-
由 FormlessUnit 提交于
* add linear_compress API
-
- 30 6月, 2023 1 次提交
-
-
由 LoneRanger 提交于
replace the PolynomialDecay、NoamDecay、LinearLrWarmup、ReduceLROnPlateau in fluid with 2.0 version (#54806) * remove the ReduceLROnPlateau in fluid * fix bug * remove the PolynomialDecay in fluid * remove the LinearLrWarmup in fluid * fix bug * remove the NoamDecay in fluid * fix bug * fix bug * fix bug
-
- 29 6月, 2023 4 次提交
-
-
由 Charles-hit 提交于
-
由 niuliling123 提交于
* style * more * update ctest * Update legacy_backward.yaml * Update legacy_ops.yaml * Update legacy_ops.yaml * update * update * update for move
-
由 zqw_1997 提交于
-
由 zqw_1997 提交于
-
- 28 6月, 2023 8 次提交
-
-
由 Charles-hit 提交于
-
由 LoneRanger 提交于
* remove function sequence_conv_pool * fix test_glu.py * remove function scaled_dot_product_attention * remove function img_conv_group * remove function simple_img_conv_pool * delete the nets.py * fix bug * fix bug * fix bug * fix bug * fix bug * fix bug * Update test_image_classification.py * Update test_recognize_digits.py * Update test_recommender_system.py * Update test_image_classification_fp16.py * fix bug * fix bug * fix bug * remove the nets.py in fluid * fix bug * fix the codestyle * fix conflict * fix bug * Fix TODO
-
由 Charles-hit 提交于
-
由 GGBond8488 提交于
* add clone for inpalce * fix name * add inplace pow * fix typro * add note * fix typro * fix typro * fix bug * fix test error * add type error test * adjust indentation
-
由 LokeZhou 提交于
-
由 zqw_1997 提交于
* demo1 * add test cases * modify the usage of StepDecay * refine
-
由 LoneRanger 提交于
* replace PiecewiseDecay(LearningRateDecay) with PiecewiseDecay(LRScheduler) * fix bug * fix bug * replace the StepDecay,MultiStepDecay,LambdaDecay with 2.0 version
-
由 Siming Dai 提交于
* add pos_weight in kernel * fix unittest * fix xpu * fix bce unittest, change infermeta order
-
- 27 6月, 2023 4 次提交
-
-
由 Charles-hit 提交于
-
由 lishicheng1996 提交于
* block bf16 tests on ROCM * block more bf16 tests on ROCM * some unittest cases doesn't have kernels on ROCm * some unittest cases doesn't have kernels on ROCm * fix code style
-
由 xiaoguoguo626807 提交于
* modify eular_beam * modify matmul infermeta * add test * modify timeout
-
由 LoneRanger 提交于
* remove the NaturalExpDecay in fluid * fix bug * remove the ExponentialDecay in fluid * remove the InverseTimeDecay in fluid * remove the InverseTimeDecay class * fix bug
-
- 26 6月, 2023 1 次提交
-
-
由 cyber-pioneer 提交于
-
- 25 6月, 2023 1 次提交
-
-
由 cyber-pioneer 提交于
* fix batch_norm grad kernel nhwc error * fix batch_norm bias_grad loss in cinn * disable cinn * fix cinn_atol
-
- 20 6月, 2023 1 次提交
-
-
由 jiangcheng 提交于
-
- 19 6月, 2023 1 次提交
-
-
由 Chitsing KUI 提交于
* no endpoints in dy mode * fix fleet api inconsistent
-
- 16 6月, 2023 4 次提交
-
-
由 cyber-pioneer 提交于
-
由 Hui Zhang 提交于
-
由 zhiboniu 提交于
* fix lamb always_adapt * fix optest * fix all optests
-
由 cyber-pioneer 提交于
-
- 15 6月, 2023 4 次提交
-
-
由 Hui Zhang 提交于
* fix for log xxx * add int32/int64 for cpu/gpu; add float16/bfloat16 for cpu forward * fix docstring * fix bug * fix bugs * fix bugs * fix bugs * fix bugs * fix bug * using cast * fix test * fix api * fix other bugs * fix ci bug for not using dygraph guard * add bfloat16 test * fix ut * bf16 * exp/expm1 support int32/int64 * fix ut * fix ut * fix ut
-
由 bukejiyu 提交于
* modify tensorrt ci timeout * activation ci bug fix * comment out int8 mode test_trt_dynamic_shape_groupnorm
-
由 cyber-pioneer 提交于
-
由 Ghost Screaming 提交于
* Fix bug of reduce_sum op. When input.numel() > INT32_MAX, its result is wrong. * Remove climits. * Fix problem of pickle and NCCL_P2P_DISABLE in distributed testcases in cuda12. * Fix problem of TimeOut of distributed testcases under cuda12. * Fix bug of test_sync_batch_norm_op_static_build accuracy problem under cuda12. * Remove useless code modification.
-
- 14 6月, 2023 7 次提交
-
-
由 Ghost Screaming 提交于
* Fix bug of reduce_sum op. When input.numel() > INT32_MAX, its result is wrong. * Remove climits. * Fix problem of pickle and NCCL_P2P_DISABLE in distributed testcases in cuda12. * Fix problem of TimeOut of distributed testcases under cuda12. * Remove useless modification. * Remove useless modification.
-
由 cyber-pioneer 提交于
* move batch_norm prim test to op_test * fix optest bug * add test to cmake * add cinn test case * fix batch_norm prim grad bf16 * fix code * add cuda check * fix batch_norm bfloat16 * fix cpu bfloat16 bug * skip non-bfloat16-supported platform * fix code * fix cinn rtol and atol in bfloat16 * fix name * fix config
-
由 Charles-hit 提交于
-
由 zhouweiwei2014 提交于
* [Zero-Dim] paddle.nanmedian support 0D Tensor * fix CI
-
由 zhouweiwei2014 提交于
-
由 huangjiyi 提交于
* update * update
-
由 yuehuayingxueluo 提交于
[BugFix]: Fix ci test bugs in test_fuse_gemm_epilogue_pass.py and test_fused_gemm_epilogue_op.py (#54519) * fix ci bugs in fused_linear * fix code style
-