<?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: Evaluating DPC++ using simple Fourier correlation demo code in Intel® oneAPI DPC++/C++ Compiler</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Evaluating-DPC-using-simple-Fourier-correlation-demo-code/m-p/1345991#M1767</link>
    <description>&lt;P&gt;Hey Noorjahan,&lt;/P&gt;
&lt;P&gt;thanks for getting back to me.&lt;/P&gt;
&lt;P&gt;In the meantime I found out that the program properly works when invoked from "Intel oneAPI command prompt for Intel 64 for Visual Studio 2017 (or 2019)".&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Frans1_0-1640174149545.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/25024i1D5272DD99D71C18/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="Frans1_0-1640174149545.png" alt="Frans1_0-1640174149545.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Same holds when running it using the MVS Debug Console&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Frans1_2-1640174758301.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/25026i859F9646BE5F8164/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="Frans1_2-1640174758301.png" alt="Frans1_2-1640174758301.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;However, when using the standard Windows10 "Command Prompt", the exception is thrown.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Frans1_1-1640174253845.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/25025i57FAE9AD735D8EC9/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="Frans1_1-1640174253845.png" alt="Frans1_1-1640174253845.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So apparently the&amp;nbsp;"Intel oneAPI command prompt for Intel 64 for Visual Studio 2017 (or 2019)" is doing some configuration (defining some environmental variables?) which is essential for Intel oneAPI- based code to work properly. Where can I find more information about the difference between using the standard command prompt and the "Intel oneAPI command prompt"?&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;
&lt;P&gt;Frans&lt;/P&gt;</description>
    <pubDate>Wed, 22 Dec 2021 12:07:21 GMT</pubDate>
    <dc:creator>Frans1</dc:creator>
    <dc:date>2021-12-22T12:07:21Z</dc:date>
    <item>
      <title>Evaluating DPC++ using simple Fourier correlation demo code</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Evaluating-DPC-using-simple-Fourier-correlation-demo-code/m-p/1345699#M1763</link>
      <description>&lt;P&gt;Hey there,&lt;/P&gt;
