<?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: VML crashes in DLL projects in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VML-crashes-in-DLL-projects/m-p/890040#M10342</link>
    <description>&lt;P&gt;Thank you for your question. Could youlink your DLL to mkl_c_dll.lib? This should help. Please, let us know how it works for you.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jan 2007 15:13:28 GMT</pubDate>
    <dc:creator>Andrey_N_Intel</dc:creator>
    <dc:date>2007-01-11T15:13:28Z</dc:date>
    <item>
      <title>VML crashes in DLL projects</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VML-crashes-in-DLL-projects/m-p/890039#M10341</link>
      <description>My custom DLL contains comuptation with VML functions call. MKL 9.0 is linked to DLL throw mkl_c.lib and libguide.lib.
&lt;BR /&gt;But when app calls my DLL computation code, process is crached in any vml functions. Debuger shows exception (access violation) in TLS read code.
&lt;BR /&gt;
&lt;BR /&gt;Example (vml code for cpu specific GetMode function):
&lt;BR /&gt;
&lt;BR /&gt;mov ecx,dword ptr ds:[2CC31BCh] (this is __tls_index)
&lt;BR /&gt;mov edx,dword ptr fs:[2Ch] 
&lt;BR /&gt;mov ebx,dword ptr [edx+ecx*4] (exception (ecx == 0 and edx == 0))
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;Can you help me?
&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jan 2007 00:12:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VML-crashes-in-DLL-projects/m-p/890039#M10341</guid>
      <dc:creator>w32</dc:creator>
      <dc:date>2007-01-11T00:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: VML crashes in DLL projects</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VML-crashes-in-DLL-projects/m-p/890040#M10342</link>
      <description>&lt;P&gt;Thank you for your question. Could youlink your DLL to mkl_c_dll.lib? This should help. Please, let us know how it works for you.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2007 15:13:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VML-crashes-in-DLL-projects/m-p/890040#M10342</guid>
      <dc:creator>Andrey_N_Intel</dc:creator>
      <dc:date>2007-01-11T15:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: VML crashes in DLL projects</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VML-crashes-in-DLL-projects/m-p/890041#M10343</link>
      <description>Thanks, mkl_c_dll.lib resolves problem.
&lt;BR /&gt;
&lt;BR /&gt;But now my DLL use dynamic MKL dlls and total size of application is very large (~40Mb). How can i decrease size?</description>
      <pubDate>Thu, 11 Jan 2007 21:13:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VML-crashes-in-DLL-projects/m-p/890041#M10343</guid>
      <dc:creator>w32</dc:creator>
      <dc:date>2007-01-11T21:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: VML crashes in DLL projects</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VML-crashes-in-DLL-projects/m-p/890042#M10344</link>
      <description>If your application contains calls to VML functions only you might want to link your DLL tomkl_vml_*.dll, msvcr71.dll,and libguide40.dll. Please, let's know how it works for you. Thanks.</description>
      <pubDate>Thu, 11 Jan 2007 21:43:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VML-crashes-in-DLL-projects/m-p/890042#M10344</guid>
      <dc:creator>Andrey_N_Intel</dc:creator>
      <dc:date>2007-01-11T21:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: VML crashes in DLL projects</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VML-crashes-in-DLL-projects/m-p/890043#M10345</link>
      <description>No. My DLL uses some LAPACK funtions.</description>
      <pubDate>Thu, 11 Jan 2007 22:05:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VML-crashes-in-DLL-projects/m-p/890043#M10345</guid>
      <dc:creator>w32</dc:creator>
      <dc:date>2007-01-11T22:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: VML crashes in DLL projects</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VML-crashes-in-DLL-projects/m-p/890044#M10346</link>
      <description>You could link your application also to mkl_lapack32.dll or mkl_lapack64.dll (depending on the data type you use) in addition to the VML related dlls.</description>
      <pubDate>Thu, 11 Jan 2007 22:25:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VML-crashes-in-DLL-projects/m-p/890044#M10346</guid>
      <dc:creator>Andrey_N_Intel</dc:creator>
      <dc:date>2007-01-11T22:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: VML crashes in DLL projects</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VML-crashes-in-DLL-projects/m-p/890045#M10347</link>
      <description>Thank you.</description>
      <pubDate>Fri, 12 Jan 2007 16:24:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VML-crashes-in-DLL-projects/m-p/890045#M10347</guid>
      <dc:creator>w32</dc:creator>
      <dc:date>2007-01-12T16:24:28Z</dc:date>
    </item>
  </channel>
</rss>

