Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
7284 Discussions

Have mkl_?csrcoo been deleted from MKL 2026.0?

Mark_Lewy
Valued Contributor I
105 Views

As described above, have the mkl_?csrcoo procedures been deleted from the current 2026.0 version of the MKL toolkit, as I'm getting "lld-link: error: undefined symbol: MKL_DCSRCOO" when using IFX 2026.0.

I know these procedures are decrecated, but there is no mention of their removal in Intel®oneAPI Math Kernel Library (oneMKL) Release Notes and System...

 

This is on Windows/VS2022, I haven't got around to checking if this builds on Linux yet.  The same solution builds fine with IFX 2025.3.1/MKL 2025.3

0 Kudos
1 Solution
noffermans
Employee
93 Views

Hi Mark_Lewy,

Thank you for reaching out and for bringing this issue to our attention.

Most of the deprecated NIST-like Sparse BLAS routines were removed in the 2026.0 release. Unfortunately, their removal was not documented in the release notes due to an oversight on our part. This has now been corrected. We apologize for any inconvenience this may have caused.

We recommend using the equivalent I/E Sparse BLAS routines instead:

I hope this helps.

Best,
Nicolas

View solution in original post

1 Reply
noffermans
Employee
94 Views

Hi Mark_Lewy,

Thank you for reaching out and for bringing this issue to our attention.

Most of the deprecated NIST-like Sparse BLAS routines were removed in the 2026.0 release. Unfortunately, their removal was not documented in the release notes due to an oversight on our part. This has now been corrected. We apologize for any inconvenience this may have caused.

We recommend using the equivalent I/E Sparse BLAS routines instead:

I hope this helps.

Best,
Nicolas

Reply