<?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 Hi Will in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Possible-Heap-Corruption-after-calling-DftiCreateDescriptor/m-p/1139377#M26200</link>
    <description>&lt;P&gt;Hi Will&lt;BR /&gt;
	&lt;BR /&gt;
	​The 32bit platform,&amp;nbsp; is it possible run with 64bit MKL with the RTOS?&lt;/P&gt;

&lt;P&gt;or try sequential MKL, is the application crash?&amp;nbsp; like export MKL_NUM_THREADS=1&amp;nbsp; or rebuild the application with sequential libraryyou can find right MKL library by MKL link advisor: &lt;A href="https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/" target="_blank" h="ID=SERP,5105.1"&gt;&lt;I data-bm="24"&gt;&lt;I class="01"&gt;&lt;FONT color="#001ba0"&gt;Intel&lt;/FONT&gt;&lt;/I&gt;&lt;FONT color="#001ba0"&gt;® &lt;/FONT&gt;&lt;/I&gt;&lt;STRONG&gt;&lt;I data-bm="25"&gt;&lt;I class="01"&gt;&lt;FONT color="#001ba0"&gt;Math&lt;/FONT&gt;&lt;/I&gt;&lt;FONT color="#001ba0"&gt; &lt;/FONT&gt;&lt;I class="01"&gt;&lt;FONT color="#001ba0"&gt;Kernel&lt;/FONT&gt;&lt;/I&gt;&lt;FONT color="#001ba0"&gt; &lt;/FONT&gt;&lt;I class="01"&gt;&lt;FONT color="#001ba0"&gt;Library&lt;/FONT&gt;&lt;/I&gt;&lt;FONT color="#001ba0"&gt; &lt;/FONT&gt;&lt;I class="01"&gt;&lt;FONT color="#001ba0"&gt;Link&lt;/FONT&gt;&lt;/I&gt;&lt;FONT color="#001ba0"&gt; &lt;/FONT&gt;&lt;I class="01"&gt;&lt;FONT color="#001ba0"&gt;Line&lt;/FONT&gt;&lt;/I&gt;&lt;FONT color="#001ba0"&gt; &lt;/FONT&gt;&lt;I class="01"&gt;&lt;FONT color="#001ba0"&gt;Advisor&lt;/FONT&gt;&lt;/I&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;I data-bm="26"&gt;&lt;FONT color="#001ba0"&gt; | …&lt;/FONT&gt;&lt;/I&gt;&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Best regards,&lt;BR /&gt;
	​Ying&lt;/P&gt;</description>
    <pubDate>Fri, 23 Feb 2018 08:05:05 GMT</pubDate>
    <dc:creator>Ying_H_Intel</dc:creator>
    <dc:date>2018-02-23T08:05:05Z</dc:date>
    <item>
      <title>Possible Heap Corruption after calling DftiCreateDescriptor</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Possible-Heap-Corruption-after-calling-DftiCreateDescriptor/m-p/1139374#M26197</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Our application crashes some time after calling &lt;SPAN class="option"&gt;DftiCreateDescriptor; we believe because the heap has become corrupt. If we delete the call, the application no longer crashes, or if we reduce the size of the length parameter: also no crash. We are calling it as follows:&lt;/SPAN&gt;&lt;/P&gt;

&lt;PRE class="brush:cpp;"&gt;static DFTI_DESCRIPTOR_HANDLE dftiHandle128;

DftiCreateDescriptor(&amp;amp;dftiHandle128, DFTI_DOUBLE, DFTI_REAL, 1, 128);
DftiCommitDescriptor(dftiHandle128);&lt;/PRE&gt;

&lt;P&gt;We get no crash if the length parameter is less than 18.&lt;/P&gt;

&lt;P&gt;We are running this on an RTOS and link the library in statically. We have noticed this issue after upgrading our compiler from "Intel C++ Compiler XE 12.1" to "Intel C++ Compiler 18.0".&lt;/P&gt;

&lt;P&gt;Does anyone know why this might be the case?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 17:43:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Possible-Heap-Corruption-after-calling-DftiCreateDescriptor/m-p/1139374#M26197</guid>
      <dc:creator>Nightingale__Will</dc:creator>
      <dc:date>2018-02-14T17:43:58Z</dc:date>
    </item>
    <item>
      <title>Hi Will,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Possible-Heap-Corruption-after-calling-DftiCreateDescriptor/m-p/1139375#M26198</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Thank you for post your question,&amp;nbsp;which seems need investigate&amp;nbsp;further.&amp;nbsp; Do you have small reproduce test case?&amp;nbsp;&amp;nbsp;Could you submit the problem to &lt;A href="https://supporttickets.intel.com/?lang=en-US" target="_blank"&gt;https://supporttickets.intel.com/?lang=en-US&lt;/A&gt;, where you can upload your test case and the&amp;nbsp;reproduce&amp;nbsp;step so our engineer&amp;nbsp;can look in detail?&lt;/P&gt;

