- 01 9月, 2021 9 次提交
-
-
由 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 6 次提交
-
-
由 jakpiase 提交于
* temporary change * fix for expand_v2 * changes after review, activated ppyolov inference test
-
由 zhaoyingli 提交于
-
由 ronnywang 提交于
-
由 Yuang Liu 提交于
-
由 ronnywang 提交于
-
由 taixiurong 提交于
-
- 24 8月, 2021 3 次提交
-
-
由 gongweibao 提交于
-
由 wanghuancoder 提交于
* add fetch, test=develop * fix fetch2op, test=develop * fix fetch2op, test=develop * refine, test=develop * fix fetch ctx, test=develop * add wait, test=develop * rename fetch2 to fetch_v2, test=develop * merge, test=develop
-
由 duanboqiang 提交于
* fix bmm bug * bmm style * fix bmm
-