- 03 9月, 2021 1 次提交
-
-
由 沉潜的鱼儿 提交于
* add log_softmax_op_npu * log_softmax_op_v1 * import test_log_softmax_grad
-
- 02 9月, 2021 6 次提交
-
-
由 JingZhuangzhuang 提交于
* [NPU] Support npu kernel for gather_ng op * [NPU] Support npu kernel for gather_nd op * [NPU] Support npu kernel for gather_nd and gather_nd_grad op * update py format error. * modify gather_nd_op_npu * modify gather_nd 910 test * modify gather_nd 910 test Co-authored-by: Nxiaoxiaohehe001 <hiteezsf@163.com>
-
由 xiongkun 提交于
* Add SVD Op and it's GPU and CPU kernel * Remove CUDAPlace in test_svd_op, make the test available in CPU package * modfity the file * fix windows bug/ fix ROCM / fix test timeout * for pass the CIs * improve error report * for code review * some modification to test_svd_op * change python code style * expose the svd interface for document
-
由 zhulei 提交于
* [NPU] Add label_smooth_op * [NPU] Add label_smooth_op
-
由 Li Min 提交于
-
由 wangxinxin08 提交于
add axis check for elementwise op while the dimension of x is equal to the dimension of tensor (#35340)
-
由 Baibaifan 提交于
-
- 01 9月, 2021 10 次提交
-
-
由 LielinJiang 提交于
-
由 jakpiase 提交于
* aded slice FWD FP32 * added tests for slice FWD FP32 * added slice bwd * added bf16 tests * CI fix * CI fix * added reason to skip_if * minor change * temporary fix for failing test * temporary fix * changes after review * CI rerun
-
由 Yuang Liu 提交于
-
由 wanghuancoder 提交于
* modify fetch logic, use D2H Stream, test=develop * refine, test=develop
-
由 baoachun 提交于
* add strided_slice_grad op for npu
-
由 wangguanzhong 提交于
* stablize depthwise conv * clean commend
-
由 QingshuChen 提交于
* support KL label smooth * update UT for KL label_smooth
-
由 Roc 提交于
-
由 niuliling123 提交于
* add ElementwiseTernary, Reduce, ReadDataStride
-
由 cc 提交于
-
- 31 8月, 2021 4 次提交
-
-
由 wenbin 提交于
* add trt error information. * rerun ci
-
由 Huihuang Zheng 提交于
As the title, see details at the PR description.
-
由 Aganlengzi 提交于
-
由 Aganlengzi 提交于
-
- 30 8月, 2021 3 次提交
-
-
由 zhulei 提交于
* [NPU] Add log_loss op * [NPU] Add log_loss op * [NPU] Add log_loss op
-
由 zhulei 提交于
* [Op Def] Add extra def of linear_interp & linear_interp_v2 * [Op Def] Add extra def of linear_interp & linear_interp_v2 & addmm
-
由 xiongkun 提交于
* tmp * Tile - Assign - Crop * Finish the set value npu kernel and test case in npu * improve the error message * Modify according to zhangliujie * code review
-
- 27 8月, 2021 6 次提交
-
-
由 JYChen 提交于
-
由 xiaoting 提交于
* add maxunppol2d op, test=develop * fix typo, test=develop * fix unpool unitest, test=develop * fix unpool code-example, test=develop * fix for unpool_op_unittest,test=develop * fix example code, test=develop * add noqa:F401, test=develop * fix converage, test=develop * fix unitest for unpool, test=develop * rename unpool2d to unpool, test=develop * rename unpool2d to unpool, test=develop
-
由 Guoxia Wang 提交于
* sparse_momentum_op is used to save w@GRAD memory for gather_op when gather from a large parameter
-
由 zhupengyang 提交于
-
由 baoachun 提交于
* add elementwise max grad op for npu * add elementwise max grad op for npu * add elementwise max grad op for npu * add elementwise max grad op for npu * add elementwise max grad op for npu
-
由 WeiXin 提交于
* polish the error message of paddle.slice. * polish code.
-
- 26 8月, 2021 9 次提交
-
-
由 Jacek Czaja 提交于
[oneDNN] disable caching oneDNN primitives in matmul v2, Reduce grad and elementwise_add grad, expand_v2 (#35132) * - grad caching disabled of matmul_v1 - compilation fix - compilation fix * - reduction removed * - Matmul v2 disabled caching * Draft of further changes * - workaround for reducegrad * - fixes to UT * - fix to compilation * - another fix * - fix
-
由 duanboqiang 提交于
* fix assign bug support fp16 uint8 * fix dygragh assign bool bug * modify code style * revoke bool modification
-
由 smallv0221 提交于
* Support dropout backward in eval mode * add downscale case * minor fix * minor fix
-
由 Aurelius84 提交于
* Modify into QueueSync QueueAsync * fix complie on MacOS * fix pointer * fix conflict * polish unittest * fix windows fetch error * polish code according reviewer * fix device_guard on CPU place
-
由 Li Min 提交于
Describe Add feed_forward for fused attention op. (1) Encapsulate matmul impl (forward and backward) used in attention op. (2) Implement bias_add (forward and backward) used in attention op.
-
由 Bo Liu 提交于
-
由 shiyutang 提交于
* add_roi_align_npu * update * update * update
-
由 duanboqiang 提交于
-
由 XGZhang 提交于
-
- 25 8月, 2021 1 次提交
-
-
由 jakpiase 提交于
* temporary change * fix for expand_v2 * changes after review, activated ppyolov inference test
-