<?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 opencl et visual C++ 2010 in OpenCL* for CPU</title>
    <link>https://community.intel.com/t5/OpenCL-for-CPU/opencl-et-visual-C-2010/m-p/778004#M294</link>
    <description>thank you every body for your response&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;it is impossible to debug with Visual Studio 2010&lt;/SPAN&gt;so i unstalled the visual studio 2008&lt;/DIV&gt;</description>
    <pubDate>Thu, 05 Apr 2012 17:44:14 GMT</pubDate>
    <dc:creator>rimtun</dc:creator>
    <dc:date>2012-04-05T17:44:14Z</dc:date>
    <item>
      <title>opencl et visual C++ 2010</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/opencl-et-visual-C-2010/m-p/778000#M290</link>
      <description>please can you tell me how to configure microsoft visual C++ 2010 with opencl</description>
      <pubDate>Wed, 04 Apr 2012 10:05:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/opencl-et-visual-C-2010/m-p/778000#M290</guid>
      <dc:creator>rimtun</dc:creator>
      <dc:date>2012-04-04T10:05:11Z</dc:date>
    </item>
    <item>
      <title>opencl et visual C++ 2010</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/opencl-et-visual-C-2010/m-p/778001#M291</link>
      <description>&lt;P&gt;1. Open the project property pages by selecting Project &amp;gt; Properties.&lt;/P&gt;&lt;P&gt;2. In the C/C++ &amp;gt; General property page, under Additional Include Directories, enter the full path to the directory where the OpenCL header files are located: &lt;/P&gt;&lt;P&gt;$(INTELOCLSDKROOT)\include.&lt;/P&gt;&lt;P&gt;3. In the Linker &amp;gt; General property page, under Additional Library Directories, enter the full path to the directory where the OpenCL run-time import library file is located. For example, for 32-bit application: &lt;/P&gt;&lt;P&gt;$(INTELOCLSDKROOT)\lib\x86&lt;/P&gt;&lt;P&gt;4. In the Linker &amp;gt; Input property page, under Additional Dependencies, enter the name of the OpenCL ICD import library file OpenCL.lib.&lt;BR /&gt;&lt;BR /&gt;Please visit &lt;A href="http://software.intel.com/en-us/articles/vcsource-tools-opencl-sdk/"&gt;http://software.intel.com/en-us/articles/vcsource-tools-opencl-sdk/&lt;/A&gt; and check our user guide.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2012 14:01:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/opencl-et-visual-C-2010/m-p/778001#M291</guid>
      <dc:creator>Oded_P_Intel</dc:creator>
      <dc:date>2012-04-04T14:01:33Z</dc:date>
    </item>
    <item>
      <title>opencl et visual C++ 2010</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/opencl-et-visual-C-2010/m-p/778002#M292</link>
      <description>&lt;DIV&gt;Is it possible to debug with Visual Studio 2010 yet?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I have been debugging with VS2008 but now need to move to VS2010.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;The 1.5 SDK allowed debugging for VS2008 only, but there has been no release since 1.5?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;A href="http://software.intel.com/en-us/articles/build-debug-and-tune-opencl-application/"&gt;http://software.intel.com/en-us/articles/build-debug-and-tune-opencl-application/&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;The Intel OpenCL SDK Debugger is a Microsoft Visual Studio* 2008 plug-in which enables you to debug into OpenCL kernels using the familiar graphical interface of the Microsoft Visual Studio* 2008 debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 05 Apr 2012 09:40:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/opencl-et-visual-C-2010/m-p/778002#M292</guid>
      <dc:creator>greenkalx</dc:creator>
      <dc:date>2012-04-05T09:40:46Z</dc:date>
    </item>
    <item>
      <title>opencl et visual C++ 2010</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/opencl-et-visual-C-2010/m-p/778003#M293</link>
      <description>&lt;DIV&gt;Is the opencl.lib open source that I could built it myself for VS2010?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Same for theVisual Studio* 2008 plug-in.&lt;/DIV&gt;&lt;DIV&gt;Would be nice to have for VS2012 as well..&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 05 Apr 2012 09:53:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/opencl-et-visual-C-2010/m-p/778003#M293</guid>
      <dc:creator>greenkalx</dc:creator>
      <dc:date>2012-04-05T09:53:23Z</dc:date>
    </item>
    <item>
      <title>opencl et visual C++ 2010</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/opencl-et-visual-C-2010/m-p/778004#M294</link>
      <description>thank you every body for your response&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;it is impossible to debug with Visual Studio 2010&lt;/SPAN&gt;so i unstalled the visual studio 2008&lt;/DIV&gt;</description>
      <pubDate>Thu, 05 Apr 2012 17:44:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/opencl-et-visual-C-2010/m-p/778004#M294</guid>
      <dc:creator>rimtun</dc:creator>
      <dc:date>2012-04-05T17:44:14Z</dc:date>
    </item>
  </channel>
</rss>

