Replies: 1 comment
-
Maybe it can be cross-compiled? I know Rust allows cross compilation of apps but I'm not sure if also for libraries |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to do a GPU-based render on Autodesk 3ds Max using ZLUDA, and seemingly - it not only requires CUDA, but also the Optix library.
Here's how it appears normally, mentioning that it can't detect CUDA, naturally:
And how it appears after I launch with ZLUDA, where it does detect CUDA - which is nice, but I still can't render without Optix:
The documentation only provided the steps to build ZLUDA-OptiX on Linux, is it possible on Windows too?
Beta Was this translation helpful? Give feedback.
All reactions