- 16 3月, 2022 8 次提交
- 
- 
由 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 提交于
- 
由 phlrain 提交于
 
- 
- 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 3 次提交
- 
- 
由 YuanRisheng 提交于* move elementwise_div grad * change mutable_data to alloc * fix compile bugs 
- 
由 Chen Weihang 提交于* remove storage deps of empty * remove invalid empty method * remove error empty using * fix test_sparse_utils_dev_api * revert some sparse change * add memset for conv grad * resolve conflict * resolve conflict * resolve conflict 
- 
由 zhangbo9674 提交于* add gaussian random * add full * refine reduce * refine code * refine gaussian_random unittest * add unittest for fill_any_like fill_constant 
 
- 
- 06 3月, 2022 1 次提交
- 
- 
由 zhouweiwei2014 提交于* Migrate triangular_solve op into phi * fix CI * move MatrixReduceSum to phi funcs * move MatrixReduceSum to phi funcs * fix comment * fic CI 
 
- 
- 05 3月, 2022 1 次提交
- 
- 
由 Chen Weihang 提交于* remove eig dep for svd helper * fix win failed 
 
- 
- 04 3月, 2022 5 次提交
- 
- 
由 hong 提交于* add yolo box kernel; test=develop * fix comile error; test=develop 
- 
由 Feiyu Chan 提交于move cpu_vec.h to phi/kernels/funcs. 
- 
由 zhouweiwei2014 提交于* Migrate bitwise_and/or/xor/not op into phi * fix CI 
- 
由 Leo Chen 提交于* clean distribution_helper, index_impl, aligned_vector code in fluid * fix conflicts 
- 
由 chentianyu03 提交于* move reduce gpu impl funcs into pten/kernels/funcs * change reduce header name and namespace * fix spell word error * change mutable_data to dev_ctx.Alloc * modify place to devcontex * format code style * fix build error * fix build error * fix conflict 
 
- 
 
