- 27 5月, 2022 1 次提交
-
-
由 zyfncg 提交于
* refactor the optional tensor * remove optiona<MetaTensor> in InferMeta * fix bug * fix optional<vector<Tensor>> * fix bug * fix rmsprop * fix amp of eager_gen * polish code * fix deleted code * fix merge conflict * polish code * remove is_nullopt_ * fix merge conflict * fix merge conflict
-
- 25 5月, 2022 1 次提交
-
-
由 xiongkun 提交于
* change logic for optimize * modifty * optimize the backward speed of EinsumOp * add cache optimizer for einsum op * EinsumOp: fix new dygraph mode error * fix bug * change Cache->InnerCache * fix code * fix * add nan inf utils for einsum op * add as_extra * Compatible with v2.3 EinsumOp * remove dispensable
-
- 24 5月, 2022 2 次提交
-
-
由 zyfncg 提交于
-
由 chentianyu03 提交于
* add pad3d_double_grad yaml and test case * add squeeze and unsqueeze double grad * add double grad config * add pad_grad and pad_double_grad yaml * add pad_double_grad in config
-
- 23 5月, 2022 3 次提交
-
-
由 zyfncg 提交于
* add assign_out_ yaml * fix final_state_assign * fix inplace bug * add inplace_check_blacklist for assign * fix merge conflict
-
由 YuanRisheng 提交于
* add double grad yaml * fix bugs when compile infrt
-
由 pangyoki 提交于
* support inplace in backward * fix final_state_linear * fix format of backward_inplace_map * little change * add subtract in yaml * fix hook mem leak * fix hook use_count * little format change * fix Co-authored-by: NJiabinYang <360788950@qq.com>
-
- 19 5月, 2022 2 次提交
-
-
由 zyfncg 提交于
* change the output format of C++ backward api * fix merge conflict * fix sparse api code auto-gen * fix eager_gen bug * fix bug of output is null * fix bug of conv2d_grad_impl * fix optional grad * fix bug of eager-gen double_grad * fix bug * fix multiply_double_grad bug * fix bug of higher order derivative * fix bug of FillZeroForEmptyGradInput * remove redundant vector in grad_node * fix bug of test_deformable_conv_v1_op * fix bug of test_deformable_conv_v1_op * some refacotr
-
由 zyfncg 提交于
* remove shared_storage * fix bug * fix rnn bug
-
- 18 5月, 2022 2 次提交
-
-
由 Feiyu Chan 提交于
Add Code Generation for operators, op makers and argument mapping functions (#41772)
-
由 Weilong Wu 提交于
* [Eager] Polish eager code generation * Remove useless code in codegen
-
- 17 5月, 2022 2 次提交
-
-
由 Chen Weihang 提交于
* add nan_inf_utils for eager * support check nan and inf * add unittest for coverage
-
由 Chen Weihang 提交于
* adapt faster tokenizer op * add eager test * add unittest
-
- 16 5月, 2022 1 次提交
-
-
由 zyfncg 提交于
* update code * change the return type for inplace dygraph api * change the tuple construct
-
- 12 5月, 2022 2 次提交
-
-
由 Jiabin Yang 提交于
* Support Gradient Accumulation for sr * add ut * change ut to fit small vector * speed up accumulation
-
由 Jiabin Yang 提交于
* remove full reserved strategy * fix inplace error
-
- 11 5月, 2022 2 次提交
-
-
由 zyfncg 提交于
* change the output format of C++ backward api * fix merge conflict * fix sparse api code auto-gen * fix eager_gen bug * fix bug of output is null * fix bug of conv2d_grad_impl * fix optional grad * fix bug of eager-gen double_grad * fix bug * fix multiply_double_grad bug * remove node pruning
-
由 Jiabin Yang 提交于
-
- 09 5月, 2022 3 次提交
-
-
由 wanghuancoder 提交于
* refine pylayer * refine
-
由 Chen Weihang 提交于
* polish grad details * polish detail by comment
-
由 Jiabin Yang 提交于
* Support Gradient Accumulation for sr * add ut * change ut to fit small vector
-
- 07 5月, 2022 1 次提交
-
-
由 zhangbo9674 提交于
-
- 06 5月, 2022 3 次提交
-
-
由 Chen Weihang 提交于
* polish code details * remove needless prefix * revert needless change * polish grad func generated format
-
由 Jiabin Yang 提交于
* fix @ stray error in dygraph * fix @ stray error in dygraph
-
由 wanghuancoder 提交于
-
- 29 4月, 2022 4 次提交
-
-
由 YuanRisheng 提交于
-
由 Weilong Wu 提交于
-
由 YuanRisheng 提交于
* add double yaml * add inline func
-
由 Jiabin Yang 提交于
-
- 26 4月, 2022 1 次提交
-
-
由 Weilong Wu 提交于
-
- 25 4月, 2022 2 次提交
-
-
由 heliqi 提交于
* fix windows compile test case error * test windows ci * cmake add onnxruntime * cmake add onnxruntime * test windows ci * auto_code_generator add ort lib copy * fallback modify windows ci bat * ci notest;test=document_fix;test=windows_ci_inference;test=windows_ci;test=windows_op
-
由 zhouweiwei2014 提交于
* merge all phi lib to several big static lib * merge all phi lib to several big static lib
-
- 22 4月, 2022 2 次提交
-
-
由 tianshuo78520a 提交于
-
由 Jiabin Yang 提交于
* fix memory issue for eager * fix bug
-
- 21 4月, 2022 1 次提交
-
-
由 Aurelius84 提交于
-
- 19 4月, 2022 3 次提交
-
-
由 Zhang Ting 提交于
-
由 YuanRisheng 提交于
[Phi]Separate AddKernel/DivideKernel/SubtractKernel/MultiplyKernel from ElementwiseKernel(Part1) (#41806) * seperate add/div/sub/mul from elementwise * delete code * fix compile bugs * deal with conflict * fix bugs when compile * fix windows unit test bug * fix ci converage bugs
-
由 Zhanlue Yang 提交于
-
- 18 4月, 2022 2 次提交
-
-
由 zyfncg 提交于
* create tensor by empty in custom op * fix some bug
-
由 zhangbo9674 提交于
-