&lt;P&gt;By the way, What is the exact of MKL version in later test?&amp;nbsp;&amp;nbsp;Intel C++ Compiler 18.0​ suppose have MKL 2018 included.&lt;/P&gt;

&lt;P&gt;you may add the code before the MKL FFT call .&lt;/P&gt;

&lt;P&gt;&lt;SPAN class="fontstyle0"&gt;&lt;FONT size="2"&gt;MKLVersion Version;&lt;BR /&gt;
	mkl_get_version(&amp;amp;Version);&lt;BR /&gt;
	printf("Major version: %d\n",Version.MajorVersion);&lt;BR /&gt;
	printf("Minor version: %d\n",Version.MinorVersion);&lt;BR /&gt;
	printf("Update version: %d\n",Version.UpdateVersion);&lt;BR /&gt;
	printf("Product status: %s\n",Version.ProductStatus);&lt;BR /&gt;
	printf("Build: %s\n",Version.Build);&lt;BR /&gt;
	printf("Platform: %s\n",Version.Platform);&lt;BR /&gt;
	printf("Processor optimization: %s\n",Version.Processor);&lt;BR /&gt;
	printf("================================================================\n");&lt;BR /&gt;
	printf("\n");&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN class="fontstyle0"&gt;&lt;FONT size="2"&gt;Best Regards,&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN class="fontstyle0"&gt;&lt;FONT size="2"&gt;​Ying &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 01:55:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Possible-Heap-Corruption-after-calling-DftiCreateDescriptor/m-p/1139375#M26198</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2018-02-22T01:55:00Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Possible-Heap-Corruption-after-calling-DftiCreateDescriptor/m-p/1139376#M26199</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Thanks for getting back to us. We are still working on a smaller example - we haven't been able to yet so there is no ruling out an error elesewhere in our code. When we have one we will submit a support ticket.&lt;/P&gt;

&lt;P&gt;The output of your code above is as follows:&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;Major version: 2018&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;Minor version: 0&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;Update version: 1&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;Product status: Product&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;Build: 20171007&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;Platform: 32-bit&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;Processor optimization: Intel(R) Advanced Vector Extensions 512&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;(Intel(R) AVX-512) enabled processors&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;==============================&lt;/SPAN&gt;&lt;WBR style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;" /&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;==============================&lt;/SPAN&gt;&lt;WBR style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;" /&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;====&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;Will&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 11:10:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Possible-Heap-Corruption-after-calling-DftiCreateDescriptor/m-p/1139376#M26199</guid>
      <dc:creator>Nightingale__Will</dc:creator>
      <dc:date>2018-02-22T11:10:53Z</dc:date>
    </item>
    <item>
      <title>Hi Will</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Possible-Heap-Corruption-after-calling-DftiCreateDescriptor/m-p/1139377#M26200</link>
      <description>&lt;P&gt;Hi Will&lt;BR /&gt;
	&lt;BR /&gt;
	​The 32bit platform,&amp;nbsp; is it possible run with 64bit MKL with the RTOS?&lt;/P&gt;

&lt;P&gt;or try sequential MKL, is the application crash?&amp;nbsp; like export MKL_NUM_THREADS=1&amp;nbsp; or rebuild the application with sequential libraryyou can find right MKL library by MKL link advisor: &lt;A href="https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/" target="_blank" h="ID=SERP,5105.1"&gt;&lt;I data-bm="24"&gt;&lt;I class="01"&gt;&lt;FONT color="#001ba0"&gt;Intel&lt;/FONT&gt;&lt;/I&gt;&lt;FONT color="#001ba0"&gt;® &lt;/FONT&gt;&lt;/I&gt;&lt;STRONG&gt;&lt;I data-bm="25"&gt;&lt;I class="01"&gt;&lt;FONT color="#001ba0"&gt;Math&lt;/FONT&gt;&lt;/I&gt;&lt;FONT color="#001ba0"&gt; &lt;/FONT&gt;&lt;I class="01"&gt;&lt;FONT color="#001ba0"&gt;Kernel&lt;/FONT&gt;&lt;/I&gt;&lt;FONT color="#001ba0"&gt; &lt;/FONT&gt;&lt;I class="01"&gt;&lt;FONT color="#001ba0"&gt;Library&lt;/FONT&gt;&lt;/I&gt;&lt;FONT color="#001ba0"&gt; &lt;/FONT&gt;&lt;I class="01"&gt;&lt;FONT color="#001ba0"&gt;Link&lt;/FONT&gt;&lt;/I&gt;&lt;FONT color="#001ba0"&gt; &lt;/FONT&gt;&lt;I class="01"&gt;&lt;FONT color="#001ba0"&gt;Line&lt;/FONT&gt;&lt;/I&gt;&lt;FONT color="#001ba0"&gt; &lt;/FONT&gt;&lt;I class="01"&gt;&lt;FONT color="#001ba0"&gt;Advisor&lt;/FONT&gt;&lt;/I&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;I data-bm="26"&gt;&lt;FONT color="#001ba0"&gt; | …&lt;/FONT&gt;&lt;/I&gt;&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Best regards,&lt;BR /&gt;
	​Ying&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 08:05:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Possible-Heap-Corruption-after-calling-DftiCreateDescriptor/m-p/1139377#M26200</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2018-02-23T08:05:05Z</dc:date>
    </item>
    <item>
      <title>Hi Ying,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Possible-Heap-Corruption-after-calling-DftiCreateDescriptor/m-p/1139378#M26201</link>
      <description>&lt;P&gt;Hi Ying,&lt;/P&gt;

