-
Notifications
You must be signed in to change notification settings - Fork 8
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
Unsatisfied link error: jnicudart.dll #33
Comments
Hi @marcelluethi! Thanks a lot for reporting this issue. I sadly don't have a windows machine handy to replicate the bug, but searching around I stumbled upon these relevant discussions. Perhaps there is something in them that could help sort out the problem.
Regarding the regression on Could you perhaps share the output of |
Thanks for the prompt and helpful reply. Knowing this solves the issue for me. I just remove the dependency when I only have the CPU available. Thanks again. |
Thanks for your interest and apologies @marcelluethi, this is probably due to an issue that came with the update to cuda 12 bytedeco/javacpp-presets#1376 I have a workaround that should get cuda working again, but didn't get to document it properly yet. The workaround is to add
|
Unfortunately, adding For a project that still is in a relatively early stage of development, it is already super useful and it's easy to get started. Very much appreciated. |
Thanks for trying. I definitely need to do more testing on windows although having the same behavior on WSL suggests it might happen always if there's no cuda available. I'll try to investigate. Just to clarify. Did you switch to the CPU only BTW I just saw your scaltair project, which looks great. I was just creating a vega-lite heatmap from a Storch tensor manually and I think this could have been much easier with scaltair. |
It works by jsut removing the
The warning disappears when switching to Regarding scaltair: It is a small project that I started some time ago, mainly to scratch my own itch. I think the combination of vega lite and a small DSL can be very powerful and might make it possible to develop a plotting library in Scala that is relatively complete without becoming a huge maintanance nightmare. As I plan to do more work with deep learning this summer, I can use the opportunity and try to add an integration of storch tensors. |
Hello
I've been playing around with storch for the past few days. It was a very pleasant experience so far - thanks a lot for this great effort.
Today I updated to the latest version and got the following error on Windows
Caused by: java.lang.UnsatisfiedLinkError: C:\Users\marce\.javacpp\cache\cuda-12.1-8.9-1.5.9-windows-x86_64.jar\org\bytedeco\cuda\windows-x86_64\jnicudart.dll: Can't find dependent libraries
I am using the following dependencies:
`
It works well on Linux, but not on Windows nor on WSL. Everything still works well with the version #89c4d5f, but starts breaking with #bfcaab4.
The text was updated successfully, but these errors were encountered: