<?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 How to suppress Intel MKL warning in 2024.0? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-suppress-Intel-MKL-warning-in-2024-0/m-p/1566415#M35753</link>
    <description>&lt;P&gt;We recently upgraded to 2024.0 and we've found the following "chatter" is coming&amp;nbsp;unbidden from MKL.&lt;/P&gt;&lt;P&gt;Yes, it's running on an old CPU. But it still seems to be running and producing results. Granted, there may be a performance penalty (which could impact whether we stick with this version or downgrade to an older MKL version that provides proper support). But my guess the performance hit for this particular calculation is small. And ultimately, it's more important that the software runs cleanly.&lt;/P&gt;&lt;P&gt;Is there a way to suppress this warning? (either programmatically or with an environment variable) We tried setting&amp;nbsp;MKL_VERBOSE=0 but that did not work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="none"&gt;Intel MKL WARNING: Support of Intel(R) Supplemental Streaming SIMD Extensions 3 (Intel(R) SSSE3) enabled only processors has been deprecated. Intel oneAPI Math Kernel Library will use Intel(R) Streaming SIMD 2 Extensions (Intel(R) SSE2) instructions instead.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your time!&lt;/P&gt;</description>
    <pubDate>Fri, 26 Jan 2024 17:15:13 GMT</pubDate>
    <dc:creator>LanceWesterhoff</dc:creator>
    <dc:date>2024-01-26T17:15:13Z</dc:date>
    <item>
      <title>How to suppress Intel MKL warning in 2024.0?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-suppress-Intel-MKL-warning-in-2024-0/m-p/1566415#M35753</link>
      <description>&lt;P&gt;We recently upgraded to 2024.0 and we've found the following "chatter" is coming&amp;nbsp;unbidden from MKL.&lt;/P&gt;&lt;P&gt;Yes, it's running on an old CPU. But it still seems to be running and producing results. Granted, there may be a performance penalty (which could impact whether we stick with this version or downgrade to an older MKL version that provides proper support). But my guess the performance hit for this particular calculation is small. And ultimately, it's more important that the software runs cleanly.&lt;/P&gt;&lt;P&gt;Is there a way to suppress this warning? (either programmatically or with an environment variable) We tried setting&amp;nbsp;MKL_VERBOSE=0 but that did not work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="none"&gt;Intel MKL WARNING: Support of Intel(R) Supplemental Streaming SIMD Extensions 3 (Intel(R) SSSE3) enabled only processors has been deprecated. Intel oneAPI Math Kernel Library will use Intel(R) Streaming SIMD 2 Extensions (Intel(R) SSE2) instructions instead.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your time!&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2024 17:15:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-suppress-Intel-MKL-warning-in-2024-0/m-p/1566415#M35753</guid>
      <dc:creator>LanceWesterhoff</dc:creator>
      <dc:date>2024-01-26T17:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress Intel MKL warning in 2024.0?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-suppress-Intel-MKL-warning-in-2024-0/m-p/1567370#M35756</link>
      <description>&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;Lance,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;Would you try to use the following environment variable: set/&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN class="uiOutputText"&gt;export MKL_ENABLE_INSTRUCTIONS=SSE4_2&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;SPAN class="uiOutputText"&gt;--Gennady&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 07:05:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-suppress-Intel-MKL-warning-in-2024-0/m-p/1567370#M35756</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2024-01-30T07:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress Intel MKL warning in 2024.0?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-suppress-Intel-MKL-warning-in-2024-0/m-p/1585697#M35973</link>
      <description>&lt;P&gt;hi gennady,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i'm unfortunately on mac (parallel_studio_xe_2020.2.899+ oneAPI 2023.2.0.49398_offline) and also encountered this error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i wrote&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class=""&gt;export MKL_ENABLE_INSTRUCTIONS=SSE4_2 &lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;and it did not help the situation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;is there something i'm missing?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 23:01:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-suppress-Intel-MKL-warning-in-2024-0/m-p/1585697#M35973</guid>
      <dc:creator>Gagan</dc:creator>
      <dc:date>2024-04-02T23:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress Intel MKL warning in 2024.0?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-suppress-Intel-MKL-warning-in-2024-0/m-p/1587545#M35997</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Gennady-&lt;/P&gt;&lt;P&gt;Unfortunately, the problem is we don't know what machine our users may be using. So in this case,&amp;nbsp;&lt;EM&gt;&lt;SPAN class=""&gt;export MKL_ENABLE_INSTRUCTIONS=SSE4_2&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN class=""&gt;may close it out. But on the next machine, we may need to set a different instruction set. There should be a way to silence this. Is there a way to set something akin to&amp;nbsp;&lt;EM&gt;export MKL_ENABLE_INSTRUCTIONS=BEST_AVAILABLE&lt;/EM&gt;&lt;EM&gt;.&amp;nbsp;&lt;/EM&gt;Or is there an MKL function we can call that will tell us the best instruction set available which we use to setenv() to programmatically set at runtime?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Thank you for your time!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 00:25:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-suppress-Intel-MKL-warning-in-2024-0/m-p/1587545#M35997</guid>
      <dc:creator>LanceWesterhoff</dc:creator>
      <dc:date>2024-04-09T00:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress Intel MKL warning in 2024.0?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-suppress-Intel-MKL-warning-in-2024-0/m-p/1587546#M35998</link>
      <description>&lt;P&gt;i'll save you the heartache lance: nothing works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BEST_AVAILABLE is actually SSE4_2 for any intel i7 processors that are born before "sandy bridge", which is socket 2011. i.e. sockets 1154/1366 are SSE4_2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in other words, SSE4_2 should close out the warning but it does not because the developers forgot to do some checking to verify APPUL's operating system would present this environment variable at link-time. this solution DOES work for linux, so the reason it fails in APPUL's operating system must be due to these idiosyncrasies.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i hope i'm wrong but i don't think there is any solution. i say: good. i personally can't wait to move back to windows, where "everything just works" like restoring an iPod Classic that has become impossible on 10.14-10.15. they refuse to fix and improve their operating system, opting to spend these dollars infusing pseudo-mobile "feels" into the UI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;long overdue!!&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 00:38:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-suppress-Intel-MKL-warning-in-2024-0/m-p/1587546#M35998</guid>
      <dc:creator>Gagan</dc:creator>
      <dc:date>2024-04-09T00:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress Intel MKL warning in 2024.0?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-suppress-Intel-MKL-warning-in-2024-0/m-p/1587570#M35999</link>
      <description>&lt;P&gt;Unfortunately, when running on a very old Xeon&amp;nbsp;E5440 (for example), we see a warning such the following (and no setting of MKL_ENABLE_INSTRUCTIONS [that I've found] gets past it):&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Intel MKL WARNING: Support of Intel(R) Supplemental Streaming SIMD Extensions 3 (Intel(R) SSSE3) enabled only processors has been deprecated. Intel oneAPI Math Kernel Library will use Intel(R) Streaming SIMD 2 Extensions (Intel(R) SSE2) instructions instead."&lt;/P&gt;&lt;P&gt;Regardless, we wouldn't want to set&amp;nbsp;MKL_ENABLE_INSTRUCTIONS to the minimum MKL supports since presumably that would negatively impact performance on newer processors.&lt;/P&gt;&lt;P&gt;The real fix here is Intel should provide a way to silence this sort of chatter. It's one thing to provide information for debugging purposes. In this case though this just comes across as amateurish. And unfortunately we're stuck with it since some users use AMD processors which showed bugs with earlier MKL versions.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 01:54:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-suppress-Intel-MKL-warning-in-2024-0/m-p/1587570#M35999</guid>
      <dc:creator>LanceWesterhoff</dc:creator>
      <dc:date>2024-04-09T01:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress Intel MKL warning in 2024.0?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-suppress-Intel-MKL-warning-in-2024-0/m-p/1587572#M36000</link>
      <description>&lt;P&gt;Incidentally&amp;nbsp;Gennady, to answer your question: I tried that and it didn't work on the&amp;nbsp;&lt;SPAN&gt;old Xeon&amp;nbsp;E5440. &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 01:58:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-suppress-Intel-MKL-warning-in-2024-0/m-p/1587572#M36000</guid>
      <dc:creator>LanceWesterhoff</dc:creator>
      <dc:date>2024-04-09T01:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress Intel MKL warning in 2024.0?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-suppress-Intel-MKL-warning-in-2024-0/m-p/1587575#M36001</link>
      <description>&lt;P&gt;lance, you want to know something amateurish? try running the feast eigensolver on 2022.1--it doesn't work, at least on mac. it had an error with the linear solver. i was playing with old versions over the weekend and it is astounding what was pushed out, but then you remember: mac users don't matter because they are a very small group of users. most people will use windows or linux.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it seems intel made some poor staffing decisions and our pal gennady has had, for the lack of a better term, a challenging time keeping MKL up to date. we love and appreciate you gennady!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;now, back to linux or windows:&lt;/P&gt;&lt;P&gt;from what i understand, mkl_enable_instructions works fine on linux, see this &lt;A href="https://github.com/numpy/numpy/issues/23775#issuecomment-1923327310" target="_self"&gt;github post referencing a post on the MKL forums.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in terms of setting it automatically, or to the highest possible ISA that is available, i believe that is MKL_ENABLE_INSTRUCTIONS. see the documentation here: &lt;A href="https://www.intel.com/content/www/us/en/docs/onemkl/developer-reference-c/2023-0/mkl-enable-instructions.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/docs/onemkl/developer-reference-c/2023-0/mkl-enable-instructions.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;by setting something like MKL_ENABLE_INSTRUCTIONS=AVX_512_E1 will not result in crashes, as the documentation says it does nothing for unsupported instructions. in other words, you shouldn't need to do this on anything other than older processors, so just run something like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;FILE *CPUinfo = popen("/proc/cpuinfo","r");

char lineBuffer[1024];

char CPUstring[1024];

while(!fgets(linebuffer, sizeof(line), CPUInfo)) {

/* your favourite way to get the substring

strcasestr( whatever the string info for processors older than sandy bridge are )

set CPUstring to the relevant bits

*/


}

if( !strcmp(CPUString, oldprocessorID1) || ... || !strcnmp(CPUstring, oldprocessorIDN)  )

mkl_enable_instructions(MKL_ENABLE_SSE4_2);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and that should fix your problem. surely windows has something similar?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i forgot to mention that i did try the mkl_enable_instructions function manually (again ON MAC) and it too did nothing, so i guess it's not an issue with the environment variables in mac versus linux: it's something deeper. but IT SHOULD work for linux. i haven't heard of anyone on linux having this issue persist after following the environment variable approach.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 02:20:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-suppress-Intel-MKL-warning-in-2024-0/m-p/1587575#M36001</guid>
      <dc:creator>Gagan</dc:creator>
      <dc:date>2024-04-09T02:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress Intel MKL warning in 2024.0?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-suppress-Intel-MKL-warning-in-2024-0/m-p/1587596#M36002</link>
      <description>&lt;P&gt;This fix is applied to 2024 update 1 version of oneMKL for Lin&amp;amp;win OS only. The latest version of oneMKL which supports MAC OS is 2023.2&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 04:02:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-suppress-Intel-MKL-warning-in-2024-0/m-p/1587596#M36002</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2024-04-09T04:02:57Z</dc:date>
    </item>
  </channel>
</rss>

