From ce544ce476d53ccf4333723b47e01cbd44449a1c Mon Sep 17 00:00:00 2001
From: JordanHanotiaux <103147288+JordanHanotiaux@users.noreply.github.com>
Date: Mon, 19 May 2025 10:24:37 +0200
Subject: [PATCH] Update main.cpp

---
 main.cpp | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/main.cpp b/main.cpp
index f99efdf..ae3236b 100644
--- a/main.cpp
+++ b/main.cpp
@@ -81,10 +81,6 @@ std::vector<float> fill_random(int rows, int cols) {
 
 
 int main(int argc, char** argv) {
-    if (argc < 3) {
-        std::cerr << "Usage: ./matrix_mul_exec <size> <runs>" << std::endl;
-        return 1;
-    }
 
     // 1. --- OpenCL Setup ---
     std::vector<cl::Platform> platforms;
-- 
GitLab