&lt;P&gt;I'm evaluating DPC++ within the context of a new project mainly requiring fast (inverse) complex FFTs using 10+ Mio points and complex-valued matrix operations as provided by oneMKL (and possibly/implicitly running oneTBB under the hood).&lt;/P&gt;
&lt;P&gt;Within that context&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/developer/videos/implement-the-fourier-correlation-algorithm.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/developer/videos/implement-the-fourier-correlation-algorithm.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;looked very appealing.&lt;/P&gt;
&lt;P&gt;I'm able to build the example code (USM version) found under&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/oneapi-src/oneAPI-samples/tree/master/Libraries/oneMKL/fourier_correlation" target="_blank"&gt;https://github.com/oneapi-src/oneAPI-samples/tree/master/Libraries/oneMKL/fourier_correlation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;using Visual Studio 2017 and 2019 after successfully installing the Intel oneAPI Base Toolkit v. 2022.&lt;/P&gt;
&lt;P&gt;The example as is works (for certain N values such as 4096 while not for 8192 (?!)) on my Dell Precision 7540 using&amp;nbsp;sycl::queue Q(sycl::default_selector{}); which by default chooses my poor Intel UHD Graphics 630 instead of my powerful i9-9880H CPU, but aborts the moment I try to select the CPU using sycl::cpu_selector{}.&lt;/P&gt;
&lt;P&gt;As such I took a step back to try some very basic code where SYCL is able to properly detect the CPU but throws an exception&amp;nbsp;"Native API failed. Native API returns: CL_OUT_OF_HOST_MEMORY" when trying to use it as part of a SYCL queue constructor.&lt;/P&gt;
&lt;P&gt;For one or another reason the system does not allow me to attach the .cpp file or a corresponding .txt file as "not matching its file extension" (?!) - so you find my code at the bottom of this text.&lt;/P&gt;
&lt;P&gt;Probably (hopefully) I'm overlooking something pretty essential. I noticed that sometimes OpenCL is still specified during linking.&lt;/P&gt;
&lt;P&gt;Any help to deblock my evaluation of DCP++ would be highly appreciated.&lt;/P&gt;
&lt;P&gt;Thanks (and already best wishes),&lt;/P&gt;
&lt;P&gt;Frans&lt;/P&gt;
&lt;P&gt;------------------&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;#include &amp;lt;CL/sycl.hpp&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;#include &amp;lt;iostream&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;int main()&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;{&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;// Works as expected and shows " Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;// Verifying the driver version because of C:\Program Files (x86)\Intel\oneAPI\compiler\2022.0.0\windows\bin\sycl.conf&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;// which claims to require Intel CPU with driver version &amp;gt;= 2019.*.11.*&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;for (auto device : sycl::device::get_devices(sycl::info::device_type::cpu))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;{&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;std::cout &amp;lt;&amp;lt; " " &amp;lt;&amp;lt; device.get_info&amp;lt;sycl::info::device::name&amp;gt;() &amp;lt;&amp;lt; std::endl;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;std::cout &amp;lt;&amp;lt; " " &amp;lt;&amp;lt; device.get_info&amp;lt;sycl::info::device::driver_version&amp;gt;() &amp;lt;&amp;lt; std::endl;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;}&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;// Create queue to use the CPU device explicitly -- throws a "Native API failed. Native API returns: CL_OUT_OF_HOST_MEMORY" (?!)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;// Using "default_selector" works but uses the poorly performing GPU "Intel(R) UHD Graphics 630"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;try&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;{&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;sycl::queue Q(sycl::cpu_selector{});&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;std::cout &amp;lt;&amp;lt; "Selected device: " &amp;lt;&amp;lt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;Q.get_device().get_info&amp;lt;sycl::info::device::name&amp;gt;() &amp;lt;&amp;lt; std::endl;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;std::cout &amp;lt;&amp;lt; " -&amp;gt; Device vendor: " &amp;lt;&amp;lt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;Q.get_device().get_info&amp;lt;sycl::info::device::vendor&amp;gt;() &amp;lt;&amp;lt; std::endl;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;}&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;catch (sycl::exception&amp;amp; e)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;{&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;std::cout &amp;lt;&amp;lt; "SYCL exception: " &amp;lt;&amp;lt; e.what() &amp;lt;&amp;lt; std::endl;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;}&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;return 0;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;}&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 17:24:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Evaluating-DPC-using-simple-Fourier-correlation-demo-code/m-p/1345699#M1763</guid>
      <dc:creator>Frans1</dc:creator>
      <dc:date>2021-12-21T17:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluating DPC++ using simple Fourier correlation demo code</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Evaluating-DPC-using-simple-Fourier-correlation-demo-code/m-p/1345967#M1764</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please provide us the complete log which is generated by the below commands in&amp;nbsp;either one of the ways mentioned below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For Intel Command prompt:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;set SYCL_PI_TRACE=2&lt;/P&gt;
&lt;P&gt;&amp;gt;Source.exe&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can find the screenshot below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NoorjahanSk_Intel_0-1640172706492.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/25022iE0651C7AFF3902AF/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="NoorjahanSk_Intel_0-1640172706492.png" alt="NoorjahanSk_Intel_0-1640172706492.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;For Visual Studio:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Under Configuration Properties-&amp;gt;Debugging-&amp;gt;Environment&lt;/P&gt;
&lt;P&gt;Set SYCL_PI_TRACE=2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can find the screenshot below regarding the settings:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NoorjahanSk_Intel_1-1640172726631.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/25023i960997DAEABED21E/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="NoorjahanSk_Intel_1-1640172726631.png" alt="NoorjahanSk_Intel_1-1640172726631.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please confirm whether you are running any other application that utilizes a CPU?&lt;/P&gt;
&lt;P&gt;Because the error you are facing&lt;I&gt;&amp;nbsp;"Native API failed. Native API returns: CL_OUT_OF_HOST_MEMORY"&lt;/I&gt; occurs&amp;nbsp;if there is a failure to allocate resources required by the OpenCL implementation on the host.&lt;/P&gt;
&lt;P&gt;Please find the below statement that can give the available memory depending on the amount of computer system memory and the operating system (32 or 64 bit)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;std::cout &amp;lt;&amp;lt; "Max Global memory size: " &amp;lt;&amp;lt; Q.get_device().get_info&amp;lt;cl::sycl::info::device::global_mem_size&amp;gt;() &amp;lt;&amp;lt; "\n";&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please provide us with the result by adding the above statement in your code snippet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Noorjahan.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 11:47:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Evaluating-DPC-using-simple-Fourier-correlation-demo-code/m-p/1345967#M1764</guid>
      <dc:creator>NoorjahanSk_Intel</dc:creator>
      <dc:date>2021-12-22T11:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluating DPC++ using simple Fourier correlation demo code</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Evaluating-DPC-using-simple-Fourier-correlation-demo-code/m-p/1345991#M1767</link>
      <description>&lt;P&gt;Hey Noorjahan,&lt;/P&gt;
