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 = ...@@ -38,4 +38,4 @@ static auto registry =
&spconv::indiceMaxPoolBackward<at::Half>) &spconv::indiceMaxPoolBackward<at::Half>)
.op("spconv::nms", &spconv::nonMaxSuppression<float>) .op("spconv::nms", &spconv::nonMaxSuppression<float>)
.op("spconv::pillar_scatter_float", &spconv::pointPillarScatter<float>) .op("spconv::pillar_scatter_float", &spconv::pointPillarScatter<float>)
.op("spconv::pillar_scatter_half", &spconv::pointPillarScatter<at::Half>); .op("spconv::pillar_scatter_half", &spconv::pointPillarScatter<at::Half>);
\ No newline at end of file
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