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
for example, instead of returning std::vector<T>, we could use a custom container type like bsd::nv_c_array<T> which knows how to std::free() itself and avoids copying the pointers.