<?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:Unable to build the Vector Add sample on windows 10 in Intel® oneAPI DPC++/C++ Compiler</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-build-the-Vector-Add-sample-on-windows-10/m-p/1237424#M836</link>
    <description>&lt;P&gt;Hi Nikhil,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;&lt;P&gt;Please try selecting the Windows SDK for any newer versions. You can select it from the below path.&lt;/P&gt;&lt;P&gt;Project Property -&amp;gt; Configuration Properties -&amp;gt; General -&amp;gt; Windows SDK Version.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Also, try running the same sample (vector_add) using command line and let us know if you observed any errors. &lt;/P&gt;&lt;P&gt;It seems that this problem is related to your Visual Studio Environment. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Abhishek. &lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 15 Dec 2020 08:57:32 GMT</pubDate>
    <dc:creator>AbhishekD_Intel</dc:creator>
    <dc:date>2020-12-15T08:57:32Z</dc:date>
    <item>
      <title>Unable to build the Vector Add sample on windows 10</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-build-the-Vector-Add-sample-on-windows-10/m-p/1236620#M832</link>
      <description>&lt;P&gt;Hi there!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have just started learning DPC++ and I was going through the tutorials. I tried running the Vector Add example provided by intel oneAPI, but it shows the following errors:&lt;/P&gt;
&lt;P&gt;Build started...&lt;BR /&gt;1&amp;gt;------ Build started: Project: vector-add-usm, Configuration: Debug x64 ------&lt;BR /&gt;2&amp;gt;------ Build started: Project: vector-add-buffers, Configuration: Debug x64 ------&lt;BR /&gt;2&amp;gt;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(473,5): warning MSB8003: The WindowsSDKDir property is not defined. Some build tools may not be found.&lt;BR /&gt;1&amp;gt;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(473,5): warning MSB8003: The WindowsSDKDir property is not defined. Some build tools may not be found.&lt;BR /&gt;1&amp;gt;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(491,5): warning MSB8028: The intermediate directory (x64\Debug\) contains files shared from another project (vector-add-buffers.vcxproj). This can lead to incorrect clean and rebuild behavior.&lt;BR /&gt;2&amp;gt;In file included from src/vector-add-buffers.cpp:22:&lt;BR /&gt;2&amp;gt;In file included from C:\PROGRA~2\Intel\oneAPI\compiler\20211~1.1\windows\bin\..\include\sycl\CL/sycl.hpp:11:&lt;BR /&gt;2&amp;gt;In file included from C:\PROGRA~2\Intel\oneAPI\compiler\20211~1.1\windows\bin\..\include\sycl\CL/sycl/ONEAPI/atomic.hpp:11:&lt;BR /&gt;2&amp;gt;In file included from C:\PROGRA~2\Intel\oneAPI\compiler\20211~1.1\windows\bin\..\include\sycl\CL/sycl/ONEAPI/atomic_accessor.hpp:11:&lt;BR /&gt;2&amp;gt;In file included from C:\PROGRA~2\Intel\oneAPI\compiler\20211~1.1\windows\bin\..\include\sycl\CL/sycl/ONEAPI/atomic_enums.hpp:11:&lt;BR /&gt;2&amp;gt;In file included from C:\PROGRA~2\Intel\oneAPI\compiler\20211~1.1\windows\bin\..\include\sycl\CL/__spirv/spirv_ops.hpp:10:&lt;BR /&gt;2&amp;gt;In file included from C:\PROGRA~2\Intel\oneAPI\compiler\20211~1.1\windows\bin\..\include\sycl\CL/__spirv/spirv_types.hpp:11:&lt;BR /&gt;2&amp;gt;In file included from C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\cstdint:9:&lt;BR /&gt;2&amp;gt;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\yvals.h(12,10): : &lt;STRONG&gt;error&lt;/STRONG&gt; : 'crtdbg.h' file not found&lt;BR /&gt;2&amp;gt;#include &amp;lt;crtdbg.h&amp;gt;&lt;BR /&gt;2&amp;gt; ^~~~~~~~~~&lt;BR /&gt;1&amp;gt;In file included from src/vector-add-usm.cpp:22:&lt;BR /&gt;1&amp;gt;In file included from C:\PROGRA~2\Intel\oneAPI\compiler\20211~1.1\windows\bin\..\include\sycl\CL/sycl.hpp:11:&lt;BR /&gt;1&amp;gt;In file included from C:\PROGRA~2\Intel\oneAPI\compiler\20211~1.1\windows\bin\..\include\sycl\CL/sycl/ONEAPI/atomic.hpp:11:&lt;BR /&gt;1&amp;gt;In file included from C:\PROGRA~2\Intel\oneAPI\compiler\20211~1.1\windows\bin\..\include\sycl\CL/sycl/ONEAPI/atomic_accessor.hpp:11:&lt;BR /&gt;1&amp;gt;In file included from C:\PROGRA~2\Intel\oneAPI\compiler\20211~1.1\windows\bin\..\include\sycl\CL/sycl/ONEAPI/atomic_enums.hpp:11:&lt;BR /&gt;1&amp;gt;In file included from C:\PROGRA~2\Intel\oneAPI\compiler\20211~1.1\windows\bin\..\include\sycl\CL/__spirv/spirv_ops.hpp:10:&lt;BR /&gt;1&amp;gt;In file included from C:\PROGRA~2\Intel\oneAPI\compiler\20211~1.1\windows\bin\..\include\sycl\CL/__spirv/spirv_types.hpp:11:&lt;BR /&gt;1&amp;gt;In file included from C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\cstdint:9:&lt;BR /&gt;1&amp;gt;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include\yvals.h(12,10): : error : 'crtdbg.h' file not found&lt;BR /&gt;1&amp;gt;#include &amp;lt;crtdbg.h&amp;gt;&lt;BR /&gt;1&amp;gt; ^~~~~~~~~~&lt;BR /&gt;2&amp;gt;1 error generated.&lt;BR /&gt;1&amp;gt;1 error generated.&lt;BR /&gt;2&amp;gt;Done building project "vector-add-buffers.vcxproj" -- FAILED.&lt;BR /&gt;1&amp;gt;Done building project "vector-add-usm.vcxproj" -- FAILED.&lt;BR /&gt;========== Build: 0 succeeded,&lt;STRONG&gt; 2 failed&lt;/STRONG&gt;, 0 up-to-date, 0 skipped ==========&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An image is also attached that shows the errors. I am using windows 10, Processor : core i5 10th gen 1035G1 CPU&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Dec 2020 10:19:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-build-the-Vector-Add-sample-on-windows-10/m-p/1236620#M832</guid>
      <dc:creator>Nikhil_T</dc:creator>
      <dc:date>2020-12-12T10:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to build the Vector Add sample on windows 10</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-build-the-Vector-Add-sample-on-windows-10/m-p/1236621#M833</link>
      <description>&lt;P&gt;Here is the Screenshot of running setvars and sys_check ::&lt;/P&gt;</description>
      <pubDate>Sat, 12 Dec 2020 10:24:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-build-the-Vector-Add-sample-on-windows-10/m-p/1236621#M833</guid>
      <dc:creator>Nikhil_T</dc:creator>
      <dc:date>2020-12-12T10:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to build the Vector Add sample on windows 10</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-build-the-Vector-Add-sample-on-windows-10/m-p/1236634#M834</link>
      <description>&lt;P&gt;Just to add a bit information regarding my download, I have done custom installation which includes the following only:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Intel® oneAPI DPC++/C++ Compiler&lt;/LI&gt;
&lt;LI&gt;Intel® oneAPI DPC++ Library&lt;/LI&gt;
&lt;LI&gt;Intel® Distribution for GDB*&lt;/LI&gt;
&lt;LI&gt;Intel® DPC++ Compatibility Tool&lt;/LI&gt;
&lt;LI&gt;Intel® oneAPI Threading Building Blocks&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Dec 2020 12:22:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-build-the-Vector-Add-sample-on-windows-10/m-p/1236634#M834</guid>
      <dc:creator>Nikhil_T</dc:creator>
      <dc:date>2020-12-12T12:22:34Z</dc:date>
    </item>
    <item>
      <title>Re:Unable to build the Vector Add sample on windows 10</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-build-the-Vector-Add-sample-on-windows-10/m-p/1237424#M836</link>
      <description>&lt;P&gt;Hi Nikhil,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;&lt;P&gt;Please try selecting the Windows SDK for any newer versions. You can select it from the below path.&lt;/P&gt;&lt;P&gt;Project Property -&amp;gt; Configuration Properties -&amp;gt; General -&amp;gt; Windows SDK Version.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Also, try running the same sample (vector_add) using command line and let us know if you observed any errors. &lt;/P&gt;&lt;P&gt;It seems that this problem is related to your Visual Studio Environment. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Abhishek. &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Dec 2020 08:57:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-build-the-Vector-Add-sample-on-windows-10/m-p/1237424#M836</guid>
      <dc:creator>AbhishekD_Intel</dc:creator>
      <dc:date>2020-12-15T08:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Unable to build the Vector Add sample on windows 10</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-build-the-Vector-Add-sample-on-windows-10/m-p/1237459#M837</link>
      <description>&lt;P&gt;Okay I will try it and get back to you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 11:32:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-build-the-Vector-Add-sample-on-windows-10/m-p/1237459#M837</guid>
      <dc:creator>Nikhil_T</dc:creator>
      <dc:date>2020-12-15T11:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Unable to build the Vector Add sample on windows 10</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-build-the-Vector-Add-sample-on-windows-10/m-p/1238434#M845</link>
      <description>&lt;P&gt;Changing the windows SDK thing really worked for me!! Thanks you for the help. I wanted to know if there is a way by which I can use it one Nvidia GPU?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again for the help!!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 19:17:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-build-the-Vector-Add-sample-on-windows-10/m-p/1238434#M845</guid>
      <dc:creator>Nikhil_T</dc:creator>
      <dc:date>2020-12-17T19:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Unable to build the Vector Add sample on windows 10</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-build-the-Vector-Add-sample-on-windows-10/m-p/1238439#M846</link>
      <description>&lt;P&gt;Though I am able to solve the problem, I am still seeing these errors which aren't affecting the compilation process. Image attached.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DPC++ error.PNG" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/14203i46CD25FFD5F0F999/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="DPC++ error.PNG" alt="DPC++ error.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 19:33:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-build-the-Vector-Add-sample-on-windows-10/m-p/1238439#M846</guid>
      <dc:creator>Nikhil_T</dc:creator>
      <dc:date>2020-12-17T19:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to build the Vector Add sample on windows 10</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-build-the-Vector-Add-sample-on-windows-10/m-p/1238711#M847</link>
      <description>&lt;P&gt;Hi Nikhil,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the confirmation, glad to know that it solved your issue.&lt;/P&gt;
