provide integer type BLAS routines?
Hi,Is there any plan to provide BLAS routines for integer types in MKL? GEMM is the prime example I'm thinking of.There is a small but growing literature in deep learning on the use of reduced...
View ArticleOrder of the columns of a sparse matrix (CSR) times a vector
Dear,I need to multiply a symmetric sparse matrix by a vector and I would like to use the subroutine mkl_dcsrsymv . The upper triangle of the sparse matrix is stored in a CSR format (row major, 3...
View ArticleIntel® Parallel Studio XE Cluster Edition fortran build error
Hi everyone!!I recently started using Parallel studio cluster edition on my windows 64 bit system. I am using visual studio 2015 edition for it. I am running already built fortran console application...
View ArticleInstalling MKL cluster support for Parallel studio 2017 on a linux Cluster
Hi, we have an install of Fortran Parallel Studio 2017 XE Composer edition (Update 2) on a Centos 6 Linux Cluster, but it happens to be missing the MKL cluster support. So in particular, the...
View ArticleMKL library (Data Fitting Component)- substitute of P-chip function in MKL...
Dear Experts,I want to implement the p-chip MATLAB function using the Intel MKL library. The details of the pchip function can be found at :https://in.mathworks.com/help/matlab/ref/pchip.htmlI tried...
View ArticleLNK1104 'mkl_solver_lp64.lib' error
Hi everyone!!I recently started using Parallel studio cluster edition on my windows 64 bit system. I am using visual studio 2015 edition for it. I am running already coded fortran console application...
View ArticleMKL library (Data Fitting Component)- substitute of P-chip function in MKL...
Dear Experts,I want to implement the p-chip MATLAB function using the Intel MKL library. The details of the pchip function can be found at :https://in.mathworks.com/help/matlab/ref/pchip.htmlI tried...
View ArticleElement-wise vector comparison
Hi,I have a huge mxn matrix A where I need to compute A(i,j) > 0, ie. 1 for all values which are positive, and 0 otherwiseI would be better off writing it in C++, but let's assume I'm in a situation...
View ArticleGiving version to MKL custom dll
Hi,I created custom MKL dll for Windows and Mac, I need to give it a version , I guess it's something that should be done when building the dll i.e. by the builder tool. do you have any idea how I can...
View ArticleIntel MKL ERROR: Parameter 12 was incorrect on entry to SGELSD
Hello all,I encountered this error while I was trying to solve linear least square problem, ||Ax-b||. Trying to solve ([A](-1)b) to get x vector. MATLAB solves it like (A\b) and gives the correct...
View ArticleIncorrect Results from Feast Generalized Eigenvalue Solver
I am having a problem getting the correct results when solving a generalized eigenvalue problem of the form Ax=yBx. In my small test application the A and B matrices are both 3x3 real symmetric...
View Articlemaximum no of threads from OMP and MKL
Some time ago I have already opened a similar problem in the premier support. The difference was between MKL and some OS subroutines.Now in the MKL documentation I can...
View ArticleImplementing a convolutional neural network using MKL
Good evening,After discovering that it is not possible to build MKL-DNN on Windows, I would like to know if there is an example code or some hints about implementing a convolutional neural network...
View ArticleWrong results from Pardiso solver with multi-threading
Hi,I'm having problems with multi-threading in the Pardiso solver.For a given sparse matrix (csr format in mat.txt) and right hand side (rhs.txt) I obtain a different and wrong solution with a number...
View Articlecould i incorporate the MKL's Pardiso into my software to be distributed for...
Hi,everyone,I have one question about the commercial licenses.could i incorporate the MKL's Pardiso solver into my software product to be distributed at no cost for commercial pursose?if i can not, how...
View ArticleRedistributables for MKL, missing redist.txt?
Hi,I have a paid copy of the Intel MKL, but not the Intel compiler. We use MKL to speed up processing in an application that we sell. I just installed version 2017 update 2. Unlike previous versions of...
View ArticleLayout of structure dnnlayout_t in MKL DNN routines
Good evening, I am starting to use the Deep neural network routines in MKL. The definition of each node (weights, etc) is stored in a variable of type dnnlayout_t which is opaque. But, how I can save...
View ArticleBeginner's guide to compile MKL in windows10 without a full VS2015 installation
I would like to share my experience compiling MKL in windows 10 without a full VS2015 installation. Hopefully this will save some unnecessary trial and error efforts. Since I was doing it on my Intel...
View ArticleMKL Lapack parallel subroutine
Hello allI am using the lapack subroutine 'dgelsd' in order to calculate the linear least square solution of (||Ax-b||) system. For that I have used Intel MKL Parallel library. When I run my code I can...
View ArticleVisual Studio 2017 support for MKL? Update 3 timeline?
Hello,Is it correct that the latest MKL Update 2 doesn't support MSVS 2017 yet? If so, is there any time estimate for when this might become available? Is it planned for an Update 3 or earlier/later or...
View Article