While it's fair to create user-facing model variables using default VarLocation::HOST_DEVICE, stuff like EventProp ring-buffers can be quite big and, as they get created pinned, can easily take down your host if you don't have lots of free memory. Would be good if compilers could create these VarLocation::DEVICE
While it's fair to create user-facing model variables using default
VarLocation::HOST_DEVICE
, stuff like EventProp ring-buffers can be quite big and, as they get created pinned, can easily take down your host if you don't have lots of free memory. Would be good if compilers could create theseVarLocation::DEVICE