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

Silent break on [email protected] #23

Closed
GiggleLiu opened this issue Oct 14, 2023 · 4 comments
Closed

Silent break on [email protected] #23

GiggleLiu opened this issue Oct 14, 2023 · 4 comments

Comments

@GiggleLiu
Copy link
Member

GiggleLiu commented Oct 14, 2023

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.

@ArrogantGao
Copy link
Collaborator

ArrogantGao commented Oct 14, 2023

When I built this binary the CUDA version 12.2 seems not support by BinaryBuilder.jl, it reported something like CUDA v12.2 not found.
It seems that it is already added recently (JuliaPackaging/Yggdrasil#7393), I will try add support for that version.

@ArrogantGao
Copy link
Collaborator

Meanwhile, can we provide better error information? Silent break is difficult to debug.

Sure, maybe we can detect the CUDA version used and compare with the versions we support? I will check how it can be done.

@GiggleLiu
Copy link
Member Author

Sounds great.

@ArrogantGao
Copy link
Collaborator

This issue is fixed by #24.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants