StanfordAHA / CGRAMapper

CoreIR based mapping tool for CGRA
BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

adds unsigned max and lshr #72

Closed jeffsetter closed 5 years ago

jeffsetter commented 5 years ago

This fixes shifts (handles ashr and lshr).

Also properly handles max (separately for smax and umax).

A passing CGRAFlow is here: https://travis-ci.org/StanfordAHA/CGRAFlow/jobs/422685904

jeffsetter commented 5 years ago

Note that travis is failing on creating the CGRAMapper right now due to exhausted memory. My guess is that this is a travis bug.