intel / yask

YASK--Yet Another Stencil Kit: a domain-specific language and framework to create high-performance stencil code for implementing finite-difference methods and similar applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't allocate a whole page for very small vars

chuckyount opened this issue · comments

Vars are allocated in one large allocation, so this is no longer an issue.