- 22 2月, 2022 1 次提交
- 
- 
由 Chen Weihang 提交于* unify register macro * rename declare macro * fix infrt error 
 
- 
- 20 2月, 2022 1 次提交
- 
- 
由 Chen Weihang 提交于* rename pten dir to phi * rename namespace to phi * rename infrt pten dir to phi * resolve conflict * rename pten to phi in cmake * revert all infrt change * change needed files * fix infrt failed * fix inference failed 
 
- 
- 19 2月, 2022 1 次提交
- 
- 
由 zyfncg 提交于* remove manual_api * change sig map of full and empty * fix fill_any_like_xpu_op * fix fill_any_like_xpu_op * fix problem of fill_any_like_xpu_op * fix conflict * polish code 
 
- 
- 18 2月, 2022 1 次提交
- 
- 
由 zyfncg 提交于* support inplace and intermediate in yaml * add cmake for dygraph_api 
 
- 
- 17 2月, 2022 1 次提交
- 
- 
由 zyfncg 提交于
 
- 
- 16 2月, 2022 2 次提交
- 
- 
由 zyfncg 提交于
- 
由 Chen Weihang 提交于* rename general grad infermeta func * remove useless code 
 
- 
- 15 2月, 2022 1 次提交
- 
- 
由 zyfncg 提交于* add data_transform in pten api * support GetKernelTypeForVar * fix complie problem of bfloat16 * add scale_sr in api * suppport select_row in C++ api * merge code 
 
- 
- 14 2月, 2022 1 次提交
- 
- 
由 Zhanlue Yang 提交于* Removed debug info * Added automatic code generation for final state Eager Dygraph * Modified backward yaml * Added EagerUtils helper functions for final state CodeGen * Adjusted CMakeFiles to support compilation for final state auto generated codes * Added python-c code generation for final state Eager Dygraph * Fixed minor issue * Fixed yaml.load() method failure * Fixed minor issues * Refactored Python-C Attributes Parsing Functions * Fixed minor issue with Python-C AddFunctions * Adjusted python-level trace_op to accomodate final state Eager Dygraph * Added Logs for final state Eager Dygraph * Fixed merge issues * Fixed minor issue 
 
- 
- 13 2月, 2022 1 次提交
- 
- 
由 zyfncg 提交于* generate wrapped_infer_meta * add test for wrapped_infer_meta * Update test_meta_fn_utils.cc * change the dir of generated file Co-authored-by: NChen Weihang <chenweihang@baidu.com> Co-authored-by: NChen Weihang <chenwhpro@163.com> 
 
- 
- 11 2月, 2022 1 次提交
- 
- 
由 zyfncg 提交于* fix code conflict * generate inter_meta register * clear cache * just try * add sign c++ api * polish some code 
 
- 
- 10 2月, 2022 1 次提交
- 
- 
由 zyfncg 提交于* refactor C++ API code-gen * fix windows problem of C++ API 
 
- 
- 04 2月, 2022 1 次提交
- 
- 
由 zyfncg 提交于* add data_transform in pten api * support GetKernelTypeForVar * fix complie problem of bfloat16 * change error namespace * add complex type transform unittest * fix merge conflict 
 
- 
- 30 1月, 2022 1 次提交
- 
- 
由 Chen Weihang 提交于* change unary infermeta * change other infermeta * change all infermeta format * resolve conflit * fix test failed * resolve reshape conflit * fix compile failed * adapt auto api gen * fix reshape failed * fix concat failed * resolve conflict 
 
- 
- 28 1月, 2022 1 次提交
- 
- 
由 zyfncg 提交于
 
- 
- 26 1月, 2022 1 次提交
- 
- 
由 zyfncg 提交于
 
- 
- 25 1月, 2022 1 次提交
- 
- 
由 YuanRisheng 提交于
 
- 
- 24 1月, 2022 1 次提交
- 
- 
由 zyfncg 提交于* add config of backward-api auto-gene * fix compile bug * remove wrong header * rename grad_api to backward_api * modify .gitignore 
 
