You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
taco "a(i) = B(i,j)*c(j) + d(i)" -f=B:ss -f=c:s
Compiler bug at /Users/fred/Dropbox/projects/tensor-compiler/taco/src/lower/merge_lattice.cpp:183 in make
Please report it to developers
Condition failed: lattice.getSize() > 0
Every merge lattice should have at least one lattice point
Abort trap: 6
The text was updated successfully, but these errors were encountered:
If B and c are both sparse then the merge lattice for this expression is [B,c] [B] [c]. The last merge lattice point must not recursively call the next level of the iteration schedule (j), since c is not indexed by j.
fredrikbk
changed the title
taco "A(i,j) = B(i,j) + c(i)"
a(i) = B(i,j)*c(j) + d(i)
Mar 10, 2017
The text was updated successfully, but these errors were encountered: