dillonhuff / clockwork

A polyhedral compiler for hardware accelerators
56 stars 12 forks source link

Garnet CGRA Mapping was Accidentally Commented out #115

Closed joyliu37 closed 3 years ago

joyliu37 commented 3 years ago

It won't map to CGRA if you disable the cgramapper pass. Shall we uncomment it? https://github.com/dillonhuff/clockwork/blob/7862786af09848e1bc304838a30a0f644b12f28c/coreir_backend.cpp#L2260

dillonhuff commented 3 years ago

@joyliu37 uncommenting it breaks my resnet test. LMK if you see the same thing on your end.