&lt;P&gt;Unfortunately not as the RTOS is not compatible with 64bit binaries.&lt;/P&gt;

&lt;P&gt;We are actually already building with the sequential option.&lt;/P&gt;

&lt;P&gt;We did try a previous version of the MKL:&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;Major version: 11&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;Minor version: 3&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;Update version: 4&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;Product status: Product&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;Build: 20160823&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;Platform: 32-bit&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;Processor optimization: Intel(R) Advanced Vector Extensions 2&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;(Intel(R) AVX2) enabled processors&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Which worked without any issues. (This was still compiled with the Intel C++ Compiler 18.0)&lt;/P&gt;

&lt;P&gt;Best regards,&lt;/P&gt;

&lt;P&gt;Will&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2018 16:08:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Possible-Heap-Corruption-after-calling-DftiCreateDescriptor/m-p/1139378#M26201</guid>
      <dc:creator>Nightingale__Will</dc:creator>
      <dc:date>2018-02-26T16:08:55Z</dc:date>
    </item>
    <item>
      <title>Hi Will,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Possible-Heap-Corruption-after-calling-DftiCreateDescriptor/m-p/1139379#M26202</link>
      <description>&lt;P&gt;Hi Will,&lt;/P&gt;

&lt;P&gt;Thus, MKL 11.3.4 works.&amp;nbsp; What is your processor type?&lt;/P&gt;

&lt;P&gt;the next&amp;nbsp; candidate&lt;/P&gt;

&lt;P&gt;Processor optimization: Intel(R) Advanced Vector Extensions 512&lt;BR /&gt;
	(Intel(R) AVX-512) enabled processors in MKL 11.3.4&lt;/P&gt;

&lt;P&gt;vs.&lt;/P&gt;

&lt;P&gt;Platform: 32-bit&lt;BR /&gt;
	Processor optimization: Intel(R) Advanced Vector Extensions 512&lt;BR /&gt;
	(Intel(R) AVX-512) enabled processors in MKL 2018 update 1.&lt;/P&gt;

&lt;P&gt;Does your RTOS support AVX512?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;May you please try&amp;nbsp;&amp;nbsp;the code &amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN class="fontstyle0"&gt;&lt;FONT size="2"&gt;mkl_enable_instructions &lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class="fontstyle0" style="font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;FONT size="2"&gt;&lt;SPAN class="fontstyle0"&gt;int &lt;/SPAN&gt;&lt;SPAN class="fontstyle2"&gt;&lt;EM&gt;isa&lt;/EM&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN class="fontstyle0" style="font-size: 9pt;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;TABLE class="NormalTable"&gt;
	&lt;TBODY&gt;
		&lt;TR&gt;
			&lt;TD width="138"&gt;&lt;SPAN class="fontstyle0"&gt;&lt;FONT size="2"&gt;MKL_ENABLE_AVX2&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/TD&gt;
		&lt;/TR&gt;
	&lt;/TBODY&gt;
&lt;/TABLE&gt;

&lt;P&gt;before the version information&amp;nbsp; and see if it works with MKL 2018 update 1?&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;/P&gt;

&lt;P&gt;Ying&lt;BR /&gt;
	&lt;BR style="text-transform: none; line-height: normal; text-indent: 0px; letter-spacing: normal; font-style: normal; font-variant: normal; font-weight: normal; word-spacing: 0px; white-space: normal; orphans: 2; widows: 2; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 03:04:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Possible-Heap-Corruption-after-calling-DftiCreateDescriptor/m-p/1139379#M26202</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2018-02-27T03:04:12Z</dc:date>
    </item>
    <item>
      <title>Hi Ying,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Possible-Heap-Corruption-after-calling-DftiCreateDescriptor/m-p/1139380#M26203</link>
      <description>&lt;P&gt;Hi Ying,&lt;/P&gt;

&lt;P&gt;Unfortunately I am unable to test it today but I think you've hit the nail on the head: The crash actually occurs during restore of FP context, and only affects the newer scalable Xeons. The problem must be with the RTOS not supporting AVX-512 and saving/restoring a context too small.&lt;/P&gt;

&lt;P&gt;Thank you very much for the help! Especially as the problem lay with our RTOS and not the MKL.&lt;/P&gt;

&lt;P&gt;Best regards,&lt;/P&gt;

&lt;P&gt;Will&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 11:14:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Possible-Heap-Corruption-after-calling-DftiCreateDescriptor/m-p/1139380#M26203</guid>
      <dc:creator>Nightingale__Will</dc:creator>
      <dc:date>2018-02-27T11:14:51Z</dc:date>
    </item>
  </channel>
</rss>

