<?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: Bug in MKLConfig.cmake in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-MKLConfig-cmake/m-p/1365201#M32849</link>
    <description>&lt;P&gt;Hello JoeTodd,&lt;/P&gt;
&lt;P&gt;Can you please share what you are trying to do? Some kind of an example will help us look into the problem in detail.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Mar 2022 17:31:42 GMT</pubDate>
    <dc:creator>Viraj_M_Intel</dc:creator>
    <dc:date>2022-03-02T17:31:42Z</dc:date>
    <item>
      <title>Bug in MKLConfig.cmake</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-MKLConfig-cmake/m-p/1365193#M32848</link>
      <description>&lt;P&gt;In MKLConfig.cmake, the compiler matching regexes:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;
if(CMAKE_CXX_COMPILER MATCHES ".*dpcpp[.exe]*")
set(DPCPP_COMPILER ON)
endif()
if(CMAKE_C_COMPILER MATCHES ".*clang*")
set(CLANG_COMPILER ON)
endif() &lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;aren't doing what they ought to. An optional .exe extension should be represented as:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;".*dpcpp(\\.exe)?$"&lt;/LI-CODE&gt;
&lt;P&gt;and I believe that ".*clang*" would match any compiler path with "clan" somewhere in it.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 18:36:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-MKLConfig-cmake/m-p/1365193#M32848</guid>
      <dc:creator>JoeTodd</dc:creator>
      <dc:date>2022-03-02T18:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in MKLConfig.cmake</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-MKLConfig-cmake/m-p/1365201#M32849</link>
      <description>&lt;P&gt;Hello JoeTodd,&lt;/P&gt;
&lt;P&gt;Can you please share what you are trying to do? Some kind of an example will help us look into the problem in detail.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 17:31:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-MKLConfig-cmake/m-p/1365201#M32849</guid>
      <dc:creator>Viraj_M_Intel</dc:creator>
      <dc:date>2022-03-02T17:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in MKLConfig.cmake</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-MKLConfig-cmake/m-p/1365214#M32851</link>
      <description>&lt;P&gt;Hi Viraj,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not really trying to do anything - I just noticed this bug &amp;amp; thought I ought to report it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Joe&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 18:37:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-MKLConfig-cmake/m-p/1365214#M32851</guid>
      <dc:creator>JoeTodd</dc:creator>
      <dc:date>2022-03-02T18:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in MKLConfig.cmake</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-MKLConfig-cmake/m-p/1367500#M32891</link>
      <description>&lt;P&gt;Hello JoeTodd,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for posting on Intel Communities.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on the revised snippet shared by you(".*dpcpp(&lt;STRONG&gt;\\.&lt;/STRONG&gt;exe)?$"), you mean a must .exe to be expected after dpcpp and it should not accept any character. However, as per the existing exe, (.*dpcpp&lt;STRONG&gt;[.&lt;/STRONG&gt;exe&lt;STRONG&gt;]&lt;/STRONG&gt;*) is accepts any of the mentioned characters within the braces. Could you please let me know if my understanding correct?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Shanmukh.SS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 11:18:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-MKLConfig-cmake/m-p/1367500#M32891</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2022-03-29T11:18:10Z</dc:date>
    </item>
    <item>
      <title>Re:Bug in MKLConfig.cmake</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-MKLConfig-cmake/m-p/1369670#M32926</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Reminder:&lt;/P&gt;&lt;P&gt;Could you please let us know if our understanding is correct, so that we could proceed further on this case.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shanmukh.SS&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Mar 2022 12:33:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-MKLConfig-cmake/m-p/1369670#M32926</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2022-03-17T12:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Bug in MKLConfig.cmake</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-MKLConfig-cmake/m-p/1370964#M32939</link>
      <description>&lt;P&gt;Square brackets in a regular expression indicate a set of acceptable characters, *not* a group, which is what is intended here. For example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"(\\.exe)?" would match zero or one instances of the string ".exe" at the end of a path - in other words it defines an optional .exe suffix&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"[.exe]*" defines a set of characters ".", "e", "x", "e", and states that zero or more of these characters is acceptable. Furthermore, because the period is not escaped with \\, the "." character actually matches any character. This means that "[.exe]*" is actually equivalent to "[.]*". And given that the expression "[.exe]*" isn't followed by any other character/requirement, the entire "[.exe]*" is actually redundant, because it says "we are looking for zero or more of any character".&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 11:01:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-MKLConfig-cmake/m-p/1370964#M32939</guid>
      <dc:creator>JoeTodd</dc:creator>
      <dc:date>2022-03-22T11:01:57Z</dc:date>
    </item>
    <item>
      <title>Re:Bug in MKLConfig.cmake</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-MKLConfig-cmake/m-p/1372882#M32950</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for sharing the concern. We are working on this internally. We'll get back to you soon with an update.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shanmukh.SS&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Mar 2022 06:16:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-MKLConfig-cmake/m-p/1372882#M32950</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2022-03-30T06:16:23Z</dc:date>
    </item>
    <item>
      <title>Re:Bug in MKLConfig.cmake</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-MKLConfig-cmake/m-p/1389405#M33220</link>
      <description>&lt;P&gt;Hi Joe,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The fix will be in oneMKL 2022.2.  We will let you know when this release is launched.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Khang&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Jun 2022 00:59:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-MKLConfig-cmake/m-p/1389405#M33220</guid>
      <dc:creator>Khang_N_Intel</dc:creator>
      <dc:date>2022-06-02T00:59:52Z</dc:date>
    </item>
  </channel>
</rss>

