- 30 8月, 2022 1 次提交
 - 
- 
由 Chen Weihang 提交于
 
 - 
 - 29 8月, 2022 3 次提交
 - 
- 
由 Sławomir Siwek 提交于
* abs relu6 fwd * abs bwd * gaussian_random_kernel and mkldnn-onednn renaming * scale kernel * whitespace * whitespace * revert scale migration * whitespaces * revert changes to gaussian kernel * whitespaces
 - 
由 Zhang Ting 提交于
* fix hard_swish inf * skip_check_grad for mkldnn op * 'fix code style' * fix unittest
 - 
由 Siming Dai 提交于
* move incubate to geometric * add paddle.geometric * fix unittest bug * add float16 support for segment op * change reindex and sample neighbors flag name * add heter graph reindex * move sample_neighbors.py to neighbors.py * delete khop_sampler in geometric * delete unused code * change sample_neighbors api input order * fix en doc * fix unittest * fix unittest * change reindex * fix division by 0 * delete unnecessary input argument * delete final_state
 
 - 
 - 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
 
 - 
 - 24 8月, 2022 1 次提交
 - 
- 
由 Leo Chen 提交于
* make tensor_util contains no cuda code * refine isfinite * revert ut * move isfinite function to its op * fix test * fix compile * std::isnan is not defined for int type on windows * fix windows compile * fix fp16 * fix rocm compile * revert gradient node
 
 - 
 - 23 8月, 2022 2 次提交
 - 
- 
由 niuliling123 提交于
 - 
由 YuanRisheng 提交于
* move distribute_fpn_proposals * fix some code * fix yaml bugs * add set dtype * move proposal_impl to funcs * fix compile bugs
 
 - 
 - 22 8月, 2022 1 次提交
 - 
- 
由 shangliang Xu 提交于
 
 - 
 - 17 8月, 2022 2 次提交
 - 11 8月, 2022 1 次提交
 - 
- 
由 carryyu 提交于
* make affine_grid_op support 5d_input on cpu and gpu
 
 - 
 - 08 8月, 2022 4 次提交
 - 
- 
由 yeliang2258 提交于
* add inf and nan support in equal * add header * fix nan and update test * update test * update test * update test * update code * update compare test * update func * update * update * fix * update
 - 
由 zhangkaihuo 提交于
* sparse conv support duplicate coordinates
 - 
由 Thomas Young 提交于
 - 
由 fwenguang 提交于
 
 - 
 - 07 8月, 2022 1 次提交
 - 
- 
由 Chen Weihang 提交于
* fix header pos error * fix namespace error
 
 - 
 - 05 8月, 2022 3 次提交
 - 
- 
由 YuanRisheng 提交于
* move mkldnn activation kernel * fix compile bugs * fix compile bugs * deal with conflict * fix compile bugs * fix windows compile bugs * mkldnn unittest fix * change mutable to alloc * fix unittest bugs * modify code according comment
 - 
由 zhangkaihuo 提交于
 - 
由 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 次提交
 - 
- 
由 zhiboniu 提交于
* phi_generate_proposals_v2 * remove old kernels * optest add eager_check * del lod * update * update * update test_detection with_lod * update nms_util * remove old nms_util.h
 
 - 
 - 03 8月, 2022 2 次提交
 - 
- 
由 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
 - 
由 zhiboniu 提交于
* add cmake enforce * transfer multiclass_nms3 to phi
 
 - 
 - 02 8月, 2022 1 次提交
 - 
- 
由 carryyu 提交于
* [PFCC] SeluKernel Optimization * selu kernel optimization * add private Co-authored-by: carryyu <>
 
 - 
 - 01 8月, 2022 4 次提交
 - 
- 
由 Leo Chen 提交于
* remove cudaDeviceContext * remove more template * fix rocm compile * remove alias name CUDADeviceContext * fix compile * fix tests * revert changes
 - 
由 zhouweiwei2014 提交于
 - 
由 levi131 提交于
* update code format * add ymal and test * update for comments
 - 
由 Xiaoxu Chen 提交于
 
 - 
 - 29 7月, 2022 1 次提交
 - 
- 
由 Leo Chen 提交于
* remove cudaDeviceContext * remove more template * fix rocm compile
 
 - 
 - 28 7月, 2022 2 次提交
 - 
- 
由 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
 - 
由 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
 
 - 
 - 26 7月, 2022 2 次提交
 - 
- 
由 zhangkaihuo 提交于
 - 
由 xiongkun 提交于
* add complex for einsum grad kernel * pass the ci
 
 - 
 - 25 7月, 2022 2 次提交
 - 22 7月, 2022 2 次提交
 - 21 7月, 2022 1 次提交
 - 
- 
由 ming1753 提交于
* fc support fp16 * add a ‘,’ on paddle_pass_builder.cc * fc support fp16 on non-cuda.
 
 - 
 - 18 7月, 2022 2 次提交
 - 
- 
由 zhouweiwei2014 提交于
 - 
由 Wilber 提交于
* test * update
 
 -