Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CUDA ERROR #27

Open
Pomato1999 opened this issue Oct 20, 2022 · 2 comments
Open

CUDA ERROR #27

Pomato1999 opened this issue Oct 20, 2022 · 2 comments

Comments

@Pomato1999
Copy link

" no kernel image is available for execution on the device !"
but when I train other net ,this did not happen. so I think if there is a problem with the installation.

@nicolasugrinovic
Copy link

nicolasugrinovic commented Oct 21, 2022

Did you solve this? Are you still having that error message?
I get something similar when the code is executed:

error in nnd updateOutput: no kernel image is available for execution on the device
error in nnd get grad: no kernel image is available for execution on the device

Possibly something to do with the CUDA and nvidia driver versions?

@Pomato1999
Copy link
Author

Did you solve this? Are you still having that error message? I get something similar when the code is executed:

error in nnd updateOutput: no kernel image is available for execution on the device
error in nnd get grad: no kernel image is available for execution on the device

Possibly something to do with the CUDA and nvidia driver versions?

did not . When I execute the test code,
import torch, chamfer3D.dist_chamfer_3D, fscore
chamLoss = chamfer3D.dist_chamfer_3D.chamfer_3DDist()
points1 = torch.rand(32, 1000, 3).cuda()
points2 = torch.rand(32, 2000, 3, requires_grad=True).cuda()
All the above are normal,but,
‘ dist1, dist2, idx1, idx2 = chamLoss(points1, points2) ’,
' no kernel image is available for execution on the device!‘
It bothers me,I don't know what went wrong.
Your situation is the same as mine,so Which version do you use ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants