Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

CBLAS Connecting from c

rainth
Beginner
466 Views
I am new with BLAS, CBLAS and even with unix.

What do I need to call some function of CBLAS from my c program?

BLAS ? CBLAS ?

How do I install BLAS and CBLAS in my computer ?

What are the command in u nix to do these thing?

What thing I have to include in my c file?

and what should b e the flags during compiling my c file ?


0 Kudos
1 Reply
TimP
Honored Contributor III
466 Views
There are several relevant documents, easily found with your browser's search engine, including open source and Intel MKL, which should work the same.
Your C compile flags depend on which compiler and which MKL version you choose.
0 Kudos
Reply