- 05 8月, 2022 1 次提交
 - 
- 
由 Feiyu Chan 提交于
* move fft kernels to phi, done with cufft, pocketfft, mkl_cdft, hipfft * make stft_op use fft from phi/kernels/funcs, clean code
 
 - 
 - 04 8月, 2022 1 次提交
 - 
- 
由 xiaoting 提交于
* fix conflicts * mv unused file * revert backward.h * revert lu_unpack kernel * rm .cu file * Update lu_unpack_kernel.cc * format phi yaml
 
 - 
 - 03 8月, 2022 3 次提交
 - 
- 
由 zhiboniu 提交于
* phi_fill_diagonal * remove old kernels * update * update attr args * refix * update
 - 
由 seemingwang 提交于
* move repeat interleave * fix api name * recover op registration * fix arguments order * fix * fix infermeta * fix infermeta * fix header * fix infermeta * fix * fix * fix dtype * log&test * test * remove logs * fix * remove logs * combine files * combine * combine files * fix cuda place
 - 
由 wuyefeilin 提交于
* mv eigvalsh op
 
 - 
 - 02 8月, 2022 2 次提交
 - 
- 
由 seemingwang 提交于
* move renorm op * change python api * change op class func * alloc data * remove comments * fix grad arguments * fix python argument * fix python argument * change unit-test * remove shape func registration * recover extra-arguments * recover shape functor
 - 
由 Yulong Ao 提交于
* [Phi] Move Qr to the Phi * [Phi] Regiter the cpu grad kernel for qr * [Phi] Share the cuda kernels to lstsq * [Phi] Remove some improper inlcude files * [Phi] Modify codes based on the reviews * [Phi] Remove unecessary files and add the cuda_only comment * [Phi] Remove the unecessary include file * [Phi] Remove qr_op.cu and lstsq_op.cu
 
 - 
 - 01 8月, 2022 1 次提交
 - 
- 
由 Lin Manhui 提交于
* Add kernel declarations * Copy kernel implementation code * Transfer implementation code * Register new kernels * Remove old kernels * Fix code style * Fix bugs * mutable_data->HostAlloc * Transfer infermeta * Add yaml and update python api * Add PADDLE_WITH_HIP check * Update unittests * Add kernel declarations * Copy kernel implementation code * Transfer kernel implementation code * Register new kernels * Remove old kernels * Add lu_unpack_sig * Fix bugs * Fix bugs * Fix bugs * Optimize directory structure * Add output checks * Update include files * lu_impl.h->lu_kernel_impl.h * Transfer infermeta * Add yaml and update python api * Add check_eager Co-authored-by: NBobholamovic <linmanhui@baidu.com> 
 - 
 - 29 7月, 2022 2 次提交
 - 
- 
由 Haohongxiang 提交于
* migrate lstsq op * update * fix bugs for CIs * update * fix bugs * add uts * update * update * update * fix bugs of jip * fix bugs of hip * update * update according to review * update * update * update * update
 - 
由 Lin Manhui 提交于
* Add kernel declarations * Copy kernel implementation code * Transfer implementation code * Register new kernels * Remove old kernels * Fix code style * Fix bugs * mutable_data->HostAlloc * Transfer infermeta * Add yaml and update python api * Add PADDLE_WITH_HIP check * Update unittests * Fix bugs * Fix bugs * Optimize directory structure * Add output checks * lu_impl.h->lu_kernel_impl.h Co-authored-by: NBobholamovic <linmanhui@baidu.com> 
 - 
 - 28 7月, 2022 4 次提交
 - 
- 
由 Weilong Wu 提交于
 - 
由 Xiaoxu Chen 提交于
* migrate dirichlet op kernel to phi * fix dirichlet sample memory leak
 - 
由 Charles-hit 提交于
* Move frame OP to phi、add frame OP yaml config and supplement single test * add Header file of in_dygraph_mode * Modify variable name and FrameGradInferMeta multiplex UnchangedInferMeta * move seq2col to phi
 - 
