commit f7b71858bcc18362a8f85cb4d0c94ec3260e1bb6 parent abe9a3a75a91b6930d0a917de8e003b4fc4a55a1 Author: David Freifeld <freifeld.david@gmail.com> Date: Thu, 6 Aug 2020 19:35:35 -0700 Speed improvements to AVX product Diffstat:
| M | example.cpp | | | 5 | +---- |
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/example.cpp b/example.cpp @@ -32,10 +32,7 @@ double bench(int batch_sz) int main() { - Eigen::MatrixXf a = Eigen::MatrixXf::Random(150,150); - Eigen::MatrixXf b = Eigen::MatrixXf::Random(150,150); - avx_product(a,b); - // std::cout << bench(16) << "\n"; + std::cout << bench(16) << "\n"; // show_console_cursor(false); // BlockProgressBar bar{ // option::BarWidth{80},