- 20 2月, 2023 1 次提交
-
-
由 HongyuJia 提交于
* update include directory * fully support C++ extension, pass unittest * fix include directory * support both extension and operator in one file * polish testcase * add jit unittest * update third_party.cmake, pass CI test * fix cmake * fix setup * fix inference, fix unittest precision * fix unittest precision * fix inference_lib cmake * try fix setup, try fix inference_lib * try fix inference_lib pybind * fix mix_op_extension, fix inference_lib * fix mix_op_extension, fix inference_lib * change cmake * change cmake * add compile flags * add Python.h headerfile * add test_custom_plugin_creater cmake * comment compile flag * pass all CI * pass all CI * comment compile flag * try solve test_custom_plugin_creater link error * try solve test_custom_plugin_creater link error * polish codes * remove windows compile flag * remove python_include_path * update pybind11, 2.4.3->2.6.0 * update pybind11, 2.6.0->2.10.0 * update pybind11, 2.10.0->2.6.0b1 * update pybind11, 2.6.0b1->2.6.0, start fix unittest * fix pybind11 2.6.0 VarBase print error * fix pybind11 2.6.0 VarBase print error * handle PADDLE_ON_INFERENCE * modify according to reviewer * fix cmake * cmake decouple pybind_util when not ON_INFER * cmake decouple pybind_util when not ON_INFER * remove copy of inference_lib.cmake * change pybind.cc headerfile fluid->phi
-
- 13 2月, 2023 1 次提交
-
-
由 HongyuJia 提交于
* fix copysign compile error on Windows * fix more files' macro
-
- 31 1月, 2023 1 次提交
-
-
由 PuQing 提交于
* add FP16 dtype for CastNumpy2Scalar * fix throw message * add test * fix SyntaxWarning * test skip for float16 * fix dtype mistakes
-
- 13 1月, 2023 1 次提交
-
-
由 HongyuJia 提交于
-
- 12 12月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
* add new tensor * fix windows compile bugs * fix ci bugs * fix ci bugs * fix ci bugs * perfect according comment * fix ci compile bugs * add raw tensor * fix ci bugs * modify code by comment * delete String
-
- 01 12月, 2022 1 次提交
-
-
由 wanghuancoder 提交于
* do not link python lib in tensor wrapper
-
- 24 11月, 2022 1 次提交
-
-
由 wanghuancoder 提交于
* do not calc reduce_all in eager mode * refine python c cast list * refine * refine * refine * refine * refine * refine * refine * refine * refine
-
- 16 11月, 2022 1 次提交
-
-
由 Leo Chen 提交于
-
- 10 11月, 2022 1 次提交
-
-
由 WangZhen 提交于
Get grads types from cpp for adam to speed up
-
- 09 11月, 2022 1 次提交
-
-
由 wanghuancoder 提交于
* refine python call error report
-
- 07 11月, 2022 1 次提交
-
-
由 WangZhen 提交于
* Get three grad lists in CPP to avoid gpu idle time * Support legacy mode
-
- 11 10月, 2022 2 次提交
-
-
由 Leding Li 提交于
* Add missing <cstddef> * Fix some iterator type * Currently use host protobuf to bypass build failure
-
由 Chen Weihang 提交于
* remove using lodtensor part1 * polish history code format
-
- 28 9月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* remove needless using tensor * remove needless using tensor * resolve conflict * replace tensor using * fix format error * revert needless changing * fix rocm and npu compile error * fix cinn compile error * fix format error * fix mkldnn format error * fix mkldnn format error * fix cinn compile error * fix cinn compile error * fix cinn compile error * resolve conflict
-
- 26 9月, 2022 1 次提交
-
-
由 Weilong Wu 提交于
* [Eager] math op sink to Cpp level * fix ci errors * draft version * support + and - operator under cpp directly * add static test * polish code * promote types or unify right type to left * recover static test case * polish code and fix some ci errors * support complex and polish code * fix conflicts * fix windows ci errors * fix windows-inference-ci errors * polish and fix tests * fix test case * polish code * [Eager, Performance optimization] support multiply( * operator) to sink to Cpp layer * rm useless glog * polish code * polish code and fix code-format * polish code * fix CI * polish code
-
- 14 9月, 2022 1 次提交
-
-
由 wanghuancoder 提交于
-
- 06 9月, 2022 2 次提交
-
-
由 YuanRisheng 提交于
* add tensor array * fix ci bugs * fix ci bugs * fix ci bugs * fix ci bugs * update by comment * update code
-
由 OccupyMars2025 提交于
-
- 25 8月, 2022 1 次提交
-
-
由 Sing_chan 提交于
* make full_like support double_max in dygraph * fix bug
-
- 12 8月, 2022 1 次提交
-
-
由 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
-
- 09 8月, 2022 2 次提交
-
-
由 Weilong Wu 提交于
* [Eager] use final_state_fill_constant_ * fill_constant use str_value * add fill_constant_ to no_amp_list * use float(value) as input * support final state full_ same as fill_constant
-
由 WangZhen 提交于
* Pybind Fucniton and hide ExecutorEngine and PEEngine * Remove FunctionNames in compilation_unit
-
- 08 8月, 2022 1 次提交
-
-
由 WangZhen 提交于
* Polish function code * Rename funciton to engine * Fix Log msg and doc * Rename Function to Engine and using new Function class to warp Engine * Rename EngineInfo * Adjust member variable order
-
- 04 8月, 2022 1 次提交
-
-
由 WangZhen 提交于
* Move Function classes to a sub dir * Format code
-
- 29 7月, 2022 2 次提交
-
-
由 Jiabin Yang 提交于
-
由 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
-
- 21 7月, 2022 1 次提交
-
-
由 WangZhen 提交于
* Support predictor function in JitLayer * Pybind PEFunction * Pybind PEFunction and call phi api in layer_test * Call sqrt phi API * Polish flags * Fix comments
-
- 13 7月, 2022 1 次提交
-
-
由 Aurelius84 提交于
* [JIT]Layer support eager dygraph mode and polish Function interface * remove usless code * fix #define
-
- 28 6月, 2022 2 次提交
- 26 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
-
- 08 6月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
-
- 05 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
-
- 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
-
- 17 5月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* adapt faster tokenizer op * add eager test * add unittest
-
- 16 5月, 2022 1 次提交
-
-
由 Weilong Wu 提交于
* [Eager] Fix test_model.py under eager in windows-openblas ci * Use || in this case * recover _in_eager_mode_
-
- 06 5月, 2022 1 次提交
-
-
由 wanghuancoder 提交于
* fix pylayer_memleak * inc ref before return Py_None * refine * refine * refine * refine
-
- 25 4月, 2022 1 次提交
-
-
由 Weilong Wu 提交于
-
- 24 4月, 2022 1 次提交
-
-
由 ronnywang 提交于
-
- 22 4月, 2022 1 次提交
-
-
由 Weilong Wu 提交于
* [Eager] Fix CastPyArg2Scalar in Long case * Add more test cases for paddle.clip * Use PyLong_AsLongLong
-