594【BugFix】修复SparseConv3dGrad 算子在 kernel_size和in_channels过小时无法用满核导致出错Bug 已合并 张逸凡:sparseAscend:master 张逸凡创建于 2024-11-16 16:10 克隆/下载 描述 修复SparseConv3dGrad 算子在 kernel_size和in_channels过小时无法用满核导致出错Bug ...
# Vector size 1,279 changes: 1,279 additions & 0 deletions 1,279 apps/dtype-conv3d/kernel/bp-iconv3d.c Load diff Large diffs are not rendered by default. 52 changes: 52 additions & 0 deletions 52 apps/dtype-conv3d/kernel/bp-iconv3d.h Original file line numberDiff line numberDif...
int(sizeof(typename BlockReduceFloatT::TempStorage))}) + (kIsVecLoad ? 0 : kSmemIOSize); };@@ -109,13 +129,13 @@ void causal_conv1d_bwd_kernel(ConvParamsBwd params) { input_t x_vals_load[2 * kNElts] = {0}; input_t dout_vals_load[2 * kNElts] = {0}; ...