Skip to content

Commit 613a6a3

Browse files
committed
torch_npu support aclnn
1 parent ef22a07 commit 613a6a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmcv/ops/csrc/common/pytorch_npu_util.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ inline aclScalar *ConvertType(const at::Scalar &at_scalar) {
305305
}
306306
default:
307307
acl_scalar = nullptr;
308-
break;
308+
break;
309309
}
310310
return acl_scalar;
311311
}

0 commit comments

Comments
 (0)