- 09 11月, 2022 4 次提交
-
-
由 zyfncg 提交于
* generate static graph code of some op * polish code * fix bug * update default value
-
由 huangjiyi 提交于
-
由 cyber-pioneer 提交于
-
由 FlyingQianMM 提交于
* fix scale kernel configuration error where input numel is 0 * fix code stype * add unit test case for scale op when numel of input x is zero * fix ci codestyle check * add cpu and gpu unit test case for scale op when numel of input x is zero * add uninitialized judgment for input of scale
-
- 08 11月, 2022 2 次提交
-
-
由 Leo Guo 提交于
-
由 Charles-hit 提交于
* support pow_double_grad op * add unit test for pow double grad * fix pow double grad * optimize pow double grad kernel * fix pow double grad kernel
-
- 04 11月, 2022 2 次提交
-
-
由 zyfncg 提交于
* generate static graph code for some activation op * fix bug * fix infermeta of selected_rows
-
由 cyber-pioneer 提交于
* add sin double grad operator * add sin double grad test example * move sindoublegradopmaker to backward.yaml * fix sindoublegrad code * simplify sindoublegrad functor
-
- 03 11月, 2022 1 次提交
-
-
由 wanghuancoder 提交于
-
- 02 11月, 2022 2 次提交
-
-
由 zhangbo9674 提交于
* fix ci bug * test
-
由 YuanRisheng 提交于
* Standardise batch norm * standardize conv3d and depwise_conv2d * fix ci bugs
-
- 01 11月, 2022 3 次提交
-
-
由 Siming Dai 提交于
-
由 YuanRisheng 提交于
* standard_api * add hardtanh
-
由 Chen Weihang 提交于
* add extra attr property set * add type_info for all context * add onednn context to all context * fix context compile error * simplify conv kernel args * pass runtime attr into dev_ctx * fix marco error * clear conv_grad_kernel extra args * merge conv_grad_grad into conv_grad * clear conv2d_grad_grad extra attrs * clear yaml and eager extra attr * fix conv1d error * change to thread local * fix npu compile failed * try to fix windows compile failed * add conv2d onednn phi kernel * fix ci bugs (#36) * fix compile bugs (#38) * fix extra input transform bug (#39) * support dynamic created attr (#40) * reset extra info gen code * rm conv_grad_grad kernel * reimpl pass attr adapting * add int attr support * remove vector inputnames creating * fix map at error * Update paddle/phi/kernels/onednn/conv_grad_kernel.cc Co-authored-by: NSławomir Siwek <slawomir.siwek@intel.com> * remove useless extra attrs * replace mkldnn_engine by onednn_engine Co-authored-by: NYuanRisheng <yuanrisheng@baidu.com> Co-authored-by: NSławomir Siwek <slawomir.siwek@intel.com>
-
- 31 10月, 2022 4 次提交
-
-
由 YuanRisheng 提交于
* standard api * fix ci bugs * fix ci bugs * fix ce bugs
-
由 xiongkun 提交于
* add unittest for einsum-v2-trace and diagonal * repeat labels. * einsum support repeated labels. * forward is ok for diagonal and undiagonalized. TODO: check backward is ok by our theorem. * backward is ok! * fix by PR suggestions. * fix ci error * fix ci error * fix ci warning
-
由 ronnywang 提交于
* [CustomDevice] GetCCLComm add custom device support * update * update * update
-
由 zhouweiwei2014 提交于
-
- 28 10月, 2022 1 次提交
-
-
由 zyfncg 提交于
-
- 25 10月, 2022 1 次提交
-
-
由 zhouweiwei2014 提交于
-
- 24 10月, 2022 2 次提交
-
-
由 zyfncg 提交于
* support selected_rows kernel for multiply in dygraph * delete useless code of slice in fluid * fix complie bug * move slice_array from fluid to phi * fix strided_slice_op_npu
-
由 Zhang Ting 提交于
-
- 21 10月, 2022 1 次提交
-
-
由 zhangyikun02 提交于
-
- 20 10月, 2022 1 次提交
-
-
由 thunder95 提交于
-
- 19 10月, 2022 2 次提交
-
-
由 Chen Weihang 提交于
-
由 will-jl944 提交于
-
- 18 10月, 2022 2 次提交
-
-
由 seemingwang 提交于
* add embedding range check * change head file * change head file * fix
-
由 liu zhengxi 提交于
-
- 17 10月, 2022 2 次提交
-
-
由 Ghost Screaming 提交于
* Fix bug of reduce_sum op. When input.numel() > INT32_MAX, its result is wrong. * support pure bfloat16 * support bf16 linear * update PR to pass CI * tiny fix where_grad_kernel.cu * Support bfloat16 type for reducer and sharding. * Fix some bug. * Polish code. * Polise code. * Add bfloat16 datatype in fill_grad kernels. Co-authored-by: Nsneaxiy <sneaxiy@126.com>
-
由 YuanRisheng 提交于
* namespace modify * update by comment
-
- 13 10月, 2022 4 次提交
-
-
由 xiaohemaikoo 提交于
-
由 zhouweiwei2014 提交于
-
由 Zhang Ting 提交于
* Revert "【Hackathon No.56&38】deformable_conv_v1 算子实现 float16 数据类型支持&前向运行加速 (#46111)"
-
由 Zhang Zheng 提交于
* Correct the logic and remove unnecessary template param * fix error throw * fix print format * fix ci
-
- 12 10月, 2022 1 次提交
-
-
由 Zhang Ting 提交于
This reverts commit 8a5f17e8.
-
- 11 10月, 2022 1 次提交
-
-
由 Feiyu Chan 提交于
-
- 10 10月, 2022 3 次提交
- 30 9月, 2022 1 次提交
-
-
由 Zhang Zheng 提交于
* Optimize performance of depthwise_conv_bwd of filter * op-benchmark * fix * op benchmark * merge bwd
-