Intel® MKL 2018 Parcel with Cloudera* CDH is available
The Intel® Math Kernel Library (MKL) 2018 parcel for Cloudera* CDH is available now.Please follow this link to download and install MKL 2018:Installing Intel® MKL Cloudera* CDH Parcel
View ArticleMKL Verbose TOOLKIT
An Argonne National Laboratory researcher has written a parsing tool to summarize MKL_VERBOSE output.The tool can be very useful for customers who need summary of many MKL calls and their...
View ArticleIntel® MKL version 2020 Update 1 is now available
Intel® Math Kernel Library (Intel® MKL) is a highly optimized, extensively threaded, and thread-safe library of mathematical functions for engineering, scientific, and financial applications that...
View ArticleLinking MKL with JNI.
I am using JNI to run a torch function which seems to be using MKL. Note, that I am not using MKL myself but torch does. However, I seem to have trouble with the linking of MKL so I figured someone in...
View ArticleDFTI_FORWARD_SCALE Do not work on x64
Hi,I am using the DftiSetValue API to set FFT gain. However I find it does not work as the same as the api reference.The reference says "the data type of the scale factor is the same precision as the...
View ArticleProblems to connect MKL with VISUAL STUDIO 2019
Hello, I have two PC on which I installed VISUAL STUDIO 2019. With both PC I try to connect with MKL. At one PC it works, here I installed MKL 2019. At the other PC where it does not work, I installed...
View ArticleDFT FORWARD_SCALE do not work
Hi, I am using MKL DTFI APIs to do the FFT and I find the DftiSetValue API have some bugs on x64 system when I want to config the FFT scale. It does work well when I set the platform to the x86.On the...
View ArticleRenew license of Intel Math Kernel Library (Free)
Hi there I have old license of Intel MKL.This license is got from free from intel site.But this license is old and I am not available latest products. I want to renew old license.How do I renew? Thank...
View ArticleIntel parallel studio 2020 error
I updated to version 2020.1 and got the following error recompiling my dllError MSB3073 The command "mkl_link_tool.exe -libs -c ms_c -a intel64 -l static 2> NUL" exited with code 9009. LNM_Lapack...
View ArticleHow to call DSS from an application written in C?
I am trying to call DSS routines from a C code by doing following (a short example using only dss_create):#include "mkl_dss.h" #include "mkl_types.h" #include "mkl.h" _MKL_DSS_HANDLE_t handle; int opt...
View Articlemkl poisson solver, boundary condtion problem
Hi, I'm trying to solve the Poisson equation with the Fast Poisson solver. I'm started by imposing a fully periodic 3D domain, then my BCtype='PPPPPP', but I get strange results, with a warning...
View Articleuse MKL_DFTI
Hi,I'm having some problems in using MKL_DFTI tool in IVF2020. I wrote a few lines of Fortran code about 2D FFT according to some examples in Intel® Math Kernel Library Developer Reference.However,...
View ArticleNonlinear Least Squares Problem with Linear (Bound) Constraints
Hi,I noticed that the nonlinear solver uses central difference to calculate the Jacobi matrix, I was wondering is it possible to pass the analytical Jacobi elements to the code or not? I mean, in my...
View ArticleSPARSE_MEMORY_AGGRESSIVE
Hi,Iam using SPARSE_MEMORY_AGGRESIVE which is default in mkl_sparse_set_memory_hint. But with this the memory utilization is 75% more than without it. If I use this I see a performance beneifit with...
View ArticleLognormal random distribution generator outputs nonsense numbers
The code below is in C#; All three random distribution generators should provide a set of numbers centered around value 20; all of them report success. Gaussian and Weibull distribution generators...
View Article