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
cuda::memory::device::allocate() returns a region_t, and so do all other allocate() functions - except for host-side allocation. Let's make it return a region as well.
The text was updated successfully, but these errors were encountered:
cuda::memory::device::allocate()
returns aregion_t
, and so do all otherallocate()
functions - except for host-side allocation. Let's make it return a region as well.The text was updated successfully, but these errors were encountered: