Packages

Tensor library for Gleam/BEAM with a pure Gleam API, zero-copy views, and optional native acceleration

Retired package: Release invalid

Current section

Files

Jump to
viva_tensor include viva_tensor@auto_tune_HardwareProfile.hrl
Raw

include/viva_tensor@auto_tune_HardwareProfile.hrl

-record(hardware_profile, {
device :: viva_tensor@auto_tune:device(),
total_vram_gb :: float(),
available_vram_gb :: float(),
total_ram_gb :: float(),
gpu_load_pct :: float(),
optimal_batch_size :: integer()
}).