- 15 5月, 2023 1 次提交
-
-
由 chalsliu 提交于
* Reduce inference library size and compile time * resolve conflicts
-
- 13 4月, 2023 1 次提交
-
-
由 zhangyuqin1998 提交于
* rename PD_REGISTER_GENERAL_KERNEL * Update feed_op.cc * fix * Update strings_empty_kernel.cc
-
- 03 4月, 2023 1 次提交
-
-
由 zhangyuqin1998 提交于
* add kernel register macro for all backend * fix msvc bug * fix --------- Co-authored-by: Nzhangyuqin1998 <2368719379@qq.com>
-
- 29 3月, 2023 1 次提交
-
-
由 chalsliu 提交于
* Fix jetson conv2d_fusion not found error * Fix jetson conv2d_fusion not found error * Add comment test=document_fix
-
- 30 11月, 2022 1 次提交
-
-
由 zyfncg 提交于
* rename some kernel name * fix compile problem
-
- 09 11月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* move fluid op generator into fluid * remove parsed op * resolve sig undef error * append python interp find logic * remove dup code
-
- 20 10月, 2022 1 次提交
-
-
由 JingZhuangzhuang 提交于
* Add infer prune function * Update phi.cmake * Update operators.cmake * add fusion op
-
- 28 9月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
* fix concat bug * fix ci bugs * fix ci bugs
-
- 06 9月, 2022 1 次提交
-
-
由 Weilong Wu 提交于
* [Phi] fix phi compile option for jetson * Update phi.cmake
-
- 01 8月, 2022 1 次提交
-
-
由 Aganlengzi 提交于
-
- 14 7月, 2022 1 次提交
-
-
由 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
-
- 23 6月, 2022 1 次提交
-
-
由 Leo Chen 提交于
-
- 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
-
- 04 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
-
- 31 3月, 2022 2 次提交
-
-
由 Chen Weihang 提交于
* fix kps compile failed * remove useless cond * add xpu for xpu_kp
-
由 zhangkaihuo 提交于
-
- 29 3月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* unify_kernel_build_target * fix dnn kernel failed * fix dnn kernel loss target * fix xpu compile failed
-
- 25 3月, 2022 1 次提交
-
-
由 Aurelius84 提交于
* [Phi] Migrate Adam and Adamw into Phi * fix compile error and unittest ok * fix compile error and unittest ok * fix undefined reference to fLI::FLAGS * test depend on operator * fix cmake * fix xpu compile * fix infrt * fix amp_type_traits * fix amp_type_traits * modify according reviewer * modify according reviewer * fix dtype float16 * fix typo * fix Cmake * fix code style
-
- 24 3月, 2022 2 次提交
-
-
由 Aurelius84 提交于
-
由 Aurelius84 提交于
* [phi] Split selected_rows CMake compilation * move file back * move file back
-
- 23 3月, 2022 1 次提交
-
-
由 Liu-xiandong 提交于
* [KP] fix compilation bug in phi * delete the comment * delete useless comment
-
- 08 3月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* remove gpudnn suffix & polish cmake * fix typo
-
- 01 3月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* support kps backend and compile * resolve conflict * fix kps backend trans * test in xpu2 device * remove dummy kernel
-
- 25 2月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* support cudnn kernel moving * polish cmake rules * add unittest for coverage * remove orig kernel * remove softmax cudnn kernel * fix softmax test failed * fix npu func error * resolve conflict * rename gpu dnn kernels * fix name rule error * fix compile error * update fp16 namespace
-
- 24 2月, 2022 2 次提交
-
-
由 Chen Weihang 提交于
* rename pten to phi * fix infrt compile failed * resolve conflict
-
由 Chen Weihang 提交于
* skip kernel declare for cuda only kernel on rocm * fix error
-
- 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 2 次提交
-
-
由 zyfncg 提交于
* Add selected_rows kernel for full * remove fill_constant register in fluid * fix bug without GPU * add jit_kernel_helper dependency for fc * do some refactor * add unittest for ops signatures * add coverage unittest * fix merge conflict * fix full selectew_rows bug
-
由 Chen Weihang 提交于
* support parse cc in gpu * change file name
-
- 02 2月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* remove kernel alias name * fix depreacted error * fix deprecated failed * fix mean error * resolve conflict * fix windows failed
-
- 29 1月, 2022 1 次提交
-
-
由 Jack Zhou 提交于
-
- 28 1月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
* refactor scale kernel that its input is selected_rows * complement upload file
-
- 26 1月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* infermeta context init design * support infermeta called in fluid op * add hasattr and attr methods * add dygraah GetVarPtrs support * rename arg_map_context to arg_map_utils * add registry for arg map func * resolve conflit * refactor op utils design * polish meta config * fix details * remove hasattr method * resolve conflit * revert cmake order change * revert some change * change init pos * fix compile faileed * fix typo * fix inference failed * fix windows ccompile failed * polish format Co-authored-by: NWang Huan <wanghuan29@baidu.com>
-
- 22 1月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* auto gen include headers * move to pten.cmake
-
- 21 1月, 2022 1 次提交
-
-
由 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
-
- 13 1月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* rename register marco * fix error changing * fix format error
-
- 11 1月, 2022 1 次提交
-
-
由 zyfncg 提交于
* refactor matmul directory in pten * fix merge conflict * add dot_grad kernel * add dot_grad kernel in pten * add matmul_grad kernel * update the code * delete useless code in fluid * fix some bug of running matmul grad kernel * fix merge conflict * refactor some code * refactor code
-
- 27 12月, 2021 1 次提交
-
-
由 Chen Weihang 提交于
-
- 26 12月, 2021 1 次提交
-
-
由 Chen Weihang 提交于
-