Skip to content

Commit 9ebec86

Browse files
author
humanpose1
committed
forget pybind namespace
1 parent 15e7078 commit 9ebec86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cpu/src/bindings.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#include "group_points.h"
22
#include "ball_query.h"
33

4+
using namespace pybind11::literals;
5+
46
PYBIND11_MODULE(TORCH_EXTENSION_NAME, m) {
57
m.def("group_points", &group_points);
68

0 commit comments

Comments
 (0)