<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Re:oneAPI 2025.0 (MKL): My code does not build any more in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneAPI-2025-0-MKL-My-code-does-not-build-any-more/m-p/1653707#M36793</link>
    <description>&lt;P&gt;Hi Aleksandra,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;happy new year &lt;LI-EMOJI id="lia_winking-face" title=":winking_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a "next release" available (2025.0.1, Dec. 11 2024) so I tried that one in order to check if the problems building my code are gone. They are not, I get tons of errors (see below for the first few I encountered). Sorry again for not providing a MWE... As mentioned above, I'm am able to build with 2024.2.1...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your efforts &amp;amp; kind regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;home/bunger/MLFMM-2G/trunk/Source/../Third-Party-Libraries/eigen3/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h:163:1: error: no matching function for call to 'mkl_dc_daxpy'&lt;BR /&gt;163 | EIGEN_BLAS_TRMV_CM(double, double, d, d, )&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;/home/bunger/MLFMM-2G/trunk/Source/../Third-Party-Libraries/eigen3/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h:134:7: note: expanded from macro 'EIGEN_BLAS_TRMV_CM'&lt;BR /&gt;134 | BLASPREFIX##axpy##BLASPOSTFIX(&amp;amp;n, (const BLASTYPE*)&amp;amp;numext::real_ref(alpha), (const BLASTYPE*)x, &amp;amp;incx, \&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;135 | (BLASTYPE*)res_, &amp;amp;incy); \&lt;BR /&gt;| ~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;&amp;lt;scratch space&amp;gt;:59:1: note: expanded from here&lt;BR /&gt;59 | daxpy&lt;BR /&gt;| ^&lt;BR /&gt;/home/bunger/intel/oneapi/mkl/2025.0/include/mkl_direct_call.h:834:111: note: expanded from macro 'daxpy'&lt;BR /&gt;834 | #define daxpy(n,alpha,x,incx,y,incy) MKL_DC_AXPY_CONVERT(n, alpha, x, incx, y, incy, MKL_DC_DAXPY_CHECKSIZE, mkl_dc_daxpy, daxpy_direct)&lt;BR /&gt;| ^~~~~~~~~~~~&lt;BR /&gt;/home/bunger/intel/oneapi/mkl/2025.0/include/mkl_direct_call.h:827:9: note: expanded from macro 'MKL_DC_AXPY_CONVERT'&lt;BR /&gt;827 | fname_unrolledc((n), (const void *)(alpha), (const void *)(x), (incx), (void *)(y), (incy));\&lt;BR /&gt;| ^~~~~~~~~~~~~~~&lt;BR /&gt;/home/bunger/intel/oneapi/mkl/2025.0/include/mkl_direct_blas.h:892:22: note: candidate function not viable: cannot convert argument of incomplete type 'const void *' to 'const double *' for 2nd argument&lt;BR /&gt;892 | static __inline void mkl_dc_axpy (const MKL_INT *N, const mkl_dc_type *ALPHA, const mkl_dc_type *x, const MKL_INT *INCX, mkl_dc_type *y, const MKL_INT *INCY)&lt;BR /&gt;| ^ ~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;/home/bunger/intel/oneapi/mkl/2025.0/include/mkl_direct_blas.h:30:21: note: expanded from macro 'mkl_dc_axpy'&lt;BR /&gt;30 | #define mkl_dc_axpy mkl_dc_daxpy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;home/bunger/MLFMM-2G/trunk/Source/../Third-Party-Libraries/eigen3/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h:163:1: error: no matching function for call to 'daxpy_direct'&lt;BR /&gt;163 | EIGEN_BLAS_TRMV_CM(double, double, d, d, )&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;/home/bunger/MLFMM-2G/trunk/Source/../Third-Party-Libraries/eigen3/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h:134:7: note: expanded from macro 'EIGEN_BLAS_TRMV_CM'&lt;BR /&gt;134 | BLASPREFIX##axpy##BLASPOSTFIX(&amp;amp;n, (const BLASTYPE*)&amp;amp;numext::real_ref(alpha), (const BLASTYPE*)x, &amp;amp;incx, \&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;135 | (BLASTYPE*)res_, &amp;amp;incy); \&lt;BR /&gt;| ~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;&amp;lt;scratch space&amp;gt;:59:1: note: expanded from here&lt;BR /&gt;59 | daxpy&lt;BR /&gt;| ^&lt;BR /&gt;/home/bunger/intel/oneapi/mkl/2025.0/include/mkl_direct_call.h:834:125: note: expanded from macro 'daxpy'&lt;BR /&gt;834 | #define daxpy(n,alpha,x,incx,y,incy) MKL_DC_AXPY_CONVERT(n, alpha, x, incx, y, incy, MKL_DC_DAXPY_CHECKSIZE, mkl_dc_daxpy, daxpy_direct)&lt;BR /&gt;| ^~~~~~~~~~~~&lt;BR /&gt;/home/bunger/intel/oneapi/mkl/2025.0/include/mkl_direct_call.h:830:9: note: expanded from macro 'MKL_DC_AXPY_CONVERT'&lt;BR /&gt;830 | fname_direct((n), (const void *)(alpha), (const void *)(x), (incx), (void *)(y), (incy), &amp;amp;mkl_direct_call_flag); \&lt;BR /&gt;| ^~~~~~~~~~~~&lt;BR /&gt;/home/bunger/intel/oneapi/mkl/2025.0/include/mkl_direct_call.h:96:6: note: candidate function not viable: cannot convert argument of incomplete type 'const void *' to 'const double *' for 2nd argument&lt;BR /&gt;96 | void daxpy_direct(const MKL_INT *n, const double *alpha, const double *x, const MKL_INT *incx, double *y, const MKL_INT *incy, const MKL_INT* flag);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;/home/bunger/MLFMM-2G/trunk/Source/../Third-Party-Libraries/eigen3/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h:164:1: error: no matching function for call to 'mkl_dc_zaxpy'&lt;BR /&gt;164 | EIGEN_BLAS_TRMV_CM(dcomplex, MKL_Complex16, cd, z, )&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;/home/bunger/MLFMM-2G/trunk/Source/../Third-Party-Libraries/eigen3/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h:134:7: note: expanded from macro 'EIGEN_BLAS_TRMV_CM'&lt;BR /&gt;134 | BLASPREFIX##axpy##BLASPOSTFIX(&amp;amp;n, (const BLASTYPE*)&amp;amp;numext::real_ref(alpha), (const BLASTYPE*)x, &amp;amp;incx, \&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;135 | (BLASTYPE*)res_, &amp;amp;incy); \&lt;BR /&gt;| ~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;&amp;lt;scratch space&amp;gt;:63:1: note: expanded from here&lt;BR /&gt;63 | zaxpy&lt;BR /&gt;| ^&lt;BR /&gt;/home/bunger/intel/oneapi/mkl/2025.0/include/mkl_direct_call.h:846:111: note: expanded from macro 'zaxpy'&lt;BR /&gt;846 | #define zaxpy(n,alpha,x,incx,y,incy) MKL_DC_AXPY_CONVERT(n, alpha, x, incx, y, incy, MKL_DC_ZAXPY_CHECKSIZE, mkl_dc_zaxpy, zaxpy_direct)&lt;BR /&gt;| ^~~~~~~~~~~~&lt;BR /&gt;/home/bunger/intel/oneapi/mkl/2025.0/include/mkl_direct_call.h:827:9: note: expanded from macro 'MKL_DC_AXPY_CONVERT'&lt;BR /&gt;827 | fname_unrolledc((n), (const void *)(alpha), (const void *)(x), (incx), (void *)(y), (incy));\&lt;BR /&gt;| ^~~~~~~~~~~~~~~&lt;BR /&gt;/home/bunger/intel/oneapi/mkl/2025.0/include/mkl_direct_blas.h:892:22: note: candidate function not viable: cannot convert argument of incomplete type 'const void *' to 'const MKL_Complex16 *' (aka 'const _MKL_Complex16 *') for 2nd argument&lt;BR /&gt;892 | static __inline void mkl_dc_axpy (const MKL_INT *N, const mkl_dc_type *ALPHA, const mkl_dc_type *x, const MKL_INT *INCX, mkl_dc_type *y, const MKL_INT *INCY)&lt;BR /&gt;| ^ ~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;/home/bunger/intel/oneapi/mkl/2025.0/include/mkl_direct_blas.h:52:21: note: expanded from macro 'mkl_dc_axpy'&lt;BR /&gt;52 | #define mkl_dc_axpy mkl_dc_zaxpy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;/home/bunger/MLFMM-2G/trunk/Source/../Third-Party-Libraries/eigen3/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h:166:1: error: no matching function for call to 'caxpy_direct'&lt;BR /&gt;166 | EIGEN_BLAS_TRMV_CM(scomplex, MKL_Complex8, cf, c, )&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;/home/bunger/MLFMM-2G/trunk/Source/../Third-Party-Libraries/eigen3/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h:134:7: note: expanded from macro 'EIGEN_BLAS_TRMV_CM'&lt;BR /&gt;134 | BLASPREFIX##axpy##BLASPOSTFIX(&amp;amp;n, (const BLASTYPE*)&amp;amp;numext::real_ref(alpha), (const BLASTYPE*)x, &amp;amp;incx, \&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;135 | (BLASTYPE*)res_, &amp;amp;incy); \&lt;BR /&gt;| ~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;&amp;lt;scratch space&amp;gt;:71:1: note: expanded from here&lt;BR /&gt;71 | caxpy&lt;BR /&gt;| ^&lt;BR /&gt;/home/bunger/intel/oneapi/mkl/2025.0/include/mkl_direct_call.h:842:125: note: expanded from macro 'caxpy'&lt;BR /&gt;842 | #define caxpy(n,alpha,x,incx,y,incy) MKL_DC_AXPY_CONVERT(n, alpha, x, incx, y, incy, MKL_DC_CAXPY_CHECKSIZE, mkl_dc_caxpy, caxpy_direct)&lt;BR /&gt;| ^~~~~~~~~~~~&lt;BR /&gt;/home/bunger/intel/oneapi/mkl/2025.0/include/mkl_direct_call.h:830:9: note: expanded from macro 'MKL_DC_AXPY_CONVERT'&lt;BR /&gt;830 | fname_direct((n), (const void *)(alpha), (const void *)(x), (incx), (void *)(y), (incy), &amp;amp;mkl_direct_call_flag); \&lt;BR /&gt;| ^~~~~~~~~~~~&lt;BR /&gt;/home/bunger/intel/oneapi/mkl/2025.0/include/mkl_direct_call.h:98:6: note: candidate function not viable: cannot convert argument of incomplete type 'const void *' to 'const MKL_Complex8 *' (aka 'const _MKL_Complex8 *') for 2nd argument&lt;BR /&gt;98 | void caxpy_direct(const MKL_INT *n, const MKL_Complex8 *alpha, const MKL_Complex8 *x, const MKL_INT *incx, MKL_Complex8 *y, const MKL_INT *inc, const MKL_INT* flag);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;/home/bunger/MLFMM-2G/trunk/Source/../Third-Party-Libraries/eigen3/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h:91:35: error: no matching function for call to 'dtrsm_direct'&lt;BR /&gt;91 | EIGEN_BLAS_TRSM_L(double, double, dtrsm)&lt;BR /&gt;| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~&lt;BR /&gt;/home/bunger/MLFMM-2G/trunk/Source/../Third-Party-Libraries/eigen3/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h:85:7: note: expanded from macro 'EIGEN_BLAS_TRSM_L'&lt;BR /&gt;85 | BLASFUNC(&amp;amp;side, &amp;amp;uplo, &amp;amp;transa, &amp;amp;diag, &amp;amp;m, &amp;amp;n, (const BLASTYPE*)&amp;amp;numext::real_ref(alpha), (const BLASTYPE*)a, \&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;86 | &amp;amp;lda, (BLASTYPE*)_other, &amp;amp;ldb); \&lt;BR /&gt;| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;/home/bunger/intel/oneapi/mkl/2025.0/include/mkl_direct_call.h:748:160: note: expanded from macro 'dtrsm'&lt;BR /&gt;748 | #define dtrsm(side, uplo, transa, diag, m, n, alpha, a, lda, b, ldb) MKL_DC_TRSM_CONVERT(side, uplo, transa, diag, m, n, alpha, a, lda, b, ldb, mkl_dc_dtrsm, dtrsm_direct)&lt;BR /&gt;| ^~~~~~~~~~~~&lt;BR /&gt;/home/bunger/intel/oneapi/mkl/2025.0/include/mkl_direct_call.h:743:9: note: expanded from macro 'MKL_DC_TRSM_CONVERT'&lt;BR /&gt;743 | fname_direct((side), (uplo), (transa), (diag), (m), (n), (const void *)(alpha), (const void *)(a), (lda), (void *)(b), (ldb), &amp;amp;mkl_direct_call_flag); \&lt;BR /&gt;| ^~~~~~~~~~~~&lt;BR /&gt;/home/bunger/intel/oneapi/mkl/2025.0/include/mkl_direct_call.h:85:6: note: candidate function not viable: cannot convert argument of incomplete type 'const void *' to 'const double *' for 7th argument&lt;BR /&gt;85 | void dtrsm_direct(const char *side, const char *uplo, const char *transa, const char *diag, const MKL_INT *m, const MKL_INT *n, const double *alpha, const double *a, const MKL_INT *lda, double *b, const MKL_INT *ldb, const MKL_INT* flag);&lt;BR /&gt;| ^ ~~~~~~~~~~~~~~~~~~~&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jan 2025 10:31:18 GMT</pubDate>
    <dc:creator>rbunger</dc:creator>
    <dc:date>2025-01-02T10:31:18Z</dc:date>
    <item>
      <title>oneAPI 2025.0 (MKL): My code does not build any more</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneAPI-2025-0-MKL-My-code-does-not-build-any-more/m-p/1640439#M36589</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been able to build my code using oneAPI 2024.2 and earlier. Now with oneAPI 2025.0 it does not build any more. I do not have a minimal running example or similar... I just know that I was able to build with 2024.2 and now I get multiple errors. I call the oneAPI via the Eigen library.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried with CXX=icpx and CXX=g++.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$HOME/intel.2025.0/oneapi/mkl/2025.0/include/mkl_direct_call.h:740:69: error: invalid conversion from ‘const void*’ to ‘const MKL_Complex16*’ {aka ‘const _MKL_Complex16*’} [-fpermissive]&lt;BR /&gt;740 | fname_unrolledc((side), (uplo), (transa), (diag), (m), (n), (const void *)(alpha), (const void *)(a), (lda), (void *)(b), (ldb)); \&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;| |&lt;BR /&gt;| const void*&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$HOME/intel.2025.0/oneapi/mkl/2025.0/include/mkl_direct_call.h:763:71: note: in expansion of macro ‘MKL_DC_TRSM_CONVERT’&lt;BR /&gt;763 | #define ztrsm(side, uplo, transa, diag, m, n, alpha, a, lda, b, ldb) MKL_DC_TRSM_CONVERT(side, uplo, transa, diag, m, n, alpha, a, lda, b, ldb, mkl_dc_ztrsm, ztrsm_direct)&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 13:44:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneAPI-2025-0-MKL-My-code-does-not-build-any-more/m-p/1640439#M36589</guid>
      <dc:creator>rbunger</dc:creator>
      <dc:date>2024-10-31T13:44:37Z</dc:date>
    </item>
    <item>
      <title>Re:oneAPI 2025.0 (MKL): My code does not build any more</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneAPI-2025-0-MKL-My-code-does-not-build-any-more/m-p/1645079#M36681</link>
      <description>&lt;P&gt;Dear Rainer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: IntelOneTextNormal;"&gt;I have reproduced the issue using my sample code. It appeared that the problem probably is due to changes in the header file&lt;/SPAN&gt;&lt;SPAN style="font-family: Calibri;"&gt; mkl_direct_call.h&lt;/SPAN&gt;&lt;SPAN style="font-family: IntelOneTextNormal;"&gt; compared to earlier versions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have escalated this issue to our development team for further investigation and resolution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Aleksandra&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Nov 2024 14:19:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneAPI-2025-0-MKL-My-code-does-not-build-any-more/m-p/1645079#M36681</guid>
      <dc:creator>Aleksandra_K</dc:creator>
      <dc:date>2024-11-22T14:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Re:oneAPI 2025.0 (MKL): My code does not build any more</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneAPI-2025-0-MKL-My-code-does-not-build-any-more/m-p/1645080#M36682</link>
      <description>&lt;P&gt;Great, many thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2024 14:24:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneAPI-2025-0-MKL-My-code-does-not-build-any-more/m-p/1645080#M36682</guid>
      <dc:creator>rbunger</dc:creator>
      <dc:date>2024-11-22T14:24:29Z</dc:date>
    </item>
    <item>
      <title>Re:oneAPI 2025.0 (MKL): My code does not build any more</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneAPI-2025-0-MKL-My-code-does-not-build-any-more/m-p/1647794#M36725</link>
      <description>&lt;P&gt;Hello Rainer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wanted to let you know that our developers have looked into the issue and confirmed that it will be fixed in the next release.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for notifying us about the issue.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Aleksandra&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Dec 2024 10:08:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneAPI-2025-0-MKL-My-code-does-not-build-any-more/m-p/1647794#M36725</guid>
      <dc:creator>Aleksandra_K</dc:creator>
      <dc:date>2024-12-06T10:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: oneAPI 2025.0 (MKL): My code does not build any more</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneAPI-2025-0-MKL-My-code-does-not-build-any-more/m-p/1647810#M36727</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;many thanks for your efforts!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2024 11:43:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneAPI-2025-0-MKL-My-code-does-not-build-any-more/m-p/1647810#M36727</guid>
      <dc:creator>rbunger</dc:creator>
      <dc:date>2024-12-06T11:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Re:oneAPI 2025.0 (MKL): My code does not build any more</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneAPI-2025-0-MKL-My-code-does-not-build-any-more/m-p/1653707#M36793</link>
      <description>&lt;P&gt;Hi Aleksandra,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;happy new year &lt;LI-EMOJI id="lia_winking-face" title=":winking_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a "next release" available (2025.0.1, Dec. 11 2024) so I tried that one in order to check if the problems building my code are gone. They are not, I get tons of errors (see below for the first few I encountered). Sorry again for not providing a MWE... As mentioned above, I'm am able to build with 2024.2.1...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your efforts &amp;amp; kind regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;home/bunger/MLFMM-2G/trunk/Source/../Third-Party-Libraries/eigen3/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h:163:1: error: no matching function for call to 'mkl_dc_daxpy'&lt;BR /&gt;163 | EIGEN_BLAS_TRMV_CM(double, double, d, d, )&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;/home/bunger/MLFMM-2G/trunk/Source/../Third-Party-Libraries/eigen3/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h:134:7: note: expanded from macro 'EIGEN_BLAS_TRMV_CM'&lt;BR /&gt;134 | BLASPREFIX##axpy##BLASPOSTFIX(&amp;amp;n, (const BLASTYPE*)&amp;amp;numext::real_ref(alpha), (const BLASTYPE*)x, &amp;amp;incx, \&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;135 | (BLASTYPE*)res_, &amp;amp;incy); \&lt;BR /&gt;| ~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;&amp;lt;scratch space&amp;gt;:59:1: note: expanded from here&lt;BR /&gt;59 | daxpy&lt;BR /&gt;| ^&lt;BR /&gt;/home/bunger/intel/oneapi/mkl/2025.0/include/mkl_direct_call.h:834:111: note: expanded from macro 'daxpy'&lt;BR /&gt;834 | #define daxpy(n,alpha,x,incx,y,incy) MKL_DC_AXPY_CONVERT(n, alpha, x, incx, y, incy, MKL_DC_DAXPY_CHECKSIZE, mkl_dc_daxpy, daxpy_direct)&lt;BR /&gt;| ^~~~~~~~~~~~&lt;BR /&gt;/home/bunger/intel/oneapi/mkl/2025.0/include/mkl_direct_call.h:827:9: note: expanded from macro 'MKL_DC_AXPY_CONVERT'&lt;BR /&gt;827 | fname_unrolledc((n), (const void *)(alpha), (const void *)(x), (incx), (void *)(y), (incy));\&lt;BR /&gt;| ^~~~~~~~~~~~~~~&lt;BR /&gt;/home/bunger/intel/oneapi/mkl/2025.0/include/mkl_direct_blas.h:892:22: note: candidate function not viable: cannot convert argument of incomplete type 'const void *' to 'const double *' for 2nd argument&lt;BR /&gt;892 | static __inline void mkl_dc_axpy (const MKL_INT *N, const mkl_dc_type *ALPHA, const mkl_dc_type *x, const MKL_INT *INCX, mkl_dc_type *y, const MKL_INT *INCY)&lt;BR /&gt;| ^ ~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;/home/bunger/intel/oneapi/mkl/2025.0/include/mkl_direct_blas.h:30:21: note: expanded from macro 'mkl_dc_axpy'&lt;BR /&gt;30 | #define mkl_dc_axpy mkl_dc_daxpy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;home/bunger/MLFMM-2G/trunk/Source/../Third-Party-Libraries/eigen3/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h:163:1: error: no matching function for call to 'daxpy_direct'&lt;BR /&gt;163 | EIGEN_BLAS_TRMV_CM(double, double, d, d, )&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;/home/bunger/MLFMM-2G/trunk/Source/../Third-Party-Libraries/eigen3/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h:134:7: note: expanded from macro 'EIGEN_BLAS_TRMV_CM'&lt;BR /&gt;134 | BLASPREFIX##axpy##BLASPOSTFIX(&amp;amp;n, (const BLASTYPE*)&amp;amp;numext::real_ref(alpha), (const BLASTYPE*)x, &amp;amp;incx, \&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;135 | (BLASTYPE*)res_, &amp;amp;incy); \&lt;BR /&gt;| ~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;&amp;lt;scratch space&amp;gt;:59:1: note: expanded from here&lt;BR /&gt;59 | daxpy&lt;BR /&gt;| ^&lt;BR /&gt;/home/bunger/intel/oneapi/mkl/2025.0/include/mkl_direct_call.h:834:125: note: expanded from macro 'daxpy'&lt;BR /&gt;834 | #define daxpy(n,alpha,x,incx,y,incy) MKL_DC_AXPY_CONVERT(n, alpha, x, incx, y, incy, MKL_DC_DAXPY_CHECKSIZE, mkl_dc_daxpy, daxpy_direct)&lt;BR /&gt;| ^~~~~~~~~~~~&lt;BR /&gt;/home/bunger/intel/oneapi/mkl/2025.0/include/mkl_direct_call.h:830:9: note: expanded from macro 'MKL_DC_AXPY_CONVERT'&lt;BR /&gt;830 | fname_direct((n), (const void *)(alpha), (const void *)(x), (incx), (void *)(y), (incy), &amp;amp;mkl_direct_call_flag); \&lt;BR /&gt;| ^~~~~~~~~~~~&lt;BR /&gt;/home/bunger/intel/oneapi/mkl/2025.0/include/mkl_direct_call.h:96:6: note: candidate function not viable: cannot convert argument of incomplete type 'const void *' to 'const double *' for 2nd argument&lt;BR /&gt;96 | void daxpy_direct(const MKL_INT *n, const double *alpha, const double *x, const MKL_INT *incx, double *y, const MKL_INT *incy, const MKL_INT* flag);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;/home/bunger/MLFMM-2G/trunk/Source/../Third-Party-Libraries/eigen3/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h:164:1: error: no matching function for call to 'mkl_dc_zaxpy'&lt;BR /&gt;164 | EIGEN_BLAS_TRMV_CM(dcomplex, MKL_Complex16, cd, z, )&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;/home/bunger/MLFMM-2G/trunk/Source/../Third-Party-Libraries/eigen3/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h:134:7: note: expanded from macro 'EIGEN_BLAS_TRMV_CM'&lt;BR /&gt;134 | BLASPREFIX##axpy##BLASPOSTFIX(&amp;amp;n, (const BLASTYPE*)&amp;amp;numext::real_ref(alpha), (const BLASTYPE*)x, &amp;amp;incx, \&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;135 | (BLASTYPE*)res_, &amp;amp;incy); \&lt;BR /&gt;| ~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;&amp;lt;scratch space&amp;gt;:63:1: note: expanded from here&lt;BR /&gt;63 | zaxpy&lt;BR /&gt;| ^&lt;BR /&gt;/home/bunger/intel/oneapi/mkl/2025.0/include/mkl_direct_call.h:846:111: note: expanded from macro 'zaxpy'&lt;BR /&gt;846 | #define zaxpy(n,alpha,x,incx,y,incy) MKL_DC_AXPY_CONVERT(n, alpha, x, incx, y, incy, MKL_DC_ZAXPY_CHECKSIZE, mkl_dc_zaxpy, zaxpy_direct)&lt;BR /&gt;| ^~~~~~~~~~~~&lt;BR /&gt;/home/bunger/intel/oneapi/mkl/2025.0/include/mkl_direct_call.h:827:9: note: expanded from macro 'MKL_DC_AXPY_CONVERT'&lt;BR /&gt;827 | fname_unrolledc((n), (const void *)(alpha), (const void *)(x), (incx), (void *)(y), (incy));\&lt;BR /&gt;| ^~~~~~~~~~~~~~~&lt;BR /&gt;/home/bunger/intel/oneapi/mkl/2025.0/include/mkl_direct_blas.h:892:22: note: candidate function not viable: cannot convert argument of incomplete type 'const void *' to 'const MKL_Complex16 *' (aka 'const _MKL_Complex16 *') for 2nd argument&lt;BR /&gt;892 | static __inline void mkl_dc_axpy (const MKL_INT *N, const mkl_dc_type *ALPHA, const mkl_dc_type *x, const MKL_INT *INCX, mkl_dc_type *y, const MKL_INT *INCY)&lt;BR /&gt;| ^ ~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;/home/bunger/intel/oneapi/mkl/2025.0/include/mkl_direct_blas.h:52:21: note: expanded from macro 'mkl_dc_axpy'&lt;BR /&gt;52 | #define mkl_dc_axpy mkl_dc_zaxpy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;/home/bunger/MLFMM-2G/trunk/Source/../Third-Party-Libraries/eigen3/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h:166:1: error: no matching function for call to 'caxpy_direct'&lt;BR /&gt;166 | EIGEN_BLAS_TRMV_CM(scomplex, MKL_Complex8, cf, c, )&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;/home/bunger/MLFMM-2G/trunk/Source/../Third-Party-Libraries/eigen3/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h:134:7: note: expanded from macro 'EIGEN_BLAS_TRMV_CM'&lt;BR /&gt;134 | BLASPREFIX##axpy##BLASPOSTFIX(&amp;amp;n, (const BLASTYPE*)&amp;amp;numext::real_ref(alpha), (const BLASTYPE*)x, &amp;amp;incx, \&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;135 | (BLASTYPE*)res_, &amp;amp;incy); \&lt;BR /&gt;| ~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;&amp;lt;scratch space&amp;gt;:71:1: note: expanded from here&lt;BR /&gt;71 | caxpy&lt;BR /&gt;| ^&lt;BR /&gt;/home/bunger/intel/oneapi/mkl/2025.0/include/mkl_direct_call.h:842:125: note: expanded from macro 'caxpy'&lt;BR /&gt;842 | #define caxpy(n,alpha,x,incx,y,incy) MKL_DC_AXPY_CONVERT(n, alpha, x, incx, y, incy, MKL_DC_CAXPY_CHECKSIZE, mkl_dc_caxpy, caxpy_direct)&lt;BR /&gt;| ^~~~~~~~~~~~&lt;BR /&gt;/home/bunger/intel/oneapi/mkl/2025.0/include/mkl_direct_call.h:830:9: note: expanded from macro 'MKL_DC_AXPY_CONVERT'&lt;BR /&gt;830 | fname_direct((n), (const void *)(alpha), (const void *)(x), (incx), (void *)(y), (incy), &amp;amp;mkl_direct_call_flag); \&lt;BR /&gt;| ^~~~~~~~~~~~&lt;BR /&gt;/home/bunger/intel/oneapi/mkl/2025.0/include/mkl_direct_call.h:98:6: note: candidate function not viable: cannot convert argument of incomplete type 'const void *' to 'const MKL_Complex8 *' (aka 'const _MKL_Complex8 *') for 2nd argument&lt;BR /&gt;98 | void caxpy_direct(const MKL_INT *n, const MKL_Complex8 *alpha, const MKL_Complex8 *x, const MKL_INT *incx, MKL_Complex8 *y, const MKL_INT *inc, const MKL_INT* flag);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;/home/bunger/MLFMM-2G/trunk/Source/../Third-Party-Libraries/eigen3/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h:91:35: error: no matching function for call to 'dtrsm_direct'&lt;BR /&gt;91 | EIGEN_BLAS_TRSM_L(double, double, dtrsm)&lt;BR /&gt;| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~&lt;BR /&gt;/home/bunger/MLFMM-2G/trunk/Source/../Third-Party-Libraries/eigen3/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h:85:7: note: expanded from macro 'EIGEN_BLAS_TRSM_L'&lt;BR /&gt;85 | BLASFUNC(&amp;amp;side, &amp;amp;uplo, &amp;amp;transa, &amp;amp;diag, &amp;amp;m, &amp;amp;n, (const BLASTYPE*)&amp;amp;numext::real_ref(alpha), (const BLASTYPE*)a, \&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;86 | &amp;amp;lda, (BLASTYPE*)_other, &amp;amp;ldb); \&lt;BR /&gt;| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;/home/bunger/intel/oneapi/mkl/2025.0/include/mkl_direct_call.h:748:160: note: expanded from macro 'dtrsm'&lt;BR /&gt;748 | #define dtrsm(side, uplo, transa, diag, m, n, alpha, a, lda, b, ldb) MKL_DC_TRSM_CONVERT(side, uplo, transa, diag, m, n, alpha, a, lda, b, ldb, mkl_dc_dtrsm, dtrsm_direct)&lt;BR /&gt;| ^~~~~~~~~~~~&lt;BR /&gt;/home/bunger/intel/oneapi/mkl/2025.0/include/mkl_direct_call.h:743:9: note: expanded from macro 'MKL_DC_TRSM_CONVERT'&lt;BR /&gt;743 | fname_direct((side), (uplo), (transa), (diag), (m), (n), (const void *)(alpha), (const void *)(a), (lda), (void *)(b), (ldb), &amp;amp;mkl_direct_call_flag); \&lt;BR /&gt;| ^~~~~~~~~~~~&lt;BR /&gt;/home/bunger/intel/oneapi/mkl/2025.0/include/mkl_direct_call.h:85:6: note: candidate function not viable: cannot convert argument of incomplete type 'const void *' to 'const double *' for 7th argument&lt;BR /&gt;85 | void dtrsm_direct(const char *side, const char *uplo, const char *transa, const char *diag, const MKL_INT *m, const MKL_INT *n, const double *alpha, const double *a, const MKL_INT *lda, double *b, const MKL_INT *ldb, const MKL_INT* flag);&lt;BR /&gt;| ^ ~~~~~~~~~~~~~~~~~~~&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2025 10:31:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneAPI-2025-0-MKL-My-code-does-not-build-any-more/m-p/1653707#M36793</guid>
      <dc:creator>rbunger</dc:creator>
      <dc:date>2025-01-02T10:31:18Z</dc:date>
    </item>
    <item>
      <title>Re:oneAPI 2025.0 (MKL): My code does not build any more</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneAPI-2025-0-MKL-My-code-does-not-build-any-more/m-p/1655709#M36816</link>
      <description>&lt;P&gt;I'm sorry for making the confusion - by the next release, I meant the next standard release 2025.1, not 2025.0.1. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aleksandra&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Jan 2025 14:23:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneAPI-2025-0-MKL-My-code-does-not-build-any-more/m-p/1655709#M36816</guid>
      <dc:creator>Aleksandra_K</dc:creator>
      <dc:date>2025-01-09T14:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re:oneAPI 2025.0 (MKL): My code does not build any more</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneAPI-2025-0-MKL-My-code-does-not-build-any-more/m-p/1665087#M36931</link>
      <description>&lt;P&gt;Given the issue hasn't been fixed yet, is it possible to get access to the 2024.2.2 release? I can't find any way to download it from the website, and can only find 2025.0.1.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2025 21:59:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneAPI-2025-0-MKL-My-code-does-not-build-any-more/m-p/1665087#M36931</guid>
      <dc:creator>nepacheo</dc:creator>
      <dc:date>2025-02-11T21:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Re:oneAPI 2025.0 (MKL): My code does not build any more</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneAPI-2025-0-MKL-My-code-does-not-build-any-more/m-p/1665735#M36932</link>
      <description>&lt;P&gt;There is a selection box ("Choose your version") where you can select 2024.2.1.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 08:04:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneAPI-2025-0-MKL-My-code-does-not-build-any-more/m-p/1665735#M36932</guid>
      <dc:creator>rbunger</dc:creator>
      <dc:date>2025-02-13T08:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Re:oneAPI 2025.0 (MKL): My code does not build any more</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneAPI-2025-0-MKL-My-code-does-not-build-any-more/m-p/1677283#M37010</link>
      <description>&lt;P&gt;It works with the 2025.1, many thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2025 08:47:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneAPI-2025-0-MKL-My-code-does-not-build-any-more/m-p/1677283#M37010</guid>
      <dc:creator>rbunger</dc:creator>
      <dc:date>2025-03-24T08:47:01Z</dc:date>
    </item>
  </channel>
</rss>

