Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 909 Bytes

libvolk.md

File metadata and controls

42 lines (25 loc) · 909 Bytes

Installing the latest libvolk

Incompatible versions

Do not use the following versions:

  • 3.1.0 (due to NaN problem, use 3.1.1 and later)

Suggested compatible versions

Use the following versions of VOLK aka libvolk:

  • 2.5.2
  • 3.1.2

For x86_64 and M1 macOS: use Homebrew

brew install volk

For Linux

  • See libvolk README.md.
  • You need to install python3-mako as: sudo apt install python3-mako or pip3 install mako

After installation

Do the full benchmark by volk_profile -b -p .. Use the result at ~/.volk/volk_config for optimizing the execution.

volk_profile -b -p .
cp ./volk_config ~/.volk/

See doc/volk_config_data for the example volk_config files.

For your own build of libvolk

See jj1bdx-dev branch of jj1bdx fork of libvolk.

[End of memorandum]