No easy A to Z reference ?
I was trying to use one of your VST random number generator routines,but when I try to reference them from Visual Studio, I get a lot of useless stuff. Isnt there a way to jump directly to the routine...
View ArticleHow do I find pg 1 of the MKL docs ?
When I do it from Visual Studio I get a lot of useless time-wasting stuff I dont care about.I would like to actually FIND the written documentation (on my PC)but there does not seem to be any easy to...
View ArticlePROGRAM EXAMPLE DOES NOT BUILD
I copied the code from your library reference, vsl routines. in the documentation.The example they give should run as a standalone program, correct ?I put the include file along with it, but I get...
View ArticleAVX2 FMA warning
After installing the Intel-Optimized Tensorflow with MKL-DNN, why does it still say that AVX2, FMA, etc, are not supported. Can someone please guide me in detail about this? I am looking to get the...
View ArticlePARADISO to solve triangular matrix system
Hello,I want to solve a system of sparse matrix equations where my left hand matrix is lower triangular matrix. Now this process is not as expensive as decomposition of the matrix. Here, only a...
View ArticleMKL license
Hello MKL fans and sorry for such stupid question >.< We are some open Source developer who working at the moment on a project called "NumSharp" which shall offers the same APIs from numpy but...
View ArticleData type in FGMRES
Hi, I`m wondering if I can use MKL FGMRES to solve Ax=B where all the elements in Matrix A and righthand vector are complex
View ArticleError LNK2019 with Visual Studio 2017
Hello,I am trying to compile a program that calculates the generalized inverse of a matrix and i am getting the error:1>VisualFortranTest1.obj : error LNK2019: unresolved external symbol _C...
View ArticlePardiso does not keep matrix factorization in memory (?) for subsequent...
Hello,I am trying to call pardiso through a subroutine in a large program of mine.The subroutine receives the coefficient array from the main program as a dummy argument Kffv.This is the subroutine...
View ArticlePARDISO Schur Complement BUG
Here's the following sparse CSR matrix.n = 10ia = {0, 3, 6, 9, 12, 15, 18, 19, 20, 21, 22 };ja = { 4, 7, 8, 0, 5, 7, 1, 6, 8, 0, 2, 7, 1, 2, 8, 2, 3, 4, 3, 5, 6, 4 };a = { -1, 1, 1, 1, 1, 5.5, 1, 1, 4,...
View Articlepossible documentation error for initialization of Philox4x32-10 BRNG in MKL VSL
There seems to be a discrepancy between the method of initialization of the Philox-4x32-10 random number generator in the following two web-pages when more than a single 32-bit integer is used for...
View ArticleSPMM fails when small matrix multiply big matrix
Hello,I am trying to multiply two matrixs.Matrix A : 1 row & 7180 columns & 1341 elements.Matrix B : 7180 rows & 10001 columns & 372623 elements.But segment fault occurs when calling...
View Articlemkl_sparse_convert_csr doesn't change rows & cols
Hello, I am using mkl_sparse_convert_csr to perform transpose function by calling with SPARSE_OPERATION_TRANSPOSE option.However, the values of the result matrix is transposed correctly with the row...
View ArticleWhy is AVX512 not autodetected and used in MKL?
HiI have binary build Intel C 19.0.1 that is a heavy user of MKL. When I doexport MKL_ENABLE_INSTRUCTIONS=AVX512time goes from 88s to 55s for 1 problem instance.That is HUGE savnings. How come MKL...
View ArticleInvalid floating when calling DGEQRF
I am using the DGEQRF subroutine to implement an orthogonalization using the QR factorization. Compiling and running the code using gfortan and MKL works well but when I try ifort and MKL I get the...
View Articlefloating invalid calling DGEQRF with IFORT and MKL
I have implemented an orthogonalization method using the DGEQRF subroutine to compute a QR factorization. The compilation and subsequently execution works well using gfortran/MKL but when I compile...
View Articlepardiso performance drop when decreasing the number of right hand sides
Hi thereI struggle a bit to understand (circumvent if possible) the pardiso performance drop measured as "seconds per right hand side" when decreasing the number of right hand sides.The sparse matrix...
View ArticleAny long integer packages ?
I need to work with REALLY LARGE integers. What would be ideal is something that allows any length of integer. The basic operations on those, of course. + - / and * Has anyone developed those ?
View ArticleHow does MKL Parallelize Operations?
I was wondering are individual mkl operation calls parallelized or do the separate mkl calls run in parallel? e.g. I have code similar to thisfor (int i=0; i<N; i++) mkl_dot_product_call()Is...
View ArticleHelp!
I have developed Dinrhiw2 machine learning library and neuromarketing software using MKL math library. I have M. Sc diploma (TKK.fi).People in Finland want to murder me and talks about torture.Police /...
View Article