Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 250 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 250 Bytes

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.