Remove obsolete bench/ and btl/ directories

libeigen/eigen!2217

Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
This commit is contained in:
Rasmus Munk Larsen
2026-02-25 20:19:45 -08:00
parent 6e2aff6b5d
commit a95440de17
220 changed files with 9 additions and 21383 deletions

View File

@@ -1,7 +1,7 @@
// Benchmark: Eigen GEMM vs CBLAS GEMM
// Requires CBLAS: compile with -DHAVE_BLAS and link -lcblas
//
// Based on bench/benchBlasGemm.cpp
// Based on the old bench/benchBlasGemm.cpp (removed)
#include <benchmark/benchmark.h>
#include <Eigen/Core>