- 18 8月, 2023 1 次提交
-
-
由 Charles-hit 提交于
* support ir api form prim * convert vector of int to intarray * support ir api for prim * support vjp prim mode in new ir * remove useless code * add test for prim * modify utils * remove useless code --------- Co-authored-by: Ncyber-pioneer <chenzhuo@tju.edu.cn>
-
- 17 8月, 2023 1 次提交
-
-
由 cyber-pioneer 提交于
* support setting backward prim blacklist * add test case * polish prim forward flag * fix test case
-
- 16 8月, 2023 2 次提交
-
-
由 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>
-
由 Zhang Zheng 提交于
* Fix CI error of resnet test with prim/cinn/prim+cinn * fix * fix ref_result
-
- 14 8月, 2023 1 次提交
-
-
由 tianshuo78520a 提交于
disable cinn test Pcard-67012
-
- 11 8月, 2023 1 次提交
-
-
由 tianshuo78520a 提交于
* Disable CINN Test * Fix test_group_norm_op;test=document_fix
-
- 09 8月, 2023 2 次提交
-
-
由 xiaoguoguo626807 提交于
* [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 * backward origin code * add test for mean vjp and support has_vjp function * fix call_vjp * polish code * add attrs and dtype interface * add primitive ops set for backend * fix compile bugs * fix some bugs * fix windows bugs * add vjp test for tanh_ * fix inference CI * fix inference ci * modify fluid cmake * origin test of tanh and mean passed * fix conflict * modify stop_gradient * modify block.ops * modify test * fix conflict * reply review comments * reply review comments * pulish code --------- Co-authored-by: Ncxxly <chenxx_id@163.com> Co-authored-by: NCharles-hit <wanghao107@baidu.com> Co-authored-by: Nzhangbo9674 <zhangbo54@baidu.com> Co-authored-by: NYuanRisheng <yuanrisheng@baidu.com>
-
由 LoneRanger 提交于
remove the AdamOptimizer、SGDOptimizer、MomentumOptimizer、ModelAverage、LookaheadOptimizer、FtrlOptimizer、DecayedAdagradOptimizer、DpsgdOptimizer in fluid and relocate the ExponentialMovingAverage、PipelineOptimizer、GradientMergeOptimizer and change optimizer base for LarsMomentumOptimizer and RecomputeOptimizer (#55970) * change the optimizer base for SGDOptimizer * change the optimizer base for SGDOptimizer * replace the SGDOptimizer with SGD * fix bug of sgd * change the optimizer base for MomentumOptimizer * fix the remaining tests * remove the Momentum in fluid/optimizer.py * fix bug * fix bug * fix bug * fix bug * Update test_resnet_cinn.py * Update test_resnet_prim_cinn.py * fix bug * fix bug * fix bug * remove the ModelAverage in fluid * remove the LookaheadOptimizer in fluid * fix bug * remove AdamOptimizer in fluid * Update test_image_classification_fp16.py * fix bug * relocate the ExponentialMovingAverage in fluid * restore the static api * remove the FtrlOptimizer in fluid * remove the DecayedAdagradOptimizer in fluid * remove the DpsgdOptimizer in fluid * fix bug * fix codestyle * fix bug * fix bug * relocate the PipelineOptimizer * relocate the GradientMergeOptimizer * fix bug * fix bug * fix bug * fix doc * Update __init__.py * Update test_fleet_qat_meta_optimizer.py * change optimizer base for LarsMomentumOptimizer * fix bug * fix conflict * fix code-style * fix sample codes * fix bug * fix bug * fix cinn bug * fix bug * fix bug * Update qat_optimizer.py * Update __init__.py * fix bug * change optimizer base for RecomputeOptimizer * fix bug * fix bug * Update test_imperative_optimizer_v2.py
-
- 08 8月, 2023 1 次提交
-
-
由 cyber-pioneer 提交于
* Support Prim Forward in New IR * Fix test case * polish code * fix code * polish format * format code
-
- 01 8月, 2023 1 次提交
-
-
由 JYChen 提交于
* done replaced in d2s models, except lac/transformer/sentiment * replace cinn_test * fix d2s transfomer model * fix cinn model ut
-
- 06 7月, 2023 1 次提交
-
-
由 cyber-pioneer 提交于
* fix prim add fill_any_like bug * polish code
-
- 30 6月, 2023 1 次提交
-
-
由 Zhenghai Zhang 提交于
* static graph autogen code for expand * fix bug * fix bug * fix bug * fix bug * fix bug * fix bug
-
- 13 6月, 2023 1 次提交
-
-
由 xiaoguoguo626807 提交于
* mutiply_triple delete * add case * add timeout
-
- 12 6月, 2023 1 次提交
-
-
由 Nyakku Shigure 提交于
-
- 07 6月, 2023 1 次提交
-
-
由 xiaoguoguo626807 提交于
* set tanh_mutilply_double comp api as default * modify timeout time * rollback mutiply * rollback mutiply
-
- 01 6月, 2023 1 次提交
-
-
由 tianshuo78520a 提交于
* mv all unittests test * fix error * fix error * fix * fix * del unittests * fix paddle_build.sh * fix * fix test * fix add test * fix * fix * fix * merge develop * fix * fix * fix * fix * fix * merge develop * fix test_async_read_write * fix test_async_read_write * merge develop * fix * fix import legacy_test * fix * fix * fix * fix * fix * fix * fix * fix * fix bug * fix * fix coverage test bug * fix * fix * fix * fix * fix * fix code sstyle * fix code * fix code * fix * fix * fix * del test_sequence_enumerate_op.py * fix
-
- 30 5月, 2023 1 次提交
-
-
由 xiaoguoguo626807 提交于
* modify gradOpMaker * modify concat bug * modify concat bug * delete unnecessary block * modify fill_any_like value from 1 to 0 * modify fill_any_like dtype from other to -1 * ci_bug
-
- 22 5月, 2023 2 次提交
-
-
由 Meteor Liu 提交于
* [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() * fixed cyclic reference that caused patial import * fixed bad change * fix bad import * fix bad import * fix bad import * fix ut failed caused by change in_dynamic_mode * fix ut failed caused by change in_dynamic_mode * fixed usage of in_dynamic_mode() or in_dygraph_mode() * revert python3 to python in .pre-commit-config.yaml * fix merge conflicts
-
由 cyber-pioneer 提交于
* recompute bn grad * fix test case --------- Co-authored-by: Nsunli <466530738@qq.com>
-
- 18 5月, 2023 1 次提交
-
-
由 RedContritio 提交于
* simplify layer_norm_op.cc * support auto generate for op layer_norm * update unittest for composite_layer_norm * remove layer_norm_op.cc from scripts * replace layer_norm_op with generated_op * add get_expected_kernel for layer_norm * update cmake kernel register function for layer_norm_mkldnn_op
-
- 17 5月, 2023 1 次提交
-
-
由 6clc 提交于
-
- 15 5月, 2023 4 次提交
-
-
由 xiaoguoguo626807 提交于
* add rules * modify no kernel yaml parse * success op generate * success test_silu_double * modify bug * modify static error * modify silu_grad input * modify kernel signature * modify kernel signature * code style * code style * review * delete opinfo modify
-
由 Aurelius84 提交于
-
由 Aurelius84 提交于
-
由 LoneRanger 提交于
* relocate regularizer.py * fix bug * fix bug * fix bug * relocate the import * replace _regularization_coeff with coeff * remove the L1DecayRegularizer and L2DecayRegularizer
-
- 13 5月, 2023 1 次提交
-
-
由 xiaoguoguo626807 提交于
* modify concat_grad add sum comp rule * delete default mul_double_grad * delete high grad test * recover yaml * modify yaml * recover add_double_grad prim
-
- 12 5月, 2023 3 次提交
-
-
由 6clc 提交于
* test(prim-cinn): split test_resnet and test_bert into three tests * test(prim-cinn): fix cmake file to run prim test in CINN-CI
-
由 Aurelius84 提交于
This reverts commit 45ce0ad5.
-
由 Xiaoxu Chen 提交于
* [Dy2St]Fix x grad names when high order gradient * Polish error msg * Add inputs var to backward in dy2st * Fix error * Get grad names for backward API * Fix save load * Polish code * Add ut * [prim] fix not support optional grad bugs in higher order autodiff * [prim] remove duplicate fill_any_like caused by infershape_for_composite * fix _strip_grad_suffix_ bugs in higher-order autodiff * [prim] create output for test_static_prim.cc --------- Co-authored-by: N0x45f <wangzhen45@baidu.com>
-
- 11 5月, 2023 1 次提交
-
-
由 xiaoguoguo626807 提交于
* modify concat_grad add sum comp rule * delete default mul_double_grad * delete high grad test * recover yaml * modify yaml
-
- 09 5月, 2023 2 次提交
-
-
由 Aurelius84 提交于
[CINN]Adjust Bert unittest loss ground truth, see: PaddlePaddle/CINN#1357
-
由 cyber-pioneer 提交于
-
- 06 5月, 2023 1 次提交
-
-
由 xiaoguoguo626807 提交于
* add mul doubel grad * add sub_double_grad * add add sub high test * add mutiply test * modify other unsqueeze * delete api.yaml * only for make ci run * midify unsqueeze * modify unsqueeze * tmp * modify operants gen * review modify * modify review * debug * debug * modify ci cross boundary * delete log
-
- 04 5月, 2023 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 30 4月, 2023 1 次提交
-
-
由 zhouweiwei2014 提交于
-
- 28 4月, 2023 1 次提交
-
-
由 xiaoguoguo626807 提交于
* add mul doubel grad * add sub_double_grad * add add sub high test * add mutiply test * modify other unsqueeze * delete api.yaml * only for make ci run * midify unsqueeze * modify unsqueeze * tmp * modify operants gen
-
- 17 4月, 2023 1 次提交
-
-
由 WangZhen 提交于
-
- 13 4月, 2023 1 次提交
-
-
由 cyber-pioneer 提交于
-
- 12 4月, 2023 2 次提交
-
-
由 WangZhen 提交于
* Eval during train for ResNet
-
由 cyber-pioneer 提交于
-