&lt;P&gt;thanks for getting back to me.&lt;/P&gt;
&lt;P&gt;In the meantime I found out that the program properly works when invoked from "Intel oneAPI command prompt for Intel 64 for Visual Studio 2017 (or 2019)".&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Frans1_0-1640174149545.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/25024i1D5272DD99D71C18/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="Frans1_0-1640174149545.png" alt="Frans1_0-1640174149545.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Same holds when running it using the MVS Debug Console&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Frans1_2-1640174758301.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/25026i859F9646BE5F8164/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="Frans1_2-1640174758301.png" alt="Frans1_2-1640174758301.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;However, when using the standard Windows10 "Command Prompt", the exception is thrown.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Frans1_1-1640174253845.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/25025i57FAE9AD735D8EC9/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="Frans1_1-1640174253845.png" alt="Frans1_1-1640174253845.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So apparently the&amp;nbsp;"Intel oneAPI command prompt for Intel 64 for Visual Studio 2017 (or 2019)" is doing some configuration (defining some environmental variables?) which is essential for Intel oneAPI- based code to work properly. Where can I find more information about the difference between using the standard command prompt and the "Intel oneAPI command prompt"?&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;
&lt;P&gt;Frans&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 12:07:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Evaluating-DPC-using-simple-Fourier-correlation-demo-code/m-p/1345991#M1767</guid>
      <dc:creator>Frans1</dc:creator>
      <dc:date>2021-12-22T12:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluating DPC++ using simple Fourier correlation demo code</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Evaluating-DPC-using-simple-Fourier-correlation-demo-code/m-p/1346243#M1774</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;&amp;gt;&amp;gt;doing some configuration (defining some environmental variables?) which is essential for Intel oneAPI- based code to work properly.&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Intel provides a "&lt;STRONG&gt;setvars.bat&lt;/STRONG&gt; " script that defines the required environment variables to work properly with Intel oneAPI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can find the script file in below path:&lt;/P&gt;
&lt;P&gt;C:\Program Files (x86)\Intel\oneAPI\setvars.bat&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please try sourcing the setvars.bat script before you run the source code and do let us know if you still face any issues?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please find the below steps to source the script:&lt;/P&gt;
&lt;P&gt;cd C:\Program Files (x86)\Intel\oneAPI&lt;/P&gt;
&lt;P&gt;setvars.bat&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please find the below screenshot for more details&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NoorjahanSk_Intel_0-1640262706135.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/25048iFD201EB88044E958/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="NoorjahanSk_Intel_0-1640262706135.png" alt="NoorjahanSk_Intel_0-1640262706135.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;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Noorjahan.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Dec 2021 12:32:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Evaluating-DPC-using-simple-Fourier-correlation-demo-code/m-p/1346243#M1774</guid>
      <dc:creator>NoorjahanSk_Intel</dc:creator>
      <dc:date>2021-12-23T12:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluating DPC++ using simple Fourier correlation demo code</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Evaluating-DPC-using-simple-Fourier-correlation-demo-code/m-p/1346247#M1775</link>
      <description>&lt;P&gt;Thank you, Noorjahan, is indeed what I looked for ... plenty of information to digest ... oneAPI is "huge".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Dec 2021 12:49:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Evaluating-DPC-using-simple-Fourier-correlation-demo-code/m-p/1346247#M1775</guid>
      <dc:creator>Frans1</dc:creator>
      <dc:date>2021-12-23T12:49:04Z</dc:date>
    </item>
    <item>
      <title>Re:Evaluating DPC++ using simple Fourier correlation demo code</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Evaluating-DPC-using-simple-Fourier-correlation-demo-code/m-p/1346413#M1777</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for accepting our solution. &lt;/P&gt;&lt;P&gt;If you need any additional information, please post a new question 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 &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Noorjahan.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Dec 2021 05:07:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Evaluating-DPC-using-simple-Fourier-correlation-demo-code/m-p/1346413#M1777</guid>
      <dc:creator>NoorjahanSk_Intel</dc:creator>
      <dc:date>2021-12-24T05:07:07Z</dc:date>
    </item>
  </channel>
</rss>

