- 28 6月, 2023 3 次提交
-
-
由 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 8 次提交
-
-
由 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
-
由 sneaxiy 提交于
* fix A100 CUDA12 ut * fix ci uts * fix test_sync_batch_norm_op * fix sync bn op ut again by separating 2 files * fix codestyle ci * combine other PRs * fix codestyle * fix codestyle ci
-
- 13 6月, 2023 6 次提交
-
-
由 Fisher 提交于
* Enable check_cinn on atan2, tile, top_k and where * Update cmakelists in legacy_test * Reformat code * Enable check_cinn on op take_along_axis legacy test * Enable check_cinn on pool2d * Remove check_cinn=False * Try fix tile test error * Rename enable_cinn to test_cinn * Refactor test_tile_op * Replace all enable_cinn to check_cinn * Revert pool2d test timeout * Remove check_prim and use enable_cinn
-
由 umiswing 提交于
-
由 NetPunk 提交于
-
由 TaoTao Li 提交于
* fix a100 cuda12 timeout * fix cuda12 pickle loads problem * fix ist_sharding_save ut
-
由 NetPunk 提交于
-
由 Yuang Liu 提交于
-
- 12 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
-
由 JYChen 提交于
-
由 tianshuo78520a 提交于
-
由 Nyakku Shigure 提交于
-
- 09 6月, 2023 3 次提交
-
-
由 pangengzheng 提交于
* support add(x_float32, bfloa16_) or add(x_float32, y_float16) * polish * fix test
-
由 jiangcheng 提交于
-
由 Nyakku Shigure 提交于
* bump ruff to 0.0.271 and update config * exclude third_party * bump ruff to 0.0.272 * refine config
-