- 
- 21 1月, 2022 2 次提交
- 
- 
由 YuanRisheng 提交于* add kernel for c++ api * fix compile bugs * fix kunlun compile bugs * perfect cmake * fix compile bugs when run ci-inference * fix compile bugs * add non-raw kernel for fluid op * fix compile bugs * fix compile bugs * fix unit test bug 
- 
由 chentianyu03 提交于
 
- 
- 13 1月, 2022 1 次提交
- 
- 
由 chentianyu03 提交于* move dot_dev api into dot_kernel.h * add infermate header * modify to dotkerel in dot_op.h * mvoe conj dev api into complex_kernel.h * move sign dev api into sign_kernel.h * move scale dev api into kernel.h and remove infermete.h * rm paddle/pten/include/math.h * rm paddle/pten/include/math.h * rm include dir * rm paddle/pten/include/math.h * fix conflict with develop branch * rm devContext in conj_op.h * add the missing complex_kernel header 
 
- 
- 04 1月, 2022 1 次提交
- 
- 
由 YuanRisheng 提交于* change 'math' to 'math_kernel' * fix compile bugs * merge develop * fix compile bugs * move cpu_impl of elementwise kernel to new directory 
 
- 
- 28 12月, 2021 1 次提交
- 
- 
由 chentianyu03 提交于* remove intype arg in cast kernel * modify conj config in api.yaml by dictionary order * rm unused code in cast_kernel.cu 
 
- 
- 23 12月, 2021 1 次提交
- 
- 
由 zyfncg 提交于* add empty and empty_like kernel in pten * add empty dev_api 
 
- 
- 22 12月, 2021 2 次提交
- 
- 
由 Chen Weihang 提交于* add pten kernel cmake * add pten kernel cmake function * fix compile error * add enforce include for full kernel * fix compile failed * change cuda to gpu * fix cmake function error 
- 
由 zyfncg 提交于* rename full infer_meta * fix merge problem 
 
- 
- 20 12月, 2021 1 次提交
- 
- 
由 chentianyu03 提交于* add pten conj kernel * modify conj_kernel file path * add defined cuda macro to cuda/conj_kernel.h 
 
- 
- 17 12月, 2021 1 次提交
- 
- 
由 chentianyu03 提交于* modify sum mean args * add GetExpectedPtenKernelArgs for redcue_op * modify kernel args number * modify kernel args number 
 
- 
- 15 12月, 2021 1 次提交
- 
- 
由 Chen Weihang 提交于
 
- 
- 14 12月, 2021 1 次提交
- 
- 
由 YuanRisheng 提交于* Reduce reshape kernel functions in pten * delete notes * fix bugs when compile 
 
- 
- 13 12月, 2021 1 次提交
- 
- 
由 zyfncg 提交于* add variadic_args kernel in pten * merge develop code * add variadic_args kernel and benchmark * change dynamic_cast to static_cast for DeviceContext * merge the code * modify code format * refactor variadic kernel function 
 
- 
- 10 12月, 2021 1 次提交
- 
- 
由 YuanRisheng 提交于* add alias kernel name * modify code as suggestions * add alias name for matmul and remove redundant member in kernel factory 
 
- 
- 09 12月, 2021 1 次提交
- 
- 
由 Chen Weihang 提交于* refine the kernel register impl * fix cmake and symbol error * remove overload marco * polish details 
 
- 
- 08 12月, 2021 1 次提交
- 
- 
由 YuanRisheng 提交于* add alias kernel name * modify code as suggestions 
 
- 
- 06 12月, 2021 1 次提交
- 
- 
由 Chen Weihang 提交于
 
- 
- 03 12月, 2021 1 次提交
- 
- 
由 zyfncg 提交于* add code-gen file * add api-gen in cmake * adjust the code format * temp save the code * add genen-api module into pten * merge the develop code * fix merge conflict * fix code conflict with develop * support reduce_mean/sum * fix the CI requirement * fix requirement problem of CI * remove original api code * fix bug caused by removing original api 
 
- 
