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

TACO doesn't generate a LLVM IR that produces the correct result when specifying just the non-zeros values of a tensor #18

Open
Robertorosmaninho opened this issue Aug 22, 2021 · 0 comments

Comments

@Robertorosmaninho
Copy link

This error can be produced by activating the test llvm.sub.

The LLVM IR doesn't change if the zeros are specified or not. The code gets the size of the tensor to iterate in the same index position for both cases. The problem is the value set on this position because it is different for each case, so the result of the execution differs.

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

1 participant