Skip to content

DNNL installed but still No BLAS library found #26

Closed Answered by yangky11
Youjack asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Youjack,

It looks like something is wrong when it compiles CTranslate2 with DNNL. Can you try to follow these instructions to compile CTranslate2 manually and see what the error message is?

For your reference, if I run these commands:

git clone --recursive https://github.com/OpenNMT/CTranslate2.git
cd CTranslate2
mkdir build && cd build
cmake -DBUILD_CLI=OFF -DOPENMP_RUNTIME=NONE -DWITH_DNNL=ON -DWITH_MKL=OFF ..
make -j4

, the output would be:

(base) kaiyu@tensorlab-DGX:~/tmp$ git clone --recursive https://github.com/OpenNMT/CTranslate2.git
Cloning into 'CTranslate2'...

remote: Enumerating objects: 21723, done.
remote: Counting objects: 100% (3031/3031), done.
remote: Compressing obj…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@Youjack
Comment options

@yangky11
Comment options

@Youjack
Comment options

Answer selected by Youjack
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants