From 433dfadf93c063da4dda599161a565eb42a67ec4 Mon Sep 17 00:00:00 2001 From: JordanHanotiaux <103147288+JordanHanotiaux@users.noreply.github.com> Date: Mon, 19 May 2025 09:42:14 +0200 Subject: [PATCH] Update main.cpp --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index bff8713..05e8683 100644 --- a/main.cpp +++ b/main.cpp @@ -122,7 +122,7 @@ int main() { // --- Matrix Multiplication Benchmark --- std::cout << "\n--- Matrix Multiplication Benchmark (growing sizes) ---" << std::endl; - std::vector<int> sizes = {2048}; + std::vector<int> sizes = {5000}; for (int size : sizes) { std::cout << "\nMultiplying " << size << "x" << size << " matrices..." << std::endl; -- GitLab