&lt;P&gt;The error logs which you are getting on the VS is because buffer &amp;amp; accessor are templated functions and I think you have not specified any template arguments for example like buffer&amp;lt;float, 2&amp;gt;. That's the reason you can only see the error logs on VS but at a time of compiling it's compiling with no errors. You may try giving template arguments to buffer to remove those error logs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;/P&gt;
&lt;P&gt;Abhishek&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>Fri, 18 Dec 2020 12:11:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-build-the-Vector-Add-sample-on-windows-10/m-p/1238711#M847</guid>
      <dc:creator>AbhishekD_Intel</dc:creator>
      <dc:date>2020-12-18T12:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to build the Vector Add sample on windows 10</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-build-the-Vector-Add-sample-on-windows-10/m-p/1239187#M852</link>
      <description>&lt;P&gt;Could you also tell if it is possible to work with nvidia GPUs using DPC++ ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Dec 2020 23:27:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-build-the-Vector-Add-sample-on-windows-10/m-p/1239187#M852</guid>
      <dc:creator>Nikhil_T</dc:creator>
      <dc:date>2020-12-20T23:27:26Z</dc:date>
    </item>
    <item>
      <title>Re:Unable to build the Vector Add sample on windows 10</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-build-the-Vector-Add-sample-on-windows-10/m-p/1240072#M857</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;It is possible to use DPC++ for NVIDIA GPUs. Please follow the below link for more details.&lt;/P&gt;&lt;P&gt;&lt;A href="https://intel.github.io/llvm-docs/GetStartedGuide.html" target="_blank"&gt;https://intel.github.io/llvm-docs/GetStartedGuide.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Let us know if your issue has been resolved. So that we can close this thread. You are always welcome to post a new thread if you have any other issues.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Dec 2020 06:49:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-build-the-Vector-Add-sample-on-windows-10/m-p/1240072#M857</guid>
      <dc:creator>AbhishekD_Intel</dc:creator>
      <dc:date>2020-12-23T06:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Unable to build the Vector Add sample on windows 10</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-build-the-Vector-Add-sample-on-windows-10/m-p/1245216#M894</link>
      <description>&lt;P&gt;I am trying to run a simple code to test the performance of parallel processing. The code is presented below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;#include &amp;lt;CL/sycl.hpp&amp;gt;&lt;BR /&gt;#include &amp;lt;vector&amp;gt;&lt;BR /&gt;#include &amp;lt;iostream&amp;gt;&lt;BR /&gt;#include &amp;lt;numeric&amp;gt;&lt;BR /&gt;#include &amp;lt;ctime&amp;gt;&lt;BR /&gt;using namespace sycl;&lt;/P&gt;
