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_PerformanceEstimate.hrl
-record(performance_estimate, {
theoretical_flops :: float(),
achievable_flops :: float(),
estimated_time_ms :: float(),
bottleneck :: viva_tensor@optim@rtx4090:bottleneck(),
efficiency_pct :: float()
}).