You need to sign in or sign up before continuing.
Commit 4edd264b authored by Shaoshuai Shi's avatar Shaoshuai Shi
Browse files

update setup.py to support pointnet2 cuda

parent cf29d887
...@@ -77,7 +77,9 @@ if __name__ == '__main__': ...@@ -77,7 +77,9 @@ if __name__ == '__main__':
'src/group_points.cpp', 'src/group_points.cpp',
'src/group_points_gpu.cu', 'src/group_points_gpu.cu',
'src/sampling.cpp', 'src/sampling.cpp',
'src/sampling_gpu.cu', 'src/sampling_gpu.cu',
'src/interpolate.cpp',
'src/interpolate_gpu.cu',
], ],
), ),
], ],
......
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