<?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:Working through OpenCL DSK example - where is the .sln file? in OpenCL* for CPU</title>
    <link>https://community.intel.com/t5/OpenCL-for-CPU/Working-through-OpenCL-DSK-example-where-is-the-sln-file/m-p/1374596#M6993</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;This is the RN &lt;A href="https://www.intel.com/content/dam/develop/external/us/en/documents/opencl-sdk-2020-u3-release-notes.pdf" target="_blank"&gt;https://www.intel.com/content/dam/develop/external/us/en/documents/opencl-sdk-2020-u3-release-notes.pdf&lt;/A&gt;.  You can go to &lt;B&gt;System Requirements&lt;/B&gt; section, you can see that it supports Ubuntu* 18.04. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 06 Apr 2022 02:42:24 GMT</pubDate>
    <dc:creator>cw_intel</dc:creator>
    <dc:date>2022-04-06T02:42:24Z</dc:date>
    <item>
      <title>Working through OpenCL DSK example - where is the .sln file?</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Working-through-OpenCL-DSK-example-where-is-the-sln-file/m-p/1373083#M6977</link>
      <description>&lt;P&gt;I'm new to MSVC (I've spent my life developing on linux) and so please excuse my ignorance on windows MSVC related questions.&lt;/P&gt;
&lt;P&gt;My goal is to download opencl and work through an example. So I downloaded the SDK below and installed it on Windows 10&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;intel_sdk_for_opencl_applications_2020.3.494&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;And then I opened the instructions in the installed file&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;IntelSWTools/system_studio_2020/documentation_2020/en/system_studio_2020/getting_started_iss_build.htm&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;In that file, it says to &lt;EM&gt;"browse to the location where you extracted the&amp;nbsp;&lt;SAMP class="codeph"&gt;hello_world&lt;/SAMP&gt;&amp;nbsp;sample files and select the&amp;nbsp;&lt;SAMP class="codeph"&gt;hello_world.sln&lt;/SAMP&gt;&lt;/EM&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;file&lt;/EM&gt;", but when I did so with MSVC, I couldn't find the .sln file. Nor could I find it using windows file explorer search.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The "&lt;EM&gt;hello_world&lt;/EM&gt;" example exists in the Program Files directory as indicated, but there isn't a single .sln in the folder nor is there one in the entire "&lt;STRONG&gt;C:\Program Files (x86)\IntelSWTools\system_studio_2020&lt;/STRONG&gt;" folder!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;All I can find is .cproject and .project files.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Even in the hello_world folder has a readme.html that says to open the .sln file.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Where can I get the .sln files for MSVC so I can continue with this example?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 16:48:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Working-through-OpenCL-DSK-example-where-is-the-sln-file/m-p/1373083#M6977</guid>
      <dc:creator>SailingDreams</dc:creator>
      <dc:date>2022-03-31T16:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Working through OpenCL DSK example - where is the .sln file?</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Working-through-OpenCL-DSK-example-where-is-the-sln-file/m-p/1373558#M6979</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The hellp_world.sln file is missing on Windows.&lt;/P&gt;
&lt;P&gt;To continue with this example, there are two ways,&lt;/P&gt;
&lt;P&gt;One is,&amp;nbsp; you can create a new project by yourself on Windows.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another way is, actually on Linux, if you installed this on Linux,&amp;nbsp; there is a sample in folder /opt/intel/system_studio_2020/samples_2020/hello_world. And in this folder, hellp_world.sln exists.&amp;nbsp; And you can copy the hello_world project to Windows.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 08:25:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Working-through-OpenCL-DSK-example-where-is-the-sln-file/m-p/1373558#M6979</guid>
      <dc:creator>cw_intel</dc:creator>
      <dc:date>2022-04-01T08:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Working through OpenCL DSK example - where is the .sln file?</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Working-through-OpenCL-DSK-example-where-is-the-sln-file/m-p/1374188#M6987</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/119153"&gt;@cw_intel&lt;/a&gt;&amp;nbsp;Thanks for your reply. I was about to convert my other PC to Ubuntu. Does it matter if I use 18.04 or 20.04? Once I figure that out, I'll download the SDK to my Ubuntu machine and grab the .sln file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 20:19:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Working-through-OpenCL-DSK-example-where-is-the-sln-file/m-p/1374188#M6987</guid>
      <dc:creator>SailingDreams</dc:creator>
      <dc:date>2022-04-04T20:19:16Z</dc:date>
    </item>
    <item>
      <title>Re:Working through OpenCL DSK example - where is the .sln file?</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Working-through-OpenCL-DSK-example-where-is-the-sln-file/m-p/1374596#M6993</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;This is the RN &lt;A href="https://www.intel.com/content/dam/develop/external/us/en/documents/opencl-sdk-2020-u3-release-notes.pdf" target="_blank"&gt;https://www.intel.com/content/dam/develop/external/us/en/documents/opencl-sdk-2020-u3-release-notes.pdf&lt;/A&gt;.  You can go to &lt;B&gt;System Requirements&lt;/B&gt; section, you can see that it supports Ubuntu* 18.04. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Apr 2022 02:42:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Working-through-OpenCL-DSK-example-where-is-the-sln-file/m-p/1374596#M6993</guid>
      <dc:creator>cw_intel</dc:creator>
      <dc:date>2022-04-06T02:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Working through OpenCL DSK example - where is the .sln file?</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Working-through-OpenCL-DSK-example-where-is-the-sln-file/m-p/1375343#M7000</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/119153"&gt;@cw_intel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I installed the 2020.3.494 SDK version (intel_sdk_for_opencl_applications_2020.3.494.tar.gz) on my Ubuntu machine and sadly, there isn't a .sln file anywhere in the&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;/opt/intel/system_studio_2020 folder.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;There are other versions I could install. Do you have an idea which has the sln file?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SailingDreams_0-1649364209354.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/28363i65F3D8E221C5958E/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="SailingDreams_0-1649364209354.png" alt="SailingDreams_0-1649364209354.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 20:43:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Working-through-OpenCL-DSK-example-where-is-the-sln-file/m-p/1375343#M7000</guid>
      <dc:creator>SailingDreams</dc:creator>
      <dc:date>2022-04-07T20:43:40Z</dc:date>
    </item>
    <item>
      <title>Re:Working through OpenCL DSK example - where is the .sln file?</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Working-through-OpenCL-DSK-example-where-is-the-sln-file/m-p/1375400#M7003</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Sorry for that. On my machine I installed system studio, not only OpenCL SDK&amp;nbsp; but I didn't remember the specific version.  And on my machine hello_world.sln exists in folder /opt/intel/system_studio_2020/samples_2020/hello_world.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I think you can create a new project on  windows via visual studio.  And I remembered that the .c file exits on windows, right? And you can copy the .c file to your new project.  &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Apr 2022 02:30:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Working-through-OpenCL-DSK-example-where-is-the-sln-file/m-p/1375400#M7003</guid>
      <dc:creator>cw_intel</dc:creator>
      <dc:date>2022-04-08T02:30:05Z</dc:date>
    </item>
    <item>
      <title>Re:Working through OpenCL DSK example - where is the .sln file?</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Working-through-OpenCL-DSK-example-where-is-the-sln-file/m-p/1376090#M7011</link>
      <description>&lt;P&gt;Thanks for accepting the solution. If you have any other question, please create a new thread as this thread will no longer be monitored by Intel.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Apr 2022 08:34:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Working-through-OpenCL-DSK-example-where-is-the-sln-file/m-p/1376090#M7011</guid>
      <dc:creator>cw_intel</dc:creator>
      <dc:date>2022-04-11T08:34:40Z</dc:date>
    </item>
  </channel>
</rss>

