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

libtorch problem on windows: fatBinaryCtl_CreateHandle #20350

Closed
zhuqiang00099 opened this issue May 10, 2019 · 3 comments
Closed

libtorch problem on windows: fatBinaryCtl_CreateHandle #20350

zhuqiang00099 opened this issue May 10, 2019 · 3 comments
Labels
module: windows Windows support for PyTorch

Comments

@zhuqiang00099
Copy link

Environment

  • libtorch version win-cu90-1.1.0
  • cuda-driver 10.1
  • gpu devices GTX1080 and RTX2070 (on one computer)

Description

on gtx1080, the trace-model can be loaded through jit, but an error occurs on rtx2070,it says fatBinaryCtl_CreateHandle can not be located on C:\WINDOWS\system32\nvcuda.dll. I have tested successfully on notebooks with GTX1060,GTX965M,GTX920M,GTX960M,GTX940MX. The issue looks like has something to do with the cuda-driver or the new RTX card ?

any device or help ? thank you.

@pytorchbot pytorchbot added the module: windows Windows support for PyTorch label May 10, 2019
@peterjc123
Copy link
Collaborator

nvcuda.dll is managed by your GPU driver. Please keep them constant between devices.

@peterjc123
Copy link
Collaborator

Wait, I just noticed you are using CUDA 9.0 binaries for RTX cards. I'm afraid you 'll have to use the CUDA 10.0 one instead.

@zhuqiang00099
Copy link
Author

Yes ..cuda10 works ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: windows Windows support for PyTorch
Projects
None yet
Development

No branches or pull requests

3 participants