dillonhuff / clockwork

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

Small resnet layers segfault #171

Open jeffsetter opened 3 years ago

jeffsetter commented 3 years ago

I'm experiencing a segfault when running the unoptimized version of this resnet layer. Larger layers seem to work fine.

App: https://github.com/dillonhuff/clockwork/pull/170

jeffsetter commented 3 years ago

On suggestion from Joey, I tried his other branch (glb) that uses heap memory. This seems to fix the issue. Merging the glb branch (or at least that feature) should happen.