-
Notifications
You must be signed in to change notification settings - Fork 3
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
Corrupted double-linked list when running Galley scheduler #81
Comments
Looking into this now. I'm not getting an error. However, it does seem like the verbose option is trying to print the full matrix which it shouldn't do. Do you still get these errors when the verbose option is turned off? |
Accidentally closed this with the PR. |
Is this still not fixed? |
@kylebd99 That's correct, I'm getting an error only for |
Should be fixed with #670 |
finch-tensor/Finch.jl#670 has been merged. Do we need a patch release? |
I don't think this bug should be blocking anyone, so if we can verify that Finch main has fixed the bug, we can push the update with whenever the next patch comes along |
Should be fixed by the latest Finch patch release. |
Hi @kylebd99,
I worked on benchmarks last week and I faced an issue when running Galley scheduler for "counting triangles" example with Finch 1.0 on my linux machine.
Here's a default scheduler example that runs correctly:
And here's one that fails:
Here's the output with the
verbose=True
option:The text was updated successfully, but these errors were encountered: