<?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 Intell compiler  11.1 and AVX in Intel® ISA Extensions</title>
    <link>https://community.intel.com/t5/Intel-ISA-Extensions/Intell-compiler-11-1-and-AVX/m-p/827474#M1618</link>
    <description>&lt;DIV id="_mcePaste"&gt;I have selected intel compiler in the property.&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;I have included in the command line QxAVX as follows:&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;/c /Og /Oi /Ot /I "C:\Program Files (x86)\Intel\TBB\2.1\\include" /EHsc /MD /GS /fp:fast /FAs /Fa"x64\Release/" /Fo"x64\Release/" /W1 /nologo /Qunroll:2 /Qparallel /Quse-intel-optimized-headers /QxAVX&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;When I compile I get following error (I get this error for all the instructions related to AVX. I am showing only one isntruction here since it is same for everything)&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;error: identifier "_mm_inserf128_si256" is undefined&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;1&amp;gt; 		 x7_x0_256_I= _mm_inserf128_si256(x7_x0_256_I, x3_x0_I);&lt;/DIV&gt;error: identifier "_mm_inserf128_si256" is undefined1&amp;gt; 		 x7_x0_256_I= _mm_inserf128_si256(x7_x0_256_I, x3_x0_I);&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;If I don't use AVX instruction set and just use SSE4.2, it works fine. So ICL seems to have integrated well.&lt;/DIV&gt;</description>
    <pubDate>Thu, 09 Sep 2010 22:22:26 GMT</pubDate>
    <dc:creator>Ravi_Managuli</dc:creator>
    <dc:date>2010-09-09T22:22:26Z</dc:date>
    <item>
      <title>Intell compiler  11.1 and AVX</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/Intell-compiler-11-1-and-AVX/m-p/827472#M1616</link>
      <description>&lt;BR /&gt;Hi, &lt;BR /&gt;&lt;BR /&gt;Idownloadedintel 11.1 compiler to run AVX . However, I am not able to figure out how to compile in in visual studio 2008 with AVX instruction. Where should I set the flag to use AVX instruction set in VS2008? &lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;If I set /arch:AVX it says AVX architecture not found.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Should I set /QxAVX compiler option? How should I set it? I set it in command line and it still cannot compiler. &lt;BR /&gt;&lt;BR /&gt;Also do I need to buy and install Intel&lt;SUP&gt;&lt;/SUP&gt; Threading Building Blocks (Intel&lt;SUP&gt;&lt;/SUP&gt; TBB) to run TBB with this new Intel compiler?I purchsedTBB for the previous 10.2 intel compiler. &lt;BR /&gt;&lt;BR /&gt;If somebody has some experience with these issues it will be great.&lt;BR /&gt;&lt;BR /&gt;-Ravi&lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Sep 2010 18:48:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/Intell-compiler-11-1-and-AVX/m-p/827472#M1616</guid>
      <dc:creator>Ravi_Managuli</dc:creator>
      <dc:date>2010-09-08T18:48:27Z</dc:date>
    </item>
    <item>
      <title>Intell compiler  11.1 and AVX</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/Intell-compiler-11-1-and-AVX/m-p/827473#M1617</link>
      <description>&lt;P&gt;Hi Ravi,&lt;BR /&gt;Make sure that intel compiler is selected in property section of the project. In Compiler flags ad /QxAVX. &lt;BR /&gt;What error does it give. Can you please paste compiler output for /QxAVX.&lt;BR /&gt;Make sure in VS2008 that ICL is integrated right. You can gotoTools/Options and see the paths.&lt;BR /&gt;It looks like to meICL and VS2008 didntintegrate proper.&lt;BR /&gt;Try ICL shell to compile your code. it is inprogram files/intel&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2010 19:02:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/Intell-compiler-11-1-and-AVX/m-p/827473#M1617</guid>
      <dc:creator>Brijender_B_Intel</dc:creator>
      <dc:date>2010-09-08T19:02:09Z</dc:date>
    </item>
    <item>
      <title>Intell compiler  11.1 and AVX</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/Intell-compiler-11-1-and-AVX/m-p/827474#M1618</link>
      <description>&lt;DIV id="_mcePaste"&gt;I have selected intel compiler in the property.&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;I have included in the command line QxAVX as follows:&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;/c /Og /Oi /Ot /I "C:\Program Files (x86)\Intel\TBB\2.1\\include" /EHsc /MD /GS /fp:fast /FAs /Fa"x64\Release/" /Fo"x64\Release/" /W1 /nologo /Qunroll:2 /Qparallel /Quse-intel-optimized-headers /QxAVX&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;When I compile I get following error (I get this error for all the instructions related to AVX. I am showing only one isntruction here since it is same for everything)&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;error: identifier "_mm_inserf128_si256" is undefined&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;1&amp;gt; 		 x7_x0_256_I= _mm_inserf128_si256(x7_x0_256_I, x3_x0_I);&lt;/DIV&gt;error: identifier "_mm_inserf128_si256" is undefined1&amp;gt; 		 x7_x0_256_I= _mm_inserf128_si256(x7_x0_256_I, x3_x0_I);&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;If I don't use AVX instruction set and just use SSE4.2, it works fine. So ICL seems to have integrated well.&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Sep 2010 22:22:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/Intell-compiler-11-1-and-AVX/m-p/827474#M1618</guid>
      <dc:creator>Ravi_Managuli</dc:creator>
      <dc:date>2010-09-09T22:22:26Z</dc:date>
    </item>
    <item>
      <title>Intell compiler  11.1 and AVX</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/Intell-compiler-11-1-and-AVX/m-p/827475#M1619</link>
      <description>Did you include immintrin.h?</description>
      <pubDate>Thu, 09 Sep 2010 22:24:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/Intell-compiler-11-1-and-AVX/m-p/827475#M1619</guid>
      <dc:creator>Brijender_B_Intel</dc:creator>
      <dc:date>2010-09-09T22:24:24Z</dc:date>
    </item>
    <item>
      <title>Intell compiler  11.1 and AVX</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/Intell-compiler-11-1-and-AVX/m-p/827476#M1620</link>
      <description>Yes. I did. But I just found that this header file is not there on my computer. Is this (AVXsupport) something I need to manually select while installing the intel compiler?&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Sep 2010 22:45:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/Intell-compiler-11-1-and-AVX/m-p/827476#M1620</guid>
      <dc:creator>Ravi_Managuli</dc:creator>
      <dc:date>2010-09-09T22:45:06Z</dc:date>
    </item>
    <item>
      <title>Intell compiler  11.1 and AVX</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/Intell-compiler-11-1-and-AVX/m-p/827477#M1621</link>
      <description>No, you dont need to manually select anything when installing compiler. The file should be in intel compiler's include folder. in my machine it shows in 11.1/054/include. i beleive 054 is minor version of the compiler release. it is a 32bit machine.</description>
      <pubDate>Thu, 09 Sep 2010 23:00:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/Intell-compiler-11-1-and-AVX/m-p/827477#M1621</guid>
      <dc:creator>Brijender_B_Intel</dc:creator>
      <dc:date>2010-09-09T23:00:50Z</dc:date>
    </item>
    <item>
      <title>Intell compiler  11.1 and AVX</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/Intell-compiler-11-1-and-AVX/m-p/827478#M1622</link>
      <description>&lt;DIV&gt;I could get it running.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;When I used "intrinsic guide" it mentions to use "_mm_insertf128_si256"&lt;/DIV&gt;&lt;DIV&gt;But actually it should be "_mm256_insertf128_si256" according to the immintrin.h header.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Also visual studio hides iimintrin.h header file fromviewing(it says the file not found).&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Ihave to go to the specific directory to check the file.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks for your help.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 10 Sep 2010 23:57:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/Intell-compiler-11-1-and-AVX/m-p/827478#M1622</guid>
      <dc:creator>Ravi_Managuli</dc:creator>
      <dc:date>2010-09-10T23:57:31Z</dc:date>
    </item>
    <item>
      <title>Intell compiler  11.1 and AVX</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/Intell-compiler-11-1-and-AVX/m-p/827479#M1623</link>
      <description>Hi Ravi,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Can you tell me which version of Intrinsics Guide are you using? The latest version of Intrinsics Guide is v2.5.1 and it shows "_mm256_insertf128_si256" (this typo might have been fixed already).&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Kit&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Sep 2010 21:49:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/Intell-compiler-11-1-and-AVX/m-p/827479#M1623</guid>
      <dc:creator>Kit_Chung__Intel_</dc:creator>
      <dc:date>2010-09-14T21:49:57Z</dc:date>
    </item>
  </channel>
</rss>

