- 24 9月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
* fix error message in conv/conv_transpose. test=develop
-
- 21 9月, 2020 1 次提交
-
-
由 Leo Chen 提交于
* support use add instead of sum to do gradient accumulation * add inplace addto pass * add grad_add op and inplace addto pass * remove debug code * code refine * fix bug when sereral sum ops inserts at same op_idx * fix Flags type * add addto attribute for conv3d * fix ut * code clean * fix type
-
- 03 4月, 2020 1 次提交
-
-
由 zhongpu 提交于
* use global conv cache; test=develop * use singleton cache; test=develop * fix format error; test=develop * add cudnn helper header; test=develop * fix header error; test=develop * fix mac unitest; test=develop * fix mac unitest; test=develop * fix file format; test=develop * fix include file error, test=develop * remove kernel_configs_ in class ExecutionContext and kernel_configs_map_ in class OperatorWithKernel, test=develop * fix test_elementwise_mul_op_dim, test=develop * fix compile error, test=develop Co-authored-by: Nphlrain <phliuhongyu@126.com>
-
- 02 4月, 2020 2 次提交
-
-
由 zhongpu 提交于
* use global conv cache; test=develop * use singleton cache; test=develop * fix format error; test=develop * add cudnn helper header; test=develop * fix header error; test=develop * fix mac unitest; test=develop * fix mac unitest; test=develop * fix file format; test=develop * fix include file error, test=develop * remove kernel_configs_ in class ExecutionContext and kernel_configs_map_ in class OperatorWithKernel, test=develop * fix test_elementwise_mul_op_dim, test=develop Co-authored-by: Nphlrain <phliuhongyu@126.com>
- 16 3月, 2020 1 次提交
-
-
由 wangchaochaohu 提交于
-
- 22 1月, 2020 1 次提交
-
-
由 ceci3 提交于
-
- 07 1月, 2020 1 次提交
-
-
由 Chen Weihang 提交于
-
- 24 11月, 2019 1 次提交
-
-
由 gongweibao 提交于
-
- 04 11月, 2019 1 次提交
-
-
由 wangchaochaohu 提交于
-
- 23 10月, 2019 1 次提交
-
- 18 10月, 2019 1 次提交
-
-
由 lvmengsi 提交于
-
- 16 10月, 2019 1 次提交
-
-
由 wangchaochaohu 提交于
* add condition judgement for performance improvement test=develop * add condition judgement for performance improvement test=develop * refine code style test=develop
-
- 12 10月, 2019 1 次提交
-
-
由 lvmengsi 提交于
* fix_conv_grad_grad * fix_bug, test=develop
-
- 09 10月, 2019 1 次提交
-
-
由 liym27 提交于
* Delete PadFuntion, include padding.h instead. test=develop * move function(IsSymmetricPadding) from conv_cudnn_op.cu/conv_transpose_cudnn_op.cu to padding.h, test=develop
-
- 29 9月, 2019 1 次提交
-
-
由 liym27 提交于
1.support asymmetric padding; 2.support padding algorithm:"SAME" and "VALID"; 3.support channel_last: data_format NHWC and NDHWC; 4.change doc of python API and c++; test=develop, test=document_preview
-