由 Lin Manhui 提交于
* Add kernel declarations * Copy kernel implementation code * Transfer implementation code * Fix: Move out_grad to first * Register new kernels * Remove old kernels * Move out_grad to last * Fix bugs * Transfer infermeta * Add yaml files * Add blank line * Fix code style * Optimize directory structure Co-authored-by: NBobholamovic <linmanhui@baidu.com> 
 - 
 - 27 7月, 2022 2 次提交
 - 
- 
由 freeliuzc 提交于
* move crop_tensor from fluid to phi * delete fluid header files * fix crop_tensor_op dygraph_mode bug * modify header files, add out tensor check
 - 
由 Wang Bojun 提交于
* move average_accumulates op to phi kernel
 
 - 
 - 26 7月, 2022 5 次提交
 - 25 7月, 2022 1 次提交
 - 
- 
由 lyq 提交于
 
 - 
 - 22 7月, 2022 1 次提交
 - 
- 
由 freeliuzc 提交于
* move inverse from fluid to phi with unitest bug * fix bug, add eager op yaml
 
 - 
 - 21 7月, 2022 1 次提交
 - 
- 
由 xiongkun 提交于
* svd cpu forward * svd gpu forward * transfer the backward of svd * remove cusolver in svd_grad * svd kernel bug fix * fix bugs * fix bugs. * fix bug
 
 - 
 - 20 7月, 2022 4 次提交
 - 
- 
由 YuanRisheng 提交于
* seperate xshape kernel from normal kernel * fix bugs in infermeta * fix compile bugs * fix compile bugs
 - 
由 lyq 提交于
 - 
由 Zhong Hui 提交于
* move diag_embed to phi.
 - 
由 Weilong Wu 提交于
* migrate as_complex kernel to phi * support as_complex and as_real in phi * rm GetExpectedKernelType for AsRealOp
 
 - 
 - 19 7月, 2022 2 次提交
 - 
- 
由 WangZhen 提交于
* Move angle op to phi * Replace mutable_data using Alloc * Remove some include * Try to fix windows ci error * include math.h to fix windows ci error * Fix kernel name * Move angle_grad infershape
 - 
由 Weilong Wu 提交于
* migrate solve kernel to phi * re useless header file, fix a bug in grad_kernel_impl * add header file in need * add yaml for solve op * fix solve_sig.cc ArgumentMapping and update tests case * disable legacy dygraph check in op_test * rm solve_op.cc / solve_sig.cc and migrate yaml config * Update op_test.py disable legacy dygraph check when check_eager is True
 
 - 
 - 16 7月, 2022 1 次提交
 - 
- 
由 Weilong Wu 提交于
* draft version * draft version * draft version * migrate solve kernel to phi * polish * polish * re useless header file, fix a bug in grad_kernel_impl * add header file in need
 
 - 
 - 15 7月, 2022 1 次提交
 - 
- 
由 xiongkun 提交于
* transfer as_real to phi * fix erros * blocking: True -> False
 
 - 
 - 14 7月, 2022 1 次提交
 - 
- 
由 Yuang Liu 提交于
 
 - 
 - 13 7月, 2022 1 次提交
 - 
- 
由 zhangbo9674 提交于
* mv to phi * refine infermeta code position * refine grad code * add api yaml and add final_state_api * refine code
 
 - 
 - 12 7月, 2022 1 次提交
 - 
- 
由 Chen Weihang 提交于
* clean glog header in public header * move marco pos
 
 - 
 - 11 7月, 2022 1 次提交
 - 
- 
由 Leo Chen 提交于
* refine dist_grad kernel * fix cpu kernel bug
 
 - 
 - 07 7月, 2022 1 次提交
 - 
- 
由 Leo Chen 提交于
* refine dist kernel, reuse norm * follow comments
 
 - 
 - 24 6月, 2022 1 次提交
 - 
- 
由 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
 
 - 
 - 20 6月, 2022 1 次提交
 - 
- 
由 zhangbopd 提交于
 
 - 
 - 14 6月, 2022 1 次提交
 - 
- 
由 Jiabin Yang 提交于
* fix starganv2 * fix starganv2 stop_gradient end error * fix edvr_starganv2 * fix mul kernel to fix optional ddx * fix typo
 
 -