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
With an environment variable, we would like to choose if scalar (resp. array) variables (item-kind="none") are allocated with cudaMallocManaged or with the standard memory allocator.
The text was updated successfully, but these errors were encountered:
I have look at your issue. I think it will not work if this is done for all variables with item-kind=="none" because for materials, partials values are these kind of variables and so they will not be accessible on accelerators.
Do you need this only for some variables ?
With an environment variable, we would like to choose if scalar (resp. array) variables (item-kind="none") are allocated with cudaMallocManaged or with the standard memory allocator.
The text was updated successfully, but these errors were encountered: