Skip to content

Commit

Permalink
torch_npu support aclnn
Browse files Browse the repository at this point in the history
  • Loading branch information
momo609 committed Nov 27, 2023
1 parent ef22a07 commit 613a6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmcv/ops/csrc/common/pytorch_npu_util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ inline aclScalar *ConvertType(const at::Scalar &at_scalar) {
}
default:
acl_scalar = nullptr;
break;
break;
}
return acl_scalar;
}
Expand Down

0 comments on commit 613a6a3

Please sign in to comment.