chenyilun95 / DSGN2

DSGN++: Exploiting Visual-Spatial Relation for Stereo-based 3D Detectors (T-PAMI 2022)
Apache License 2.0
79 stars 8 forks source link

RuntimeError: CUDA error: no kernel image is available for execution on the device #9

Open Yontara opened 1 year ago

Yontara commented 1 year ago

Screenshot from 2022-12-29 16-07-06

sys.platform: linux Python: 3.7.15 (default, Nov 24 2022, 21:12:53) [GCC 11.2.0] CUDA available: True GPU 0: TITAN RTX CUDA_HOME: /usr/local/cuda-11.1 NVCC: Build cuda_11.1.TC455_06.29190527_0 GCC: gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0 PyTorch: 1.7.1 PyTorch compiling details: PyTorch built with:

TorchVision: 0.8.2 OpenCV: 4.6.0 MMCV: 1.4.0 MMCV Compiler: GCC 7.5 MMCV CUDA Compiler: 11.4 MMDetection: 2.22.0+b251c84

I think it's a problem caused by the difference between the running CUDA version and the compiler CUDA version. I tried many things, but I couldn't fix the bug. Can you help me with this?