Packages
Tensor library for Gleam/BEAM with a pure Gleam API, zero-copy views, and optional native acceleration
Current section
Files
Jump to
Current section
Files
include/viva_tensor@optim@rtx4090_GpuMemoryState.hrl
-record(gpu_memory_state, {
total_bytes :: integer(),
used_bytes :: integer(),
free_bytes :: integer(),
allocated_tensors :: integer(),
cached_bytes :: integer()
}).