Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hust17yixuan committed Aug 28, 2024
1 parent c40d772 commit 86972df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmcv/ops/csrc/pytorch/npu/three_nn_npu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ void three_nn_forward_npu(int b, int n, int m, const Tensor unknown,
at::Tensor source = known.contiguous();
at::Tensor target = unknown.contiguous();
auto originDtype = source.scalar_type();

bool is_from_knn = false;
EXEC_NPU_CMD(aclnnKnn, source, target, is_from_knn, dist2);
}
Expand Down

0 comments on commit 86972df

Please sign in to comment.