-
Notifications
You must be signed in to change notification settings - Fork 0
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
Silent break on [email protected] #23
Comments
When I built this binary the CUDA version 12.2 seems not support by |
Sure, maybe we can detect the CUDA version used and compare with the versions we support? I will check how it can be done. |
Sounds great. |
This issue is fixed by #24. |
I am benchmarking an application on CUDA version v12.2, but the CuTropicalGEMM complaints that it can not find the bianry. Then I check the the TropicalGEMMC_jll, it seems the relevant binary was not built.
I am wondering if we can add relevant binaries files to
https://github.com/JuliaBinaryWrappers/TropicalGemmC_jll.jl/tree/main/src/wrappers
Meanwhile, can we provide better error information? Silent break is difficult to debug.
The text was updated successfully, but these errors were encountered: