ma-xu/pointMLP-pytorch

CUDA kernel failed

AILWQ opened this issue · 3 comments

AILWQ commented

Hello! when I run the 'main.py', there is an error occured as following:

CUDA kernel failed : invalid device function
void furthest_point_sampling_kernel_wrapper(int, int, int, const float*, float*, int*) at L:228 in /home/deepmodel/lwq/pointMLP-pytorch/pointnet2_ops_lib/pointnet2_ops/_ext-src/src/sampling_gpu.cu

Before that, I have installed all the packages you provided. Do you know how to deal with this error above? Thank you!

ma-xu commented

@lwq2021
Hi, this may caused by using the wrong version of cuda. See facebookresearch/detectron2#62 (comment)

Also, You can avoid installing thi lib via the following two options: 1) #36 (comment) 2) #2 (comment)

ma-xu commented

closed since no further discussions. pls feel free to re-open it if necessary.

AILWQ commented

closed since no further discussions. pls feel free to re-open it if necessary.

OK, Thank you !