0

I've just installed dlib using conda from the conda-forge channel. Is it possibile to know whether it has been built with AVX support?

se7entyse7en
  • 4,310
  • 7
  • 33
  • 50

1 Answers1

2

Just Googled it and it seems it doesn't support. Look at this link

The following dlib functionality is disabled for the automated builds:

SSE4 for 32-bit builds
AVX
GUI support
BLAS on Windows (otherwise MKL is assumed via Anaconda numpy)
LAPACK on Windows (otherwise MKL is assumed via Anaconda numpy)

This functionality is disabled in order to attempt to increase the probability that the automated builds will be useful for as large a range of people as possible.

se7entyse7en
  • 4,310
  • 7
  • 33
  • 50
Amiri
  • 2,417
  • 1
  • 15
  • 42