- 22 2月, 2023 11 次提交
-
-
由 Hui Zhang 提交于
* add enable_grad, reafctor no_grad, set_grad_enabled * fix bug * fix bug * format * fix bug * format * format * fix doc * fix * fix * fix bug * fix comment
-
由 zhouweiwei2014 提交于
-
由 risemeup1 提交于
-
由 Shuangchi He 提交于
* Fix some typos. Signed-off-by: Yulv-git <yulvchi@qq.com> * pre-commit Signed-off-by: Yulv-git <yulvchi@qq.com> --------- Signed-off-by: Yulv-git <yulvchi@qq.com>
-
由 zhupengyang 提交于
-
由 YUNSHEN XIE 提交于
* fix coverage combine bug * update
-
由 HongyuJia 提交于
* fix py::array_t calling bug * fix typo, implemention->implementation, test=document_fix
-
由 zhangkaihuo 提交于
-
由 wangzhen38 提交于
-
由 Jiabin Yang 提交于
* tmp gather vjp * support gather * remove useless code * fix compiling error * fix ut * add eager test * add eager test * add seed * fix cpu error * fix transpose op compat * remove tensor index case * fix prim_cinn * fix ut
-
由 houj04 提交于
-
- 21 2月, 2023 20 次提交
-
-
由 HappyHeavyRain 提交于
* support bw invoke fw * fix scale in static_backward.yaml * fix the bug in tensorrt/convert * move 'scale','sign' into ops.yaml * add scale_grad of scale in op_compat.yaml * change generated_static_op in CMakeLists.txt
-
由 kangguangli 提交于
-
由 cyber-pioneer 提交于
* fix flatten op map * remove prim op all list * add op map info of full_like * polish code
-
由 Charles-hit 提交于
* support prim test in OpTest * fix cmake * fix op test * fix test_input_spec * disable cinn in reduce_sum unit test * add bfloat16 dtype for sum * polish code * add clear jit program function * convert grad out from tensor to numpy * remove unnecessary code * add only_prim flag * fix flag * fix op test * fix optest comp inplace error * fix op test * fix op test with guard * add initialization of check_comp flag * fix comp inplace error in op test * rename check_comp with check_prim and add bfloat16 dtype convert * rename comp_op_type to prim_op_type * rename comp to prim * remove useless code * skip ci check for only prim * add no_grad_vars and grad_outputs in prim test * fix var_dict * fix op test for only_prim * fix dy2static bugs * polish some code
-
由 HongyuJia 提交于
* testcase init commit * skip sign conflict * fix year
-
由 QingshuChen 提交于
-
由 YuanRisheng 提交于
* decouple_memory * perfect memory utils * fix ci bugs * fix inference bugs * fix custom test bugs * fix converage bugs * modify code according comment * modify namespace * deal with compile bugs
-
由 kangguangli 提交于
* process unit test matched test_p* * fix ci bug * fix ci bugs * fix codestyle * remove all tests about pe and restore some irrelated tests * delete test_parallel_executor_test_while_train.py * assert len(self.places) == 1 * remove with_data_parallel in unittest * remove multi-card related checks * remove with_data_parallel in test_multiprocess_dataloader* * fix error hint * fix typo
-
由 WangZhen 提交于
* Flatten input_spec when check neg shape * Fix cycle import
-
由 zqw_1997 提交于
-
由 Huang Jiyi 提交于
* move sequence_padding to phi * fix bugs * fix bugs * fix bugs * fix bugs * fix bugs * fix bugs * fix bugs * fix bugs * fix buga * fix bugs * revert and update phi::XPUContext
-
由 duanyanhui 提交于
* add static custom back_list * rm comments * fix log * fix comment
-
由 wangzhen38 提交于
-
由 zhangyikun02 提交于
-
由 xu98bin 提交于
-
由 xiaoguoguo626807 提交于
* fix composite mean op map * fix composite check output * init layer_norm * init layer_norm * map output from composite rule to origin op * add dropout op map * add input map check * polish log * modify rules * success test_forward * modify test without cinn * modify cinn test * modify cinn test * except fp64 * except fp64 * delete flatten * delete unused change * review * pass cpu test * code style * delete flatten fp16 error * modify flatten test --------- Co-authored-by: Ncyber-pioneer <chenzhuo@tju.edu.cn>
-
由 limingshu 提交于
-
由 risemeup1 提交于
-
由 csy0225 提交于
* Optimize the ernie inference performance on xpu * fix enable runtime cache logic * when op's input shape has changed, should create a new runtime context * fix * set flag when input shape has changed
-
由 WangZhen 提交于
* Check -1 shape for input_spec and program when prim or cinn enabled * Polish neg shape check * Polish code * Fix UT * Fix UT in static
-
- 20 2月, 2023 9 次提交
-
-
由 JingZhuangzhuang 提交于
-
由 HongyuJia 提交于
* polish tensor operants implementation * change year, 2021->2023 * autogen tensor.h and tensor_api.cc * polish CMakeLists logic * cancel tensor.h auto-gen * clean useless parameter * delete tensor_api.cc
-
由 wangzhen38 提交于
* [RM FLUID] trainer_pass&heter_trainer_pass * [RM FLUID] rm distributed_strategy
-
由 houj04 提交于
-
由 umiswing 提交于
-
由 chenxujun 提交于
-
由 HongyuJia 提交于
* autogen phi tensor operants * autogen operants base * autogen operants_manager * polish code style * add cmake output * fix cmake depency error * fix cmake file path error * decouple prim/api/api.yaml in phi CMakeLists * polish CMakeLists of phi/api/lib
-
由 shentanyue 提交于
-
由 xiongkun 提交于
* [dy2static] support fallback for whole graph. (stage 1) * bug fix * bug fix and add a new unittest * fix code by code review * fix coverage * [dy2static] ParameterRecorder Part 2 * Parameter Recorder - 2 bug fix * bugfix: fix the dygraph go into _jst.ld() errors. * fix ci error. * fix ci error
-