rdspring1 / Optimizing-DGEMV-on-Intel-CPUs

Highly optimized DGEMV on CPU with both serial and parallel performance better than MKL and OpenBLAS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimizing DGEMV on CPU

An optimized CPU version of DGEMV with comparable/faster performance than Intel MKL.

Keywords

SIMD, AVX512, OpenMP.

Requirements

We require processors supporting AVX512F instructions to compile and run the code.

About

Highly optimized DGEMV on CPU with both serial and parallel performance better than MKL and OpenBLAS.

License:GNU General Public License v3.0


Languages

Language:C 95.2%Language:Makefile 4.8%