DCNv2_latest
DCNv2_latest copied to clipboard
Error when run testcuda.py
The environment is: torch1.11+cu11.3+python3.8+ubuntu22.04
And the project is seccessfully compiled.
When run the testcuda.py ,i run into the following questions:
error in modulated_deformable_im2col_cuda: no kernel image is available for execution on the device
error in modulated_deformable_col2im_coord_cuda: no kernel image is available for execution on the device
error in modulated_deformable_col2im_cuda: no kernel image is available for execution on the device
error in modulated_deformable_im2col_cuda: no kernel image is available for execution on the device
error in modulated_deformable_col2im_coord_cuda: no kernel image is available for execution on the device
error in modulated_deformable_col2im_cuda: no kernel image is available for execution on the device
error in modulated_deformable_im2col_cuda: no kernel image is available for execution on the device
torch.Size([2, 64, 128, 128])
Traceback (most recent call last):
File "testcuda.py", line 285, in
Could please help me solve this?