DeviceMemory import { DeviceMemory } from "destack:compute"; Compute device memory snapshot. export struct DeviceMemory { total: usize; available: usize; unified: boolean; } language/library/src/compute/device.ds:19:28 Members total: usize Total memory in bytes when the backend exposes it. available: usize Available memory in bytes when the backend exposes it. unified: boolean Whether host and device memory are physically unified.