kumasento / polymer

Bridging polyhedral analysis tools to the MLIR framework
MIT License
102 stars 20 forks source link

Fixed flatExprs -> access relation & added matmul. #30

Closed kumasento closed 4 years ago

kumasento commented 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.

This PR also adds a new matmul test case.