<?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: Missing `cspr_64_`  symbol in ILP64 MKL in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Missing-cspr-64-symbol-in-ILP64-MKL/m-p/1747322#M37574</link>
    <description>&lt;P&gt;Thank you again for reporting this issue. The 2026.0 release is available now.&lt;/P&gt;</description>
    <pubDate>Fri, 08 May 2026 20:57:16 GMT</pubDate>
    <dc:creator>Fengrui</dc:creator>
    <dc:date>2026-05-08T20:57:16Z</dc:date>
    <item>
      <title>Missing `cspr_64_`  symbol in ILP64 MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Missing-cspr-64-symbol-in-ILP64-MKL/m-p/1703471#M37249</link>
      <description>&lt;P&gt;MKL 2025 installed from pypi seems to be missing the `cspr_64_` symbol with the trailing underscore:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$ nm libmkl_intel_ilp64.so |grep cspr_64
00000000002e3f80 T cspr_64
00000000002e3f80 T mkl_lapack__cspr_64_&lt;/LI-CODE&gt;&lt;P&gt;while&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$ nm libmkl_intel_ilp64.so |grep sspr_64
00000000002d1e60 T cblas_sspr_64
0000000000239d60 T sspr_64
0000000000239d60 T sspr_64_
$ nm libmkl_intel_ilp64.so |grep dspr_64
00000000002c5c70 T cblas_dspr_64
0000000000252660 T dspr_64
0000000000252660 T dspr_64_&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Found it via the SciPy's pull request which aims to bring ILP64 support to SciPy,&amp;nbsp;&lt;A href="https://github.com/scipy/scipy/pull/22743/" target="_blank" rel="noopener"&gt;https://github.com/scipy/scipy/pull/22743/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our current workaround is to define an env variable and&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;#ifdef FIX_MKL_2025_ILP64_MISSING_SYMBOL
#define cspr_64_ cspr_64
#endif&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jul 2025 14:04:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Missing-cspr-64-symbol-in-ILP64-MKL/m-p/1703471#M37249</guid>
      <dc:creator>ev-br</dc:creator>
      <dc:date>2025-07-15T14:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Missing `cspr_64_`  symbol in ILP64 MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Missing-cspr-64-symbol-in-ILP64-MKL/m-p/1703764#M37252</link>
      <description>&lt;P&gt;Thank you for catching this issue! I have reported it internally.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 17:08:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Missing-cspr-64-symbol-in-ILP64-MKL/m-p/1703764#M37252</guid>
      <dc:creator>Fengrui</dc:creator>
      <dc:date>2025-07-16T17:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Missing `cspr_64_`  symbol in ILP64 MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Missing-cspr-64-symbol-in-ILP64-MKL/m-p/1724238#M37418</link>
      <description>&lt;P&gt;Thank you Fengrui!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Meanwhile, over at&amp;nbsp;&lt;A href="https://github.com/scipy/scipy/pull/23895" target="_blank"&gt;https://github.com/scipy/scipy/pull/23895&lt;/A&gt;&amp;nbsp;we noticed that several more symbols are missing the trailing underscore:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;#ifdef FIX_MKL_2025_ILP64_MISSING_SYMBOL&lt;BR /&gt;#define cspr_64_ cspr_64&lt;BR /&gt;#define sgetc2_64_ sgetc2_64&lt;BR /&gt;#define dgetc2_64_ dgetc2_64&lt;BR /&gt;#define cgetc2_64_ cgetc2_64&lt;BR /&gt;#define zgetc2_64_ zgetc2_64&lt;BR /&gt;#define slasd4_64_ slasd4_64&lt;BR /&gt;#define dlasd4_64_ dlasd4_64&lt;BR /&gt;#endif&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2025 18:57:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Missing-cspr-64-symbol-in-ILP64-MKL/m-p/1724238#M37418</guid>
      <dc:creator>ev-br</dc:creator>
      <dc:date>2025-10-30T18:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Missing `cspr_64_`  symbol in ILP64 MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Missing-cspr-64-symbol-in-ILP64-MKL/m-p/1724252#M37419</link>
      <description>&lt;P&gt;These symbols were also added. The fix will be available in the 2026.0 release.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Fengrui&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2025 21:06:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Missing-cspr-64-symbol-in-ILP64-MKL/m-p/1724252#M37419</guid>
      <dc:creator>Fengrui</dc:creator>
      <dc:date>2025-10-30T21:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Missing `cspr_64_`  symbol in ILP64 MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Missing-cspr-64-symbol-in-ILP64-MKL/m-p/1724256#M37420</link>
      <description>&lt;P&gt;Superb, thank you. Looking forward to being able to use 2026.0 then!&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2025 21:19:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Missing-cspr-64-symbol-in-ILP64-MKL/m-p/1724256#M37420</guid>
      <dc:creator>ev-br</dc:creator>
      <dc:date>2025-10-30T21:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Missing `cspr_64_`  symbol in ILP64 MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Missing-cspr-64-symbol-in-ILP64-MKL/m-p/1747322#M37574</link>
      <description>&lt;P&gt;Thank you again for reporting this issue. The 2026.0 release is available now.&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2026 20:57:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Missing-cspr-64-symbol-in-ILP64-MKL/m-p/1747322#M37574</guid>
      <dc:creator>Fengrui</dc:creator>
      <dc:date>2026-05-08T20:57:16Z</dc:date>
    </item>
  </channel>
</rss>

