Skip to content

Instantly share code, notes, and snippets.

@ngraymon
Created June 15, 2022 14:55
Show Gist options
  • Save ngraymon/964782890612eac58d850b521c98c6d2 to your computer and use it in GitHub Desktop.
Save ngraymon/964782890612eac58d850b521c98c6d2 to your computer and use it in GitHub Desktop.
Check BLAS/LAPACK linkage (openBLAS or IntelMKL commonly)
python3 -c "import numpy as np; np.show_config()"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment