-
Notifications
You must be signed in to change notification settings - Fork 50
Rust-gpu main fails to build #242
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
Comments
This comment has been minimized.
This comment has been minimized.
I am getting a panic here:
|
This comment has been minimized.
This comment has been minimized.
Ok, looks like updating the lockfile causes issues: So it is in one of those. |
This was probably caused by libm releasing 0.2.13 2 days ago. Can't find the issue right now, will look later if someone hasn't beaten me to it. |
Yeah, if force libm to 0.2.11 this error disappears. Check out https://github.com./simensgreen/rust_gpu_union_issue/tree/libm-fixed |
Ok, so something about our symbol resolution when swapping out libm intrinsics is messing up with the new versions. |
I don't have time to bisect, but a good candidate is rust-lang/compiler-builtins@161036a. My hunch is because these are inlined, we can't replace the symbol because the symbol doesn't exist because they're inlined. |
Expected Behaviour
Successful compilation
Example & Steps To Reproduce
cargo build
System Info
Backtrace
Backtrace
The text was updated successfully, but these errors were encountered: