"docs-source/vscode:/vscode.git/clone" did not exist on "ce9fcace1c7c3835ab3970781a2bceebb3e563e7"
Unverified Commit c336139f authored by Yan Yan's avatar Yan Yan Committed by GitHub
Browse files

Merge pull request #105 from dev-fennek/master

Update all.cc
parents 83344f71 f0d7a46d
......@@ -38,4 +38,4 @@ static auto registry =
&spconv::indiceMaxPoolBackward<at::Half>)
.op("spconv::nms", &spconv::nonMaxSuppression<float>)
.op("spconv::pillar_scatter_float", &spconv::pointPillarScatter<float>)
.op("spconv::pillar_scatter_half", &spconv::pointPillarScatter<at::Half>);
\ No newline at end of file
.op("spconv::pillar_scatter_half", &spconv::pointPillarScatter<at::Half>);
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment