From 6f9a4cf6ea133af3f2b8cbc40fd3566a41821307 Mon Sep 17 00:00:00 2001 From: JordanHanotiaux <103147288+JordanHanotiaux@users.noreply.github.com> Date: Mon, 19 May 2025 11:13:23 +0200 Subject: [PATCH] upd --- fast_results.csv | 0 main.cpp | 2 +- naive_results.csv | 7 +++++++ 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 fast_results.csv create mode 100644 naive_results.csv diff --git a/fast_results.csv b/fast_results.csv new file mode 100644 index 0000000..e69de29 diff --git a/main.cpp b/main.cpp index a36d5e6..44ffbac 100644 --- a/main.cpp +++ b/main.cpp @@ -126,7 +126,7 @@ int main(int argc, char** argv) { return 1; } - const std::vector<int> sizes = {128, 256, 512, 1024, 2048, 4096, 8192, 10000}; + const std::vector<int> sizes = {128, 256, 512, 1024, 2048, 4096}; const int runs = 10; for (int size : sizes) { diff --git a/naive_results.csv b/naive_results.csv new file mode 100644 index 0000000..a9b0d55 --- /dev/null +++ b/naive_results.csv @@ -0,0 +1,7 @@ +Matrix Size,Time (ms) +128,0.100013 +256,0.728497 +512,5.99628 +1024,47.2165 +2048,635.609 +4096,11020.6 \ No newline at end of file -- GitLab