pub async fn benchmark_attention(
attention_type: AttentionType,
dim: u32,
seq_length: u32,
iterations: u32,
) -> Result<BenchmarkResult>Expand description
Run attention benchmark
pub async fn benchmark_attention(
attention_type: AttentionType,
dim: u32,
seq_length: u32,
iterations: u32,
) -> Result<BenchmarkResult>Run attention benchmark