- 14 7月, 2022 1 次提交
-
-
由 zyfncg 提交于
-
- 13 7月, 2022 3 次提交
-
-
由 Ruibiao Chen 提交于
* Move eigvals OP to PHI * Fix CI errors * Fix CI errors
-
由 zhangkaihuo 提交于
* add sparse api coalesce
-
由 zhangbo9674 提交于
* mv to phi * refine infermeta code position * refine grad code * add api yaml and add final_state_api * refine code
-
- 12 7月, 2022 2 次提交
-
-
由 Yuang Liu 提交于
-
由 zhouweiwei2014 提交于
-
- 09 7月, 2022 1 次提交
-
-
由 Weilong Wu 提交于
-
- 07 7月, 2022 1 次提交
-
-
由 Jiabin Yang 提交于
* fix deriv with inplace * fix double grad bugs * remove additional file * fix compat dygraph mode * fix yaml remove additional yaml * fix slice double grad error and auto code gen logic error for higher order differentiate * fix fix_higher_order_deriv * remove additional include * fix fix_higher_order_deriv
-
- 06 7月, 2022 2 次提交
-
-
由 zhouweiwei2014 提交于
-
由 zyfncg 提交于
-
- 05 7月, 2022 1 次提交
-
-
由 zhouweiwei2014 提交于
* [Sparse] add SparseCsrTensor fused_attention kernel and API * fix comment
-
- 04 7月, 2022 1 次提交
-
-
由 Ruibiao Chen 提交于
-
- 01 7月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* move yaml to phi * fix undef var error
-
- 29 6月, 2022 3 次提交
-
-
由 zyfncg 提交于
* support complexd selected_rows kernel in yaml * support configuring optimizer api in yaml * fix data transform bug
-
由 zhangkaihuo 提交于
-
由 Chen Weihang 提交于
-
- 28 6月, 2022 1 次提交
-
-
由 Feiyu Chan 提交于
* change to condition to find python interpreter to avoid skipping the find process. PYTHONINTERP_FOUND is the best signal that python interpreter is found.
-
- 27 6月, 2022 1 次提交
-
-
由 Feiyu Chan 提交于
use jinja 2.11.3 in python lower than 3.6.2
-
- 24 6月, 2022 4 次提交
-
-
由 YuanRisheng 提交于
* perfect copy * deal with conflict * deal with conflict * fix compile bugs * fix unittest bugs * change code format * deal with conflict * modify code by review * fix ce bugs * fix ce bugs * add lo * perfect code format * deal with conflicts
-
由 Chen Weihang 提交于
* fix incompatible error * rmeove default constructor * add macro * fix cpu make error * add DefaultGPUPlace api
-
由 zyfncg 提交于
-
由 ronnywang 提交于
-
- 23 6月, 2022 1 次提交
-
-
由 zyfncg 提交于
* move trace into api.yaml * add trace unittest * fix trace test * fix generate op
-
- 15 6月, 2022 1 次提交
-
-
由 zyfncg 提交于
* rename yaml file * fix merge conflict * fix infrt
-
- 10 6月, 2022 1 次提交
-
-
由 Leo Chen 提交于
* make all phi kernels to 2(host/device) static libraries directly * fix calling kernel_declare * fix compile * fix cpu compile * fix rocm compile * fix xpu compile * fix xpu kp compile * fix inference compile
-
- 08 6月, 2022 1 次提交
-
-
由 zyfncg 提交于
-
- 05 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
-
- 04 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
-
- 01 6月, 2022 1 次提交
-
-
由 chentianyu03 提交于
* add conv3d yaml * add conv3d_grad, conv3d_double_grad * add final_state_conv3d test case * add conv3d double test case * add depthwise_conv2d grad yaml * add depthwise_conv2d double grad test case * modify the order of args * add depthwise_conv2d_grad_grad config
-
- 31 5月, 2022 1 次提交
-
-
由 zyfncg 提交于
* add embedding yaml * fix infermeta bug * fix bug of selected_rows infer_meta * fix selected_rows * add unittest
-
- 30 5月, 2022 1 次提交
-
-
由 zyfncg 提交于
* make data transform inplace when tensor is on gpupinned in new dygraph * fix unittest
-
- 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
-
- 24 5月, 2022 1 次提交
-
-
由 Feiyu Chan 提交于
-
- 23 5月, 2022 1 次提交
-
-
由 zyfncg 提交于
* remove storage * add glog include * add glog include * add glog include
-
- 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 1 次提交
-
-
由 Feiyu Chan 提交于
Add Code Generation for operators, op makers and argument mapping functions (#41772)
-
- 17 5月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* adapt faster tokenizer op * add eager test * add unittest
-
- 16 5月, 2022 1 次提交
-
-
由 zyfncg 提交于
* support construct scalar using non-cpu tensor * fix bugs when run unittest * fix compile bugs * fix bugs when run ci * fix compile bugs * fix bugs when move copy * perfect unit test * perfect unittest * update according to comment * int_array supports constructed by gpu tensor * add some test * polish code * adjust full api * add unittest * add unittest Co-authored-by: NYuanRisheng <yuanrisheng@baidu.com>
-
- 11 5月, 2022 1 次提交
-
-
由 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
-