-
Notifications
You must be signed in to change notification settings - Fork 6
[matmul code] First non-naive test fails #73
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
Here’s an ANSI-colored debug.log |
Thanks! I will hopefully look into it later this week if other people don't get to it |
That would be great! The example can also be updated to the newest main branch revision, making it able to use a newer Rust nightly and removes the need for this hack, I think: rust-gpu.github.io/blog/2024-11-25-optimizing-matmul/code/Cargo.toml Lines 56 to 69 in 24cb6e9
Question: When running the example, it always rebuilds the GPU crates for me. Is there a way to have cargo cache them? |
are large. Fixes Rust-GPU#73.
Hardcoded one drifts when floats are large. Fixes Rust-GPU#73.
Latest rust-gpu is #75 |
Can you open a bug for the rebuilds? We are emitting cargo metadata so it shouldn't always rebuild but I may have messed something up. |
In Rust-GPU or here? This is what rebuilds:
|
Here, it shouldn't be rebuilding |
done! #79 |
rust-gpu.github.io/blog/2024-11-25-optimizing-matmul/code/bin/blog/src/bin.rs
Line 88 in 24cb6e9
Fails for me with
I’m on Linux with a AMD Radeon RX 6800 XT
The text was updated successfully, but these errors were encountered: