<?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: icpx crash report compiling SLATE linear algebra library in Intel® oneAPI DPC++/C++ Compiler</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/icpx-crash-report-compiling-SLATE-linear-algebra-library/m-p/1739782#M4702</link>
    <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/474890"&gt;@chillenb&lt;/a&gt;&amp;nbsp;Upon further testing, I found that this bug has been fixed in 2025.1 Compiler release.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Mar 2026 20:58:51 GMT</pubDate>
    <dc:creator>Sravani_K_Intel</dc:creator>
    <dc:date>2026-03-05T20:58:51Z</dc:date>
    <item>
      <title>icpx crash report compiling SLATE linear algebra library</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/icpx-crash-report-compiling-SLATE-linear-algebra-library/m-p/1739418#M4699</link>
      <description>&lt;P&gt;I'm trying to compile SLATE (&lt;A href="https://github.com/icl-utk-edu/slate" target="_blank" rel="noopener"&gt;https://github.com/icl-utk-edu/slate&lt;/A&gt;) with OneAPI 2025.0 toolchain. Unfortunately icpx crashed.&lt;BR /&gt;&lt;BR /&gt;The command used to configure the code with CMake:&lt;/P&gt;&lt;DIV&gt;cmake -B build -S . \&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-DCMAKE_CXX_COMPILER=icpx \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-DCMAKE_Fortran_COMPILER=ifx \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-DCMAKE_C_COMPILER=icx \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-Dblas=mkl \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-Dblas_threaded=1 \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-Dblas_fortran=ifort \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-Dgpu_backend=none \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-Dmkl_blacs=intelmpi&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;icpx crashed on src/internal/internal_gbnorm.cc. I've attached the output of the command with -save-temps -v, as requested. I don't have priority support, but the compiler team might still want to know about this bug.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2026 23:03:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/icpx-crash-report-compiling-SLATE-linear-algebra-library/m-p/1739418#M4699</guid>
      <dc:creator>chillenb</dc:creator>
      <dc:date>2026-03-03T23:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: icpx crash report compiling SLATE linear algebra library</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/icpx-crash-report-compiling-SLATE-linear-algebra-library/m-p/1739421#M4700</link>
      <description>&lt;P&gt;The bug seems related to the OpenMP implementation. Compilation of &lt;SPAN&gt;src/internal/internal_gbnorm.cc succeeds using Clang's OpenMP via the flag "-fopenmp".&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2026 23:06:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/icpx-crash-report-compiling-SLATE-linear-algebra-library/m-p/1739421#M4700</guid>
      <dc:creator>chillenb</dc:creator>
      <dc:date>2026-03-03T23:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: icpx crash report compiling SLATE linear algebra library</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/icpx-crash-report-compiling-SLATE-linear-algebra-library/m-p/1739422#M4701</link>
      <description>&lt;P&gt;Thanks for reporting this bug, will escalate it to the Compiler team.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2026 23:11:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/icpx-crash-report-compiling-SLATE-linear-algebra-library/m-p/1739422#M4701</guid>
      <dc:creator>Sravani_K_Intel</dc:creator>
      <dc:date>2026-03-03T23:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: icpx crash report compiling SLATE linear algebra library</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/icpx-crash-report-compiling-SLATE-linear-algebra-library/m-p/1739782#M4702</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/474890"&gt;@chillenb&lt;/a&gt;&amp;nbsp;Upon further testing, I found that this bug has been fixed in 2025.1 Compiler release.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2026 20:58:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/icpx-crash-report-compiling-SLATE-linear-algebra-library/m-p/1739782#M4702</guid>
      <dc:creator>Sravani_K_Intel</dc:creator>
      <dc:date>2026-03-05T20:58:51Z</dc:date>
    </item>
  </channel>
</rss>

