Quantcast
Channel: Intel® oneAPI Math Kernel Library & Intel® Math Kernel Library
Browsing all 2652 articles
Browse latest View live

MKL - why beta?

Hi everyone,Until recently, I had been packaging my app with libraries dating back to 2018. These were wonderfully stable.Recently however, due to a change of hardware, I installed mkl 2021.1-beta03...

View Article


cblas_gemm_s8s8s32 not support?

Dear sir,I hava a question:I read the oneDNN code, that seams cblas_gemm_s8s8s32() is not implemented,just cblas_gemm_s8u8s32,why?Because ISA of intel (AVX2?)has not special instructions that can...

View Article


random malloc error in d_commit_trig_transform

Greetings,I'm experiencing a random malloc error in d_commit_trig_transform.  It's persistent, but happens at different times during the code execution as this routine is called repeatedly.  I'm...

View Article

Image may be NSFW.
Clik here to view.

Calling 'pbtrf' and 'pbtrs' directly from a C# .Net Core library

I'm currently porting a small Fortran FE solver to C#. The solver uses MKL, and I'm trying to get the best of both worlds by calling the MKL functions in question directly from C#.According to Intels...

View Article

Extracting U from getrf

I'm trying to use getrf to put a MxN matrix in RREF (get U, divide by leading entry) but either I'm misunderstanding the function description or something strange is going on.  Now my understanding is...

View Article


MKL FEAST EIGEN SOLVER

I try to use FEAST  to solve sparse Matrix generalized eigen program. Before coding I hope to see some samples.But I can  not find the samples in MKL/examples/can you give some samples.

View Article

Strangeness with DZGEMV

The following code produces different outputs for DZGEMV and GEMV. The code is built with default 64-bit integer and real numbers; The parallel version of the MKL library is used (using ILP64...

View Article

Fat and Narrow matrix multiplication with "cblas_cgemm"

Hi, I am working with a matrix multiplication of sizes A = 40 x 40 and B is 40 x 10k with MKL support functions "cblas_cgemm". It is taking a 30 milliseconds,I have enabled mkl multithreading also,...

View Article


Sparse-Dense Matrix Multiplication

Hi,I am working with the mkl_sparse_s_mm routine to perform:C = A * Bwhere A is a sparse matrix and C,B are dense matrices. I would like to have some details about the algorithm for sparse-dense matrix...

View Article


Intel MKL Library for Linux (`libmkl_rt.so`) Missing `SONAME`

There is an issue with Intel MKL RT Library files at Linux (`libmkl_rt.so`).Their `soname` isn't defined.Please have a look at...

View Article

Matrix Inversion and matrix-vector multiplication or solve linear equation...

Hi,I have seen multiple times that matrix inversion is not recommended when solving linear equations and everyone says to just use a solver but I may reduce execution time significantly by inverting...

View Article

Which subroutine can achieve the same result as matlab's mldivide?

I know that DGETRF and DGETRI are for matrix inversion in large scale matrix.However, it is not the same with Matlab's mldivide.I want to know which subroutine can achieve the same result as matlab's...

View Article

Cloudera CDH 5.16 MKL Parcel offline install

Good afternoon, FolksCan anyone tell me from where I can download the MKL parcel for Cloudera CDH 5.16 for an offline installation?This link: http://parcels.repos.intel.com/mkl/latest and it's...

View Article


Pardiso example tutorial.

Hello !!Can I get an example tutorial file for the pardiso subroutine?Ultimately, I want to use the pardiso subroutine as a solver for structural analysis.So I just want to get any example file for...

View Article

Parallel Direct Sparse Solver for Clusters and iparm[30]

Hi,Does Parallel Direct Sparse Solver for Clusters support iparm[30] for Partial solve and computing selected components of the solution vectors?It is mentioned in the reference manual , but it also...

View Article


Signature of LU factorisation and Armadillo

In our project we use Armadillo and IntelMKL extensively, and Armadillo expects the LAPACK signature to be conformant to the ones on netlib. Similar to what happened with a previous release...

View Article

Unhandled exception at 0x75724192 (KernelBase.dll). Module not found.

I'm using the using the latest Windows update, the latest update of the 2020 version of the mkl library and the latest update of the Microsoft Visual Studio 2019 Community edition.  I've run the...

View Article


about non-zeros distribution used by the mkl_sparse_?_mv function.

Hi all,I am using the sparse matrix-vector multiplication operation in the MKL library.I started with a CSR representation (the classical three arrays of the CSR format) and use the...

View Article

MKL - which dependencies to include in the distribution package?

Hi everyone,Is there a systematic way to determine which libraries to include in an application's distribution package?Up to now, I have been proceeding by trial and error, adding the libs when a user...

View Article

MKL - why beta?

Hi everyone,Until recently, I had been packaging my app with libraries dating back to 2018. These were wonderfully stable.Recently however, due to a change of hardware, I installed mkl 2021.1-beta03...

View Article
Browsing all 2652 articles
Browse latest View live