- 19 9月, 2022 3 次提交
-
-
由 YuanRisheng 提交于
* move sum * fix ci bugs * fix ci bugs * fix set_lod bugs * fix infershape bugs * fix ci bugs * fix ci unittest bug * fix ci bugs * perfect code * update code according comment * add unittest * fix ci bugs
-
由 WangZhen 提交于
* Fix TransDataBackend Error when call unsqueeze using MKL Tensor * Add UT * Refine UT
-
由 niuliling123 提交于
-
- 14 9月, 2022 1 次提交
-
-
由 zhangkaihuo 提交于
-
- 09 9月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
-
- 07 9月, 2022 1 次提交
-
-
由 zhangkaihuo 提交于
-
- 05 9月, 2022 2 次提交
-
-
由 piotrekobi 提交于
* gaussian random * mkldnn to onednn renaming * fix merge conflicts * remove fluid code * onednn renaming * Move classes from mkldnn_reuse.h to onednn_reuse.h * Move more functions from mkldnn_helper.h to onednn_helpper.h * Change MKLDNN to OneDNN in VLOG message Co-authored-by: NSilv3S <slawomir.siwek@intel.com>
-
由 niuliling123 提交于
-
- 31 8月, 2022 1 次提交
-
-
由 zyfncg 提交于
* support selected_rows kernel for multiply in dygraph * refine SetKernelOutput
-
- 30 8月, 2022 1 次提交
-
-
由 zyfncg 提交于
* add runtime config in phi * add runtime attr for op desc and op * fix no proto error * adjust opdesc set_attr impl * try to remove conv_op extra attrs * add init runtime attr map * change extra header path * fix runtime_attr * fix trace_op * fix bug of pass * fix merge conflict * fix dygraph attrs * fix bug of pass * fix dygraph bug * fix unittest module * delete extra attr default * fix dropout kernel * polish code * fix extra output of instance_norm * fix merge confilct * fix op_desc bug * add extra attr in yaml for conv3d_transpose * don't remove extra input and output * fix save_inference_model * fix bug of batch_norm * revert some change * polish log * polish code * add code comment Co-authored-by: NChen Weihang <chenweihang@baidu.com>
-
- 24 8月, 2022 1 次提交
-
-
由 HongyuJia 提交于
* add legacy_api.yaml * set merged_momentum inplace only * support inplace optional<vector<tensor>> * add dygraph_mode api * optimize TensorToConstDenseTensorPtr
-
- 19 8月, 2022 1 次提交
-
-
由 Aganlengzi 提交于
-
- 16 8月, 2022 1 次提交
-
-
由 Charles-hit 提交于
-
- 15 8月, 2022 1 次提交
-
-
由 Charles-hit 提交于
-
- 12 8月, 2022 2 次提交
-
-
由 HongyuJia 提交于
* support optional<vector<Tensor>> in yaml and eager * delete useless comments in eager_gen.py * fix api_base.py support optional<vector<TTensor>> * python_c_gen.py support optional<vector<tensor>> * transfer linear_interp_v2 yaml from fluid to phi * fix op_test typo error * change linear_interp_v2 testcase * fix args in final_state_linear_interp_v2 * fix zeropad2d typo. test=document_fix
-
由 zyfncg 提交于
* remove some custom_impl api and make them generated by yaml completely * delete useless code * fix adamw bug * fix infermeta * revert adamw * polish code * fix bug
-
- 09 8月, 2022 1 次提交
-
-
由 Allen Guo 提交于
-
- 08 8月, 2022 1 次提交
-
-
由 Weilong Wu 提交于
-
- 29 7月, 2022 1 次提交
-
-
由 Yulong Ao 提交于
* [Phi] Add yaml for assign_value * [Phi] Fix the bug of the assign api and modify the unittest * [Phi] Fix the bug when the tensor does not have the backend info * [Phi] Replace the functional-style cast init by the brace-init * [Phi] Cast the data explicitly
-
- 28 7月, 2022 2 次提交
-
-
由 zyfncg 提交于
* support auto fallback to cpu kernel for cusom device * fix some problem of kernel fallback
-
由 Jiabin Yang 提交于
-
- 21 7月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
-
- 20 7月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
* seperate xshape kernel from normal kernel * fix bugs in infermeta * fix compile bugs * fix compile bugs
-
- 19 7月, 2022 1 次提交
-
-
由 Leo Chen 提交于
* compile into one static library * fix xpu compile * fix xpu compile * fix inference compile * fix inference compile * add custom test * revert one file
-
- 14 7月, 2022 2 次提交
-
-
由 Yuang Liu 提交于
-
由 YuanRisheng 提交于
* adapt mkldnn kernel in PHI * fix ci compile bugs * fix compile bugs * fix compile bugs * fix compile bugs * fix compile bugs * delete comment * fix compile bugs in windows-inference * delete code for converage * modify code by review * modify code by review * add todo * fix compile bugs * fix compile bugs * fix compile bugs * fix unittest bugsx
-
- 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 1 次提交
-
-
由 zyfncg 提交于
-
- 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
-