&lt;P&gt;int main() {&lt;/P&gt;
&lt;P&gt;std::vector&amp;lt;int&amp;gt; vec(10000);&lt;BR /&gt;std::iota(std::begin(vec), std::end(vec), 0);&lt;BR /&gt;std::vector&amp;lt;int&amp;gt; vec_serial(10000);&lt;BR /&gt;std::vector&amp;lt;int&amp;gt; vec_parallel(10000);&lt;BR /&gt;clock_t begin_serial = clock();&lt;BR /&gt;for (int i = 0; i &amp;lt; vec.size(); i++) {&lt;BR /&gt;vec_serial[i] = vec[i] + 2;&lt;BR /&gt;}&lt;BR /&gt;clock_t end_serial = clock();&lt;BR /&gt;double time_serial = double(end_serial - begin_serial);&lt;/P&gt;
&lt;P&gt;queue Q{ host_selector() };&lt;BR /&gt;clock_t begin_parallel ;&lt;BR /&gt;clock_t end_parallel; &lt;BR /&gt;{&lt;/P&gt;
&lt;P&gt;buffer b1{ vec };&lt;BR /&gt;buffer b2{ vec_parallel };&lt;BR /&gt;begin_parallel = clock();&lt;BR /&gt;Q.submit([&amp;amp;](handler&amp;amp; h) {&lt;BR /&gt;accessor a1{ b1 , h };&lt;BR /&gt;accessor a2{ b2 , h };&lt;BR /&gt;h.parallel_for(10000,[=](id &amp;lt;1&amp;gt;i) {&lt;BR /&gt;&lt;BR /&gt;a2[i] = a1[i] + 2;&lt;BR /&gt;&lt;BR /&gt;});&lt;BR /&gt;&lt;BR /&gt;}).wait();&lt;BR /&gt;end_parallel = clock();&lt;BR /&gt;&lt;BR /&gt;}&lt;BR /&gt;double time_parallel = double(end_parallel - begin_parallel);&lt;BR /&gt;std::cout &amp;lt;&amp;lt; "The time taken for serial operation is " &amp;lt;&amp;lt; time_serial;&lt;BR /&gt;std::cout &amp;lt;&amp;lt; "\nThe time taken for parallel operation is" &amp;lt;&amp;lt; time_parallel;&lt;BR /&gt;return 0;&lt;BR /&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;
&lt;P&gt;The code measures the time taken to produce the results. I am compiling it in Visual Studio environment and building it there. However the time taken for computation in the serial case seems to be way lesser than the parallel mode. Am I missing something??&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 18:31:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-build-the-Vector-Add-sample-on-windows-10/m-p/1245216#M894</guid>
      <dc:creator>Nikhil_T</dc:creator>
      <dc:date>2021-01-11T18:31:20Z</dc:date>
    </item>
    <item>
      <title>Re:Unable to build the Vector Add sample on windows 10</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-build-the-Vector-Add-sample-on-windows-10/m-p/1248563#M916</link>
      <description>&lt;P&gt;Hi Nikhil,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please try running a more complex workload. You will find the time difference in more compute-intensive workloads. Though there will be some overhead to create a queue, still you will find a good difference if you use a more compute-intensive workload. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Hope these details will help you to compare the time differences.&lt;/P&gt;&lt;P&gt;As your issue is resolved, please give us confirmation if we can close this thread. You are always welcome to post a new thread if you have any other issues.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jan 2021 12:12:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-build-the-Vector-Add-sample-on-windows-10/m-p/1248563#M916</guid>
      <dc:creator>AbhishekD_Intel</dc:creator>
      <dc:date>2021-01-21T12:12:40Z</dc:date>
    </item>
    <item>
      <title>Re:Unable to build the Vector Add sample on windows 10</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-build-the-Vector-Add-sample-on-windows-10/m-p/1251867#M930</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please give us an update on your issue. Do let us know if your issue is resolved.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Feb 2021 08:16:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-build-the-Vector-Add-sample-on-windows-10/m-p/1251867#M930</guid>
      <dc:creator>AbhishekD_Intel</dc:creator>
      <dc:date>2021-02-01T08:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Unable to build the Vector Add sample on windows 10</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-build-the-Vector-Add-sample-on-windows-10/m-p/1252093#M935</link>
      <description>&lt;P&gt;Hi there!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This issue is resolved now. I tried using VTune to check the code and it seems that this parallel version of this code does not performs well. I will try using heavy application to see the difference.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 21:48:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-build-the-Vector-Add-sample-on-windows-10/m-p/1252093#M935</guid>
      <dc:creator>Nikhil_T</dc:creator>
      <dc:date>2021-02-01T21:48:13Z</dc:date>
    </item>
    <item>
      <title>Re:Unable to build the Vector Add sample on windows 10</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-build-the-Vector-Add-sample-on-windows-10/m-p/1252263#M936</link>
      <description>&lt;P&gt;Hi Nikhil,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for the confirmation.&lt;/P&gt;&lt;P&gt;We will close this thread as your issue is resolved. Please post a new thread if you have any other issues.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Feb 2021 07:18:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-build-the-Vector-Add-sample-on-windows-10/m-p/1252263#M936</guid>
      <dc:creator>AbhishekD_Intel</dc:creator>
      <dc:date>2021-02-02T07:18:34Z</dc:date>
    </item>
  </channel>
</rss>

