diff --git a/main.cpp b/main.cpp index f99efdf2f2e2255503bd58612821bdab5c4ff559..ae3236b87895da23a0cdb5081733434698985863 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;