Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run without AVX instruction #10

Closed
arthurdk opened this issue Dec 2, 2017 · 1 comment
Closed

Run without AVX instruction #10

arthurdk opened this issue Dec 2, 2017 · 1 comment

Comments

@arthurdk
Copy link
Contributor

arthurdk commented Dec 2, 2017

The backend should be able to run without the AVX instructions

@hooram
Copy link
Owner

hooram commented Apr 20, 2018

You can turn off the flags when installing dlib, like so:

git clone https://github.com/davisking/dlib.git
cd dlib
mkdir build; cd build; cmake .. -DDLIB_USE_CUDA=0 -DUSE_AVX_INSTRUCTIONS=0;
cmake --build .
cd ..
python3 setup.py install --no USE_AVX_INSTRUCTIONS --no DLIB_USE_CUDA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants