ch3cook-fdu / Vote2Cap-DETR

[CVPR 2023] Vote2Cap-DETR and [T-PAMI 2024] Vote2Cap-DETR++; A set-to-set perspective towards 3D Dense Captioning; State-of-the-Art 3D Dense Captioning methods
MIT License
78 stars 5 forks source link

CUDA kernel failed : no kernel image is available for execution on the device #22

Open 1301358882 opened 2 weeks ago

1301358882 commented 2 weeks ago

CUDA kernel failed : no kernel image is available for execution on the device void furthest_point_sampling_kernel_wrapper(int, int, int, const float, float, int*) at L:231 in /home/imi1214/WY/wang/Vote2Cap-DETR-master/third_party/pointnet2/_ext_src/src/sampling_gpu.cu Hello, I would like to ask if the third GPU can run normally on the same machine. When I run on the first GPU, the above error is reported. Do you know what happened? Thank you very much!

1301358882 commented 2 weeks ago

CUDA kernel failed : no kernel image is available for execution on the device void furthest_point_sampling_kernel_wrapper(int, int, int, const float, float, int*) at L:231 in /home/imi1214/WY/wang/Vote2Cap-DETR-master/third_party/pointnet2/_ext_src/src/sampling_gpu.cu Hello, I would like to ask if the third GPU can run normally on the same machine. When I run on the first GPU, the above error is reported. Do you know what happened? Thank you very much!

First on the tesla P100-PCI-16GB card run, and later on the NVIDIA RTX A6000 card run report the above error.

ch3cook-fdu commented 2 weeks ago

We have not tested our methods on the above mentioned hardwares. Maybe checking issues from https://github.com/facebookresearch/votenet might help you with the compilation of point2 package.

1301358882 commented 2 weeks ago

We have not tested our methods on the above mentioned hardwares. Maybe checking issues from https://github.com/facebookresearch/votenet might help you with the compilation of point2 package.

It has been solved, I updated cuda to 11.3. Thank you!