Module Advanced.Unified

Unified memory allows automatic page migration between CPU and GPU. Note: Requires backend support - currently a placeholder API.

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

Create a vector with unified memory (automatic migration)

val is_available : Device.t -> bool

Check if unified memory is available on device