MyGEMM Implementation and optimization of Linear Layer linear_naive.cpp: naive implementation with C++ STL vector linear_v1.cpp: use AVX in GEMV linear_v2.cpp: with OPENMP linear_v3.cpp: implementation with Eigen