- 24 3月, 2023 1 次提交
-
-
由 TaoTao Li 提交于
* add all_reduce, reduce kernel and api * fix all_reduce reduce ut fix reduce op maker conflict fix merge conflicts * fix conflicts, rename ReduceOp->ReduceBaseOp in reduce_ops rename allreduce op, to remove * fix code format fix comments * modify test_collective_reduce_api ut timeout * fix PR-CI-Build fix comments: format phi operator
-
- 13 3月, 2023 1 次提交
-
-
由 TaoTao Li 提交于
* add all_gather and fix conflicts * fix code format * fix ut * fix broadcast ut
-
- 09 3月, 2023 1 次提交
-
-
由 TaoTao Li 提交于
* * add comm context for device context * add broadcast phi operator kernel and api * add broadcast support dtype, update ut * fix broadcast bfloat16 type * fix ut * update test_collective_broadcast_api timeout to 300
-
- 30 11月, 2022 1 次提交
-
-
由 zyfncg 提交于
* rename some kernel name * fix compile problem
-
- 17 11月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
* standard api * fix xpu bugs
-
- 01 11月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
* standard_api * add hardtanh
-
- 31 10月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
* standard api * fix ci bugs * fix ci bugs * fix ce bugs
-
- 05 9月, 2022 1 次提交
-
-
由 Aurelius84 提交于
* [OpAttr]ksize of pool2d support Tensor type * fix unittest * add unittest
-
- 31 8月, 2022 1 次提交
-
-
由 Charles-hit 提交于
* fix split bug * solve function redefine * fix fluid.layers.split and add unit test * delete splitInferMeta register in unary.cc * modify test_split_op GPU unit test * modify test_split_op GPU unit test place param * refactor split op and fix infershape bugs * add () in && and || * fix split C++ unit test * fix split infershape
-
- 30 8月, 2022 4 次提交
-
-
由 WangZhen 提交于
* Adapt tensor axis for argmin/max * Add UT * Polish UT
-
由 WangZhen 提交于
* [OpAttr]Adapt tensor axis for reduce_min/max/mean/sum/prod
-
由 Aurelius84 提交于
* [OpAttr]padding_value of Pad support Tensor type * fix unittest * fix unittest * fix coverage
-
由 WangZhen 提交于
-
- 26 8月, 2022 1 次提交
-
-
由 kangguangli 提交于
* remove fluid kernel and activate phi kernel * fix parameter error * transfer mkldnn part * modify header file path * fix compile error * transfer special case * fix lod setting and special case for layout setting * add testcase and refine code
-
- 25 8月, 2022 1 次提交
-
-
由 Aurelius84 提交于
* [OpAttr]axis of Reverse Support Tensor type * fix coverage * fix unittest
-
- 24 8月, 2022 1 次提交
-
-
由 WangZhen 提交于
-
- 18 8月, 2022 1 次提交
-
-
由 Aurelius84 提交于
* [OpAttr]Squeeze axes support Tensor * add support_tensor * fix unittest * fix coverage
-
- 10 8月, 2022 1 次提交
-
-
由 duanboqiang 提交于
* add class center sample infershape * add yaml * modify unittest * modify unittest * remove comment
-
- 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 6 次提交
-
-
由 zhiboniu 提交于
* phi_fill_diagonal * remove old kernels * update * update attr args * refix * update
-
由 Thomas Young 提交于
* save change * save change by YSL * save change by YSL * change by YSL * test pre commit * Revert "test pre commit" This reverts commit eee5e116331186cc544de871b4a5174a6431f17c. * fix code style * fix ctest * temp save * save change * change by YSL * final change by ysl * fix ci * fix code style * delete unuse code * change by ysl
-
由 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 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
-
- 01 8月, 2022 2 次提交
-
-
由 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
-
- 29 7月, 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 * 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 2 次提交
-
-
由 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
-
- 27 7月, 2022 1 次提交
-
-
由 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
-
- 26 7月, 2022 2 次提交
-
-
由 wanghuancoder 提交于
* add reverse yaml
-
由 xiongkun 提交于
* transfer the svd infer into phi infermeta * remove the svd.h * modify svd api * fix svd error by insert optional
-
- 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
-
- 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
-