python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Adding Intel MKL and MKL-DNN in Docker
I have ML code (e.g. Numpy, Scipy, LightGBM, PyTorch) deployed with Docker. I am using Python with Poetry, installing packages with pip.
What should I do in order to use MKL and MKL-DNN? I know that t...
qalis
Votes: 0
Answers: 2
Why isn't my mkl sparse matrix module working properly?
I first created a CSR matrix using the mkl sparse matrix module.
This part is normal and can be created.
Then I used mkl_sparse_s_add for matrix addition, and then the program reported an error.
The c...
user17960905
Votes: 0
Answers: 1
Compiling error with the Intel Math Kernel Library (MKL) on Linux when running cmake
I am having some issues after installing the MKL library on my Linux Intel machine (Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz). When I run cmake, I get the following error:
[ /home/278926k/GSM/molecul...
learner254
Votes: 0
Answers: 1
Intel MKL ERROR: incorrect parameter when calling gemm()
I have this code:
void my_function(double *image_vector, double *endmembers, double *abundanceVector, int it, int lines, int samples, int bands, int targets)
{
double *h_Num;
double *h_aux;
...
gamersensual
Votes: 0
Answers: 2