pub const hipMemAllocationType_hipMemAllocationTypeUncached: hipMemAllocationType = 1073741824;Expand description
This allocation type is ‘pinned’, i.e. cannot migrate from its current location while the application is actively using it
pub const hipMemAllocationType_hipMemAllocationTypeUncached: hipMemAllocationType = 1073741824;This allocation type is ‘pinned’, i.e. cannot migrate from its current location while the application is actively using it