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 cuda::memory::virtual_::physical_allocation namespace contains definitions which are actually relevant to non-virtual-memory-related API calls - namely, memory pools. In preparation for adding support for those, let's bring this namespace out of the virtual_ sub-namespace.
The text was updated successfully, but these errors were encountered:
…emory::virtual_`
* Moved some of the `physical_allocation` constructs up into `cuda::memory::` and others into `cuda::memory::physical_allocation`
* Renamed `access_mode_t` -> `access_permissions_t`
* Beefed up the `access_permission_t` class with some static methods and an enum of constants outside the class
The
cuda::memory::virtual_::physical_allocation
namespace contains definitions which are actually relevant to non-virtual-memory-related API calls - namely, memory pools. In preparation for adding support for those, let's bring this namespace out of thevirtual_
sub-namespace.The text was updated successfully, but these errors were encountered: