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
Excuse me,1. Is the follow-up warmup plan to keep the pin memory unchanged? (or use cudaMallocManaged UVM),2. warmup Provide users with a warmup interface to pre-exchange a portion of the hot embeding to the GPU? @jiashuy
Excuse me,1. Is the follow-up warmup plan to keep the pin memory unchanged? (or use cudaMallocManaged UVM),2. warmup Provide users with a warmup interface to pre-exchange a portion of the hot embeding to the GPU? @jiashuy
For 1, pinned memory is given priority consideration as we can control the data movement more concretely; it will remain unchanged from my side.
For 2, for the mechanism of warmup, you can choose between an explicit interface and implicit exchange, for that users can hide it in application, and please refer to the next release version.
No description provided.
The text was updated successfully, but these errors were encountered: