--graphblas-optimize to eliminate useless graphblas.dup calls? #249
paul-tqh-nguyen
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While working on #243, I accidentally did wrote some silly code where I was duplicating sparse tensors, not modifying either the duplicate or original tensor, and then using the duplicate and original tensors in different places.
I'm not sure if this is something that should be handled by the user or if this should be automatically fixed by one of our lowering passes.
Beta Was this translation helpful? Give feedback.
All reactions