<?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:How to use Explicit SIMD in Intel® oneAPI DPC++/C++ Compiler</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/How-to-use-Explicit-SIMD/m-p/1215185#M723</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have checked the GitHub repository which you have provided, as per the README.md file, I assume that this feature is not supported for Windows target yet. &lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/ExplicitSIMD/README.md" target="_blank"&gt;https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/ExplicitSIMD/README.md&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;However, to confirm, we are talking with the concerned internal team regarding this. We will get back to you soon. &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;Goutham&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 06 Oct 2020 08:27:34 GMT</pubDate>
    <dc:creator>GouthamK_Intel</dc:creator>
    <dc:date>2020-10-06T08:27:34Z</dc:date>
    <item>
      <title>How to use Explicit SIMD</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/How-to-use-Explicit-SIMD/m-p/1214798#M721</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;
&lt;P&gt;I found the following note in the release note of Intel OneapI beta09.&lt;/P&gt;
&lt;P&gt;「Explicit SIMD programming support inside parallel_for kernel through extension sycl::intel::gpu::simd template.」&lt;/P&gt;
&lt;P&gt;Release Notes:&lt;BR /&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-toolkit-release-notes.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-toolkit-release-notes.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;・I want to know how to use Explicit SIMD.&lt;BR /&gt;　Please tell me how to use it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;Supplement&amp;gt;&lt;BR /&gt;I found the sample code described in the URL below, but I could not compile it due to some problems.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/ExplicitSIMD/dpcpp-explicit-simd.md#explicit-simd-programming-extension-for-dpc" target="_blank"&gt;https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/ExplicitSIMD/dpcpp-explicit-simd.md#explicit-simd-programming-extension-for-dpc&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Examples include sycl_esimd.hpp, but the file does not exist in the directory.&lt;/P&gt;
&lt;P&gt;&amp;lt;Information&amp;gt;&lt;BR /&gt;OS: Windows 10 Home&lt;BR /&gt;Toolkit: &lt;BR /&gt;Microsoft Visual Studio 2019 Professional (ver.16.7.4)&lt;BR /&gt;Intel oneapi beta 09&lt;BR /&gt;Compiler: Intel oneAPI DPC++ Compiler (2021.1.2115)&lt;BR /&gt;&lt;BR /&gt;CPU: Intel Core i7-1065G7 1.3GHz&lt;BR /&gt;Accelerator:Iris Plus Graphics&lt;BR /&gt;driver ver.: 27.20.100.8681 &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 08:37:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/How-to-use-Explicit-SIMD/m-p/1214798#M721</guid>
      <dc:creator>k_higashi</dc:creator>
      <dc:date>2020-10-05T08:37:42Z</dc:date>
    </item>
    <item>
      <title>Re:How to use Explicit SIMD</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/How-to-use-Explicit-SIMD/m-p/1215185#M723</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have checked the GitHub repository which you have provided, as per the README.md file, I assume that this feature is not supported for Windows target yet. &lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/ExplicitSIMD/README.md" target="_blank"&gt;https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/ExplicitSIMD/README.md&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;However, to confirm, we are talking with the concerned internal team regarding this. We will get back to you soon. &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;Goutham&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Oct 2020 08:27:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/How-to-use-Explicit-SIMD/m-p/1215185#M723</guid>
      <dc:creator>GouthamK_Intel</dc:creator>
      <dc:date>2020-10-06T08:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Re:How to use Explicit SIMD</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/How-to-use-Explicit-SIMD/m-p/1215194#M724</link>
      <description>&lt;P&gt;Thank you for your answer.&lt;/P&gt;
&lt;P&gt;&lt;FONT style="background-color: #ffffff;"&gt;Even if windows target wasn't supported yet,&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT style="background-color: #ffffff;"&gt;I hope this function will be available on windows in a future update.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;best regard.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 08:58:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/How-to-use-Explicit-SIMD/m-p/1215194#M724</guid>
      <dc:creator>k_higashi</dc:creator>
      <dc:date>2020-10-06T08:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Explicit SIMD</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/How-to-use-Explicit-SIMD/m-p/1215486#M732</link>
      <description>&lt;P&gt;Hi &lt;SPAN&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/108641"&gt;@k_higashi&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;Our team is working on that feature.&lt;/P&gt;
&lt;P&gt;Could you please let us know if you have other queries?&lt;/P&gt;
&lt;P&gt;If we have answered all your queries, let us know if we can close this thread from our side.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a Good day!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;
&lt;P&gt;Goutham&lt;/P&gt;
&lt;DIV id="highlighter--hover-tools" style="display: none;"&gt;
&lt;DIV id="highlighter--hover-tools--container"&gt;
&lt;DIV class="highlighter--icon highlighter--icon-copy" title="Copy"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="highlighter--separator"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="highlighter--icon highlighter--icon-delete" title="Delete"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 07 Oct 2020 08:08:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/How-to-use-Explicit-SIMD/m-p/1215486#M732</guid>
      <dc:creator>GouthamK_Intel</dc:creator>
      <dc:date>2020-10-07T08:08:18Z</dc:date>
    </item>
    <item>
      <title>Re:How to use Explicit SIMD</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/How-to-use-Explicit-SIMD/m-p/1217191#M737</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Just a reminder!&lt;/P&gt;&lt;P&gt;Could you please let us know if you have other queries?&lt;/P&gt;&lt;P&gt;If we have answered all your queries, let us know if we can close this thread from our side.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Goutham&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Oct 2020 12:13:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/How-to-use-Explicit-SIMD/m-p/1217191#M737</guid>
      <dc:creator>GouthamK_Intel</dc:creator>
      <dc:date>2020-10-13T12:13:15Z</dc:date>
    </item>
    <item>
      <title>Re:How to use Explicit SIMD</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/How-to-use-Explicit-SIMD/m-p/1219718#M760</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As we have not heard back from you, we are considering that your issue has been resolved and we have answered all your queries. So we will no longer respond to this thread. &lt;/P&gt;&lt;P&gt;If you require additional assistance from Intel, please start a new thread. Any further interaction in this thread will be considered community only&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Have a Good day!&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;Goutham&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Oct 2020 08:52:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/How-to-use-Explicit-SIMD/m-p/1219718#M760</guid>
      <dc:creator>GouthamK_Intel</dc:creator>
      <dc:date>2020-10-21T08:52:55Z</dc:date>
    </item>
  </channel>
</rss>

