Remove reference to nonexistent spmv.cpp in benchmarks

libeigen/eigen!2157

Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
This commit is contained in:
Rasmus Munk Larsen
2026-02-19 04:22:35 -08:00
parent 5f09b3b63f
commit 9c63d26dec

View File

@@ -44,7 +44,6 @@ eigen_add_benchmark(bench_quatmul quatmul.cpp)
eigen_add_benchmark(bench_sparse_dense_product sparse_dense_product.cpp)
eigen_add_benchmark(bench_sparse_product sparse_product.cpp)
eigen_add_benchmark(bench_sparse_transpose sparse_transpose.cpp)
eigen_add_benchmark(bench_spmv spmv.cpp)
# --- GEMM blocking parameter sweep ---
eigen_add_benchmark(bench_blocking_sizes benchmark_blocking_sizes.cpp)