- 21 3月, 2022 4 次提交
- 
- 
由 niuliling123 提交于* Support MaskedSelectGrad op with Kernel Primitive API 
- 
由 sneaxiy 提交于
- 
由 From00 提交于* Move conv-transpose OPs to phi * Fix CI errors * Fix CI errors 
- 
由 From00 提交于
 
- 
- 18 3月, 2022 2 次提交
- 
- 
由 zhangkaihuo 提交于sparse maxpool; kernel_registry support sparse tensor 
- 
由 chentianyu03 提交于* move reduce_mean_grad kernel into phi * move reduce_max/min_grad into phi * remove raw max/min grad kernel * fix bug * fix max/min grad error * move all reduce_grad kernel into one file * add prod grad kernel * add infermeta for prod kernel 
 
- 
- 17 3月, 2022 4 次提交
- 
- 
由 niuliling123 提交于
- 
由 hong 提交于* update * fix bugs; test=develop * update; test=develop * fix test compile error; test=develop * fix cpu compile error; test=develop * fix test error; test=develo * fix layer_norm_op plugin error; test=develop * fix error; test=develop * fix test bug; test=develop * update; test=develop * polish code; test=develop * fix bugs; test=develop * remove unused depency; test=develop * polish code; test=develop 
- 
由 YuanRisheng 提交于
- 
由 niuliling123 提交于* Replace PADDLE_WITH_XPU2 with PADDLE_WITH_KP 
 
- 
- 16 3月, 2022 7 次提交
- 
- 
由 Zhong Hui 提交于* segment pool support for int int64 kernel. * add support in python api 
- 
由 From00 提交于
- 
由 Aurelius84 提交于* [Phi] Migrate mode_op and mode_grad_op into Phi * fix omp * add ifdef * migrate infershape * modify according reviewer 
- 
由 zhangkaihuo 提交于restructure conv 
- 
由 YuanRisheng 提交于
- 
由 caozhou 提交于* migrate multiplex op kernel * migrate qr cpu kernel * migrate tril_triu op kernel * fix multiplex kernel * add kernel sig * fix dependence and bug * fix multiplex error * fix npu include error * fix conflict * fix conflict and delete tril_triu * fix date and multiplex input * adapt header file order * fix header file include * fix conflict * delete cholesky_solve_op.h * delete triangular_solve_op.h 
- 
由 xiongkun 提交于
 
- 
- 15 3月, 2022 4 次提交
- 
- 
由 xiongkun 提交于[phi] Transfer lgamma, kldiv_loss, isclose, cumprod kernels into phi and pass the tests of these four kernels (#39770) * tranfer and pass the lgamma unittest * merge and pass the test * transfer kldiv_loss and kldiv_loss_grad; pass the unitest * trafer the isclose and cumprod kernel * change PT_REGISTER -> PD_REGISTER * fix by code review * fix by code review * fix * remove enforce include dependence from scalar * fix * fix by code review * fix by code review 
- 
由 chentianyu03 提交于* add reduce_min kernel * remove raw reduce_min kernel * add reduce min * add reduce any all impl * add bool reduce Kernel * remove raw any/all kernel * add any all kernel * rm comment 
- 
由 YuanRisheng 提交于* move activation op * adjust code format * fix compile bugs * fix ci bugs * code format adjust * code format adjust2 * activate ci status * modify according to comment * move activation kernel * revert relu6 * reduce add code * perfect use_phi_functor * completing func name * fix bugs when run ci * fix bugs when run infr * modifpy infrt get kernel signature 
- 
由 crystal 提交于
 
- 
- 14 3月, 2022 4 次提交
- 
- 
由 Leo Chen 提交于* fix gpu conetxt callback * fix gpu callback * fix callback early destruct problem 
- 
由 Xiaoxu Chen 提交于
- 
由 From00 提交于* Move Pool OPs to phi * Fix CI error * Fix conflicts 
- 
由 zhangkaihuo 提交于* move the common function to kernel/funcs/sparse/ * add namespace * rm unused file * move func * reuse code 
 
- 
- 13 3月, 2022 1 次提交
- 
- 
由 Chen Weihang 提交于
 
- 
- 11 3月, 2022 2 次提交
- 
- 
由 zhouweiwei2014 提交于
- 
由 chentianyu03 提交于* add reduce_sum grad kernel * add reduce_grad * modify reduce grad * update reduce grad functions * fix build error * add argument mapping * move cast input after grad * add dims.size=1 cpu reduce_sum grad compute method * update reduce grad GPU * remove raw reduce_sum_grad kernel * modify header files * add namespace funcs for reduce_grad_funcstions 
 
- 
- 10 3月, 2022 2 次提交
- 
- 
由 Zhang Zheng 提交于* first commit * cpu kernel * first version * fix compile error * fix compile error * delete v2 * fix * fix * add alias * fix * fix * fix * fix error * fix * fix * fix * fix format 
- 
由 Zhong Hui 提交于* move segment_pool to phi. * mark summed ids as optional tensor. * fix as reviews. 
 
- 
- 09 3月, 2022 5 次提交
- 
- 
由 Linjie Chen 提交于* move viterbi to phi * move infershape to phi * update infershape * fix * resolve conflicts 
- 
由 YuanRisheng 提交于
- 
由 crystal 提交于* migrate eigh to phi * optimize code * modify code according to comment * conflict resolution 
- 
由 chenenquan 提交于* [Phi] Migrate linspace op * [Phi] Migrate linspace op * [Phi] Fix linspace op * [PHI] rename data_tranform to data_type_transform * [PHI] Fix DECLARE and PD 
- 
由 chentianyu03 提交于* add reduce_max kernel * add reduce max kernel * update reduce max Argumentmapping * remove reduce_max kernel * remove reduce_max kernel * add reduce max infermeta * rename reduce infermeta 
 
- 
- 08 3月, 2022 4 次提交
- 
- 
由 Yiqun Liu 提交于
- 
由 Chen Weihang 提交于* move matrix inverse into phi * change license year 
- 
由 YuanRisheng 提交于[Phi]Move Relu/Cos/Sin/Tan/Acos/Asin/Atan/Sinh/Cosh/Asinh/Acosh/Atanh kernels in Activation to Phi (#40175) * move activation op * adjust code format * fix compile bugs * fix ci bugs * code format adjust * code format adjust2 * activate ci status * modify according to comment 
- 
由 WJJ1995 提交于* support isfinite for phi * mark v2 * fixed bugs * fixed include bugs * deal with comments * decoupling selected_rows * rm bfloat16 * fixed infermeta * fixed code style * rm useless code * replace pt by pd 
 
- 
- 07 3月, 2022 1 次提交
- 
- 
由 YuanRisheng 提交于* move elementwise_div grad * change mutable_data to alloc * fix compile bugs 
 
- 
 
