Closed kumasento closed 4 years ago
This PR fixes an existing problem in the addAccessToScop function. The previous mapping was wrong. We should consider the case that the flatExprs may contain less & unordered columns than the access relation.
addAccessToScop
This PR also adds a new matmul test case.
This PR fixes an existing problem in the
addAccessToScop
function. The previous mapping was wrong. We should consider the case that the flatExprs may contain less & unordered columns than the access relation.This PR also adds a new matmul test case.