Error when compile CUDA operators
Closed this issue · 2 comments
hengseuer commented
Thanks for sharing your work.
I got some errors when I try to compile votr_ops.
As shown below, the source list includes build_mapping.cpp
, build_mapping_gpu.cu
,build_attention_indices.cpp
and build_attention_indices_gpu.cu
. But these files cannot be found in the folder of pcdet/ops/votr_ops/
.
Lines 56 to 64 in c44a21c
Can you give me some advice? Thanks.
PointsCoder commented
@ahaheng Missing files have been added.
hengseuer commented
@ahaheng Missing files have been added.
Thanks.