You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When no memory space is provided to generate makefile, it adds HostSpace and instantiates it. Same way with memkind option.
However, when with-spaces option is used; it overwrites memory spaces. As a result HostSpace is not instantiated. Currently whenever we provide memory space, we need to explicity provide HostSpace to instantiate it.
It would be better to fix this, even when a memory space is provided without HostSpace, I think it should be instantiated.
The text was updated successfully, but these errors were encountered:
When no memory space is provided to generate makefile, it adds HostSpace and instantiates it. Same way with memkind option.
However, when with-spaces option is used; it overwrites memory spaces. As a result HostSpace is not instantiated. Currently whenever we provide memory space, we need to explicity provide HostSpace to instantiate it.
It would be better to fix this, even when a memory space is provided without HostSpace, I think it should be instantiated.
The text was updated successfully, but these errors were encountered: