<?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: GCC thread sanitizer and MKL with Intel OpenMP in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/GCC-thread-sanitizer-and-MKL-with-Intel-OpenMP/m-p/1612168#M36248</link>
    <description>&lt;P class="sub_section_element_selectors"&gt;the problem might be that sanitizer you use is not updated accordingly the latest OpenMP features. Intel C/C++ compiler ( the link to the article i shared into the previous reply ) aligns with the latest features.&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;The only thing we could recommend you - to try this option.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Jul 2024 08:35:59 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2024-07-04T08:35:59Z</dc:date>
    <item>
      <title>GCC thread sanitizer and MKL with Intel OpenMP</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/GCC-thread-sanitizer-and-MKL-with-Intel-OpenMP/m-p/1611226#M36235</link>
      <description>&lt;P&gt;Is thread sanitizer supposed to work with Intel OpenMP?&lt;/P&gt;&lt;P&gt;I get thousands of errors. Possibly genuine errors as our code is old and has just about never been tested for thread hazards. We're using GCC 5.3 and GCC 13.2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 15:59:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/GCC-thread-sanitizer-and-MKL-with-Intel-OpenMP/m-p/1611226#M36235</guid>
      <dc:creator>paul_f</dc:creator>
      <dc:date>2024-07-01T15:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: GCC thread sanitizer and MKL with Intel OpenMP</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/GCC-thread-sanitizer-and-MKL-with-Intel-OpenMP/m-p/1611817#M36243</link>
      <description>&lt;P class="sub_section_element_selectors"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;Paul,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;I don't think you submitted this question to the right forum. We didn't check how gcc sanitizer will work with OpenMP based code.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;I thinks, You could ask this question to Intel C/C++ Software Forum follow the link:&amp;nbsp;&lt;A href="https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/bd-p/oneapi-data-parallel-c" target="_blank"&gt;https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/bd-p/oneapi-data-parallel-c&lt;/A&gt;.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;You could also take a look at this &lt;A href="https://www.intel.com/content/www/us/en/developer/articles/technical/find-bugs-quickly-using-sanitizers-with-oneapi-compiler.html" target="_self"&gt;Knowledge Base Article&lt;/A&gt; shows how to use find bugs quickly using sanitizer with oneAPI DPC++/C++ Compiler.&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;--Gennady&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 09:31:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/GCC-thread-sanitizer-and-MKL-with-Intel-OpenMP/m-p/1611817#M36243</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2024-07-03T09:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: GCC thread sanitizer and MKL with Intel OpenMP</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/GCC-thread-sanitizer-and-MKL-with-Intel-OpenMP/m-p/1611904#M36244</link>
      <description>&lt;P&gt;I'll ask in the C/C++ forum but I think this is much more of an OpenMP question.&lt;/P&gt;&lt;P&gt;As I see it there are two parts to this. OpenMP needs to use thread primitives that Thread Sanitizer understands. Then Thread Sanitizer needs to wrap the threading functions. I'm not sure how that works but my expectation is that it needs an instrumented build of OpenMP.&lt;/P&gt;&lt;P&gt;Porting to use the Intel compilers would be a major task.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 16:02:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/GCC-thread-sanitizer-and-MKL-with-Intel-OpenMP/m-p/1611904#M36244</guid>
      <dc:creator>paul_f</dc:creator>
      <dc:date>2024-07-03T16:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: GCC thread sanitizer and MKL with Intel OpenMP</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/GCC-thread-sanitizer-and-MKL-with-Intel-OpenMP/m-p/1612168#M36248</link>
      <description>&lt;P class="sub_section_element_selectors"&gt;the problem might be that sanitizer you use is not updated accordingly the latest OpenMP features. Intel C/C++ compiler ( the link to the article i shared into the previous reply ) aligns with the latest features.&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;The only thing we could recommend you - to try this option.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 08:35:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/GCC-thread-sanitizer-and-MKL-with-Intel-OpenMP/m-p/1612168#M36248</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2024-07-04T08:35:59Z</dc:date>
    </item>
    <item>
      <title>Re:GCC thread sanitizer and MKL with Intel OpenMP</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/GCC-thread-sanitizer-and-MKL-with-Intel-OpenMP/m-p/1612409#M36255</link>
      <description>&lt;P&gt;the thread is closing as it is not related to oneMKL.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Jul 2024 04:45:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/GCC-thread-sanitizer-and-MKL-with-Intel-OpenMP/m-p/1612409#M36255</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2024-07-05T04:45:38Z</dc:date>
    </item>
  </channel>
</rss>

