- 03 8月, 2022 6 次提交
 - 
- 
由 wangzhen38 提交于
* fix_auc in instag task * fix_auc in instag task * fix_auc in instag task * fix opmaker error * optmize default value of ins_tag * fix multiary * fix multiary * reback ctr_metric_bundle * reback ctr_metric_bundle * for ci auc_test * code style * code style fix * suit paddle * suit paddle * update code example * complete Auc unittest * set asdispensable * set optional * compatable and code style * fix cu * fix cu * for ci win * update unittests of auc * update code doc by reviews * change code doc by reviews
 - 
由 wuyefeilin 提交于
* mv kernel * mv infershape * mv yaml * update some * maintain decoe_jpeg in old dygraph * fix as review * rm decode_jpeg_op.cu * update for rocm
 - 
由 wuyefeilin 提交于
 - 
由 wuyefeilin 提交于
* mv eigvalsh op
 - 
由 zhiboniu 提交于
* phi_edit_distance * fix
 - 
由 zhangkaihuo 提交于
 
 - 
 - 02 8月, 2022 3 次提交
 - 
- 
由 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
 - 
由 carryyu 提交于
* [PFCC] SeluKernel Optimization * selu kernel optimization * add private Co-authored-by: carryyu <>
 - 
由 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 5 次提交
 - 
- 
由 Leo Chen 提交于
* remove cudaDeviceContext * remove more template * fix rocm compile * remove alias name CUDADeviceContext * fix compile * fix tests * revert changes
 - 
由 Thomas Young 提交于
* update unstack_op * update unstack_op * update unstack_op * fix unstack test * update unstack * update with remote * fix unstack_test.py * temp_save_change_nms_op * add nms test * update nms fix * update unstack_op * temp save change * finish fix nms_op * pass nms test * fix CI * fix ops test * save change * fix code style * fix code style * fix ci and codestyle * fix ci Co-authored-by: NShiningZhang <zhang_liang1991@126.com> - 
由 levi131 提交于
* update code format * add ymal and test * update for comments
 - 
由 Xiaoxu Chen 提交于
 - 
由 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> 
 - 
 - 30 7月, 2022 1 次提交
 - 
- 
由 zhiboniu 提交于
* phi_prior_box * add float[] support * phi_prior_box_optest * update
 
 - 
 - 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 6 次提交
 - 
- 
由 xiaoxiaohehe001 提交于
* depthwise_fp16 * depthwise_fp16 * depthwise_fp16 * depthwise_fp16
 - 
由 HongyuJia 提交于
* test_activation_op unitest error, yaml & activation.py in_dygraph_mode incomplete * fix test_activation_op unitest error, add yaml and dygraph test * fix code style with pre-commit * try to fix namespace error of abs in activation_functor.h * fix namespace error of abs
 - 
由 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
 - 
由 LiYuRio 提交于
 - 
由 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 3 次提交
 - 
- 
由 ming1753 提交于
 - 
由 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 4 次提交
 - 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 6 次提交
 - 
- 
由 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.
 - 
由 zhouweiwei2014 提交于
* [Phi] migrate exponential kernel to phi * fix comment * fix CI
 - 
由 lyq 提交于
 - 
由 Weilong Wu 提交于
* migrate as_complex kernel to phi * support as_complex and as_real in phi * rm GetExpectedKernelType for AsRealOp
 
 - 
 - 19 7月, 2022 1 次提交
 - 
- 
由 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
 
 -