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
The mapped pair of spans (cuda::memory::mapped::span_pair_t<T>) is a bit of a kludgy type. Let's make it a little more flexible by allowing it to "decay" into a pair of untyped memory regions.
The text was updated successfully, but these errors were encountered:
The mapped pair of spans (
cuda::memory::mapped::span_pair_t<T>
) is a bit of a kludgy type. Let's make it a little more flexible by allowing it to "decay" into a pair of untyped memory regions.The text was updated successfully, but these errors were encountered: