taco icon indicating copy to clipboard operation
taco copied to clipboard

Not support "tmp[i, k] = A[i,j] * A[j,k]"

Open kakulo opened this issue 4 years ago • 0 comments

Hey, Looks like TACO does not support "tmp[i, k] = A[i,j] * A[j,k]" on sparse (CSR and COO) on GPU. It only works when using "tmp[i, k] = A[i,j] * transpose({1,0})(k,j)". Could you please check and fix it? Thanks :)

kakulo avatar Sep 14 '21 17:09 kakulo