-
Notifications
You must be signed in to change notification settings - Fork 17
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
Error in higher cuda version (11.8) #32
Comments
Ah.. It seems that at the compile stage, the '-lcudnn' is required. However, there are still other bugs. When I run: The error: |
It seems that the API capture code only supports cuda-10.2. Could you please share more on how to apply API capturing on newer cuda? Or maybe there are other reasons? |
Hi, yes the current open-source version supports only CUDA-10.2. Our next version will enable more up-to-date CUDA libraries. See also my comment in #31. |
Can you notify me when this issue is resolved? |
I face the error:
OSError: /root/orion/src/scheduler/scheduler_eval.so: undefined symbol: cudnnSetStream
when I am using cuda11.8. How to deal with that?
The text was updated successfully, but these errors were encountered: