Module Advanced.Pinned

Pinned memory enables faster transfers and zero-copy access. Note: Requires backend support - currently a placeholder API.

val create : ('a, 'b) Vector.kind -> int -> ('a, 'b) Vector.t

Create a vector with pinned (page-locked) host memory

val is_available : Device.t -> bool

Check if pinned memory is available on device