Open rohany opened 3 years ago
I think there's a typo in your initial issue and it should be
result(i, j) = xorOp(matrix(i, j), matrix(i, j));
I think that my new iteration lattice construction algorithm from #29 should fix this too... hmmmm Let me test this.
Consider the following setup:
Taco generates code like:
which isn't right, because for the xor, no data should be output if a tensor is xor'd with itself.