<?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:Silent exit with execution policy on NEO. in GPU Compute Software</title>
    <link>https://community.intel.com/t5/GPU-Compute-Software/Silent-exit-with-execution-policy-on-NEO/m-p/1266921#M67</link>
    <description>&lt;P&gt;Hi Dmitry,&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;"&lt;I&gt;why there is no Level-Zero platform for the GPU, while it is present in a system with the same driver installation and a similar GPU?&lt;/I&gt;"&lt;/P&gt;&lt;P&gt;Could you please share the complete output of the below two commands for both the systems you are referring to?&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;clinfo&lt;/LI&gt;&lt;LI&gt;sycl-ls --verbose&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Regards&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Goutham&lt;/I&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 23 Mar 2021 12:03:40 GMT</pubDate>
    <dc:creator>GouthamK_Intel</dc:creator>
    <dc:date>2021-03-23T12:03:40Z</dc:date>
    <item>
      <title>Silent exit with execution policy on NEO.</title>
      <link>https://community.intel.com/t5/GPU-Compute-Software/Silent-exit-with-execution-policy-on-NEO/m-p/1262149#M61</link>
      <description>&lt;P&gt;I am trying to use PSTL &lt;A href="https://docs.oneapi.com/versions/latest/onedpl/pstl/dpcpp_policies_usage.html#use-host-side-std-vector" target="_blank" rel="noopener"&gt;with std::vector&lt;/A&gt;.&lt;BR /&gt;A simple program fails to compile for FPGA Emulation Device and OpenCL CPU device with cl::sycl::compile_program_error, which provides some information, at least.&lt;BR /&gt;But on the OpenCL HD Graphics it silently exits.&lt;BR /&gt;Why does it happen and how to debug such fails?&lt;/P&gt;
&lt;P&gt;The command to compile is&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="none"&gt;dpcpp -tbb -lpthread main.C -O0 -g -std=c++20&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The output, gdb output and the source are attached to this post.&lt;BR /&gt;&lt;BR /&gt;On the SYCL host device a program that skips NEO gives&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="none"&gt;terminate called after throwing an instance of 'cl::sycl::runtime_error'
  what():  Sub-group feature is not supported on HOST device. -33 (CL_INVALID_DEVICE)
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So it compiles, at least.&lt;/P&gt;
&lt;P&gt;Suggestions how to make it work on any of devices are appreciated.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;PS It removes main.cpp attachment because "The attachment's main.cpp content type (text/x-c++src) does not match its file extension", so changed it to main.C.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Mar 2021 18:48:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/GPU-Compute-Software/Silent-exit-with-execution-policy-on-NEO/m-p/1262149#M61</guid>
      <dc:creator>Dmitry_Savin</dc:creator>
      <dc:date>2021-03-07T18:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Silent exit with execution policy on NEO.</title>
      <link>https://community.intel.com/t5/GPU-Compute-Software/Silent-exit-with-execution-policy-on-NEO/m-p/1262818#M62</link>
      <description>&lt;P&gt;A simplified version that calls fill like &lt;A href="https://docs.oneapi.com/versions/latest/onedpl/pstl/dpcpp_policies_usage.html#use-host-side-std-vector" target="_blank" rel="noopener"&gt;the example&lt;/A&gt; fails the same way.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2021 20:01:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/GPU-Compute-Software/Silent-exit-with-execution-policy-on-NEO/m-p/1262818#M62</guid>
      <dc:creator>Dmitry_Savin</dc:creator>
      <dc:date>2021-03-09T20:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Silent exit with execution policy on NEO.</title>
      <link>https://community.intel.com/t5/GPU-Compute-Software/Silent-exit-with-execution-policy-on-NEO/m-p/1262827#M63</link>
      <description>&lt;P&gt;An &lt;A href="https://www.codingame.com/playgrounds/48226/introduction-to-sycl/error-handling" target="_self"&gt;asynchronous exception handler&lt;/A&gt; does not give any additional information.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2021 20:21:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/GPU-Compute-Software/Silent-exit-with-execution-policy-on-NEO/m-p/1262827#M63</guid>
      <dc:creator>Dmitry_Savin</dc:creator>
      <dc:date>2021-03-09T20:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Silent exit with execution policy on NEO.</title>
      <link>https://community.intel.com/t5/GPU-Compute-Software/Silent-exit-with-execution-policy-on-NEO/m-p/1266015#M64</link>
      <description>&lt;P&gt;Hi Dmitry,&lt;/P&gt;
&lt;P&gt;Thanks for providing the reproducer and steps to reproduce.&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;"&lt;I&gt;A simplified version that calls fill like the example fails the same way.&lt;/I&gt;"&lt;/P&gt;
&lt;P&gt;We tried to compile to run the code on our end, and we didn't face any issues, the code was executed successfully.&lt;/P&gt;
&lt;P&gt;Please refer to the below screenshot.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GouthamK_Intel_3-1616157158859.png" style="width: 604px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/15841i31570B62D8D31626/image-dimensions/604x290?v=v2&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" width="604" height="290" role="button" title="GouthamK_Intel_3-1616157158859.png" alt="GouthamK_Intel_3-1616157158859.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you share more details about your system environment?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;OSVersion:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;DPCPP Compiler Version:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;GPU Device:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Driver Version:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;Thanks &amp;amp; Regards&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;Goutham&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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-change-color" title="Change Color"&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>Fri, 19 Mar 2021 12:33:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/GPU-Compute-Software/Silent-exit-with-execution-policy-on-NEO/m-p/1266015#M64</guid>
      <dc:creator>GouthamK_Intel</dc:creator>
      <dc:date>2021-03-19T12:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Silent exit with execution policy on NEO.</title>
      <link>https://community.intel.com/t5/GPU-Compute-Software/Silent-exit-with-execution-policy-on-NEO/m-p/1266222#M65</link>
      <description>&lt;P&gt;&lt;STRONG&gt;OSVersion: &lt;/STRONG&gt;Ubuntu 20.04.2 LTS&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;DPCPP Compiler Version: &lt;/STRONG&gt;&lt;SPAN style="font-family: monospace;"&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;2021.1.2 (2020.10.0.1214)&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;GPU Device:&lt;/STRONG&gt; Intel Corporation UHD Graphics 630 (Mobile)&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Driver Version: &lt;/STRONG&gt;5.4.0-67-generic&lt;BR /&gt;&lt;BR /&gt;UPD Below the tail of the strace output is attached.&lt;/P&gt;
&lt;P&gt;UPD The &lt;A href="https://software.intel.com/content/www/us/en/develop/articles/installing-intel-oneapi-toolkits-via-apt.html" target="_self"&gt;guide&lt;/A&gt; says that additional GPU drivers are to be installed if either it is te first installation of the OneAPI, ore the Intel GPU is discrete.&lt;BR /&gt;Anyway, I noticed the Level Zero device in your output, and I am updating by the &lt;A href="https://dgpu-docs.intel.com/installation-guides/ubuntu/ubuntu-focal.html" target="_self"&gt;guide&lt;/A&gt;.&lt;BR /&gt;Please notify the repository maintainers that it is impossible to update with i386 packages installed due to unsatisfied dependencies.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Mar 2021 10:59:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/GPU-Compute-Software/Silent-exit-with-execution-policy-on-NEO/m-p/1266222#M65</guid>
      <dc:creator>Dmitry_Savin</dc:creator>
      <dc:date>2021-03-20T10:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Silent exit with execution policy on NEO.</title>
      <link>https://community.intel.com/t5/GPU-Compute-Software/Silent-exit-with-execution-policy-on-NEO/m-p/1266231#M66</link>
      <description>&lt;P&gt;The &lt;A href="https://dgpu-docs.intel.com/installation-guides/index.html" target="_self"&gt;non-free drivers&lt;/A&gt; are required for an integrated GPU, too.&lt;/P&gt;
&lt;P&gt;After the reinstallation the programs work on the &lt;SPAN style="font-family: monospace;"&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;Intel(R) OpenCL HD Graphics&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&amp;nbsp;platform.&lt;/P&gt;
&lt;P&gt;I think that this topic should be renamed to "Silent exit on NEO" because the issue was not with the PSTL, and can be closed,&lt;/P&gt;
&lt;P&gt;unless someone can explain why there is no Level-Zero platform for the GPU, while it is present in a system with the same driver installation and a similar GPU? This one is reported as Intel Corporation UHD Graphics 630 (Mobile) in i7-8750H CPU, the other - Intel UHD Graphics 620 (rev 07) in i5-8250U CPU. Both systems are up-to-date Ubuntu 20.04 LTS.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Mar 2021 12:23:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/GPU-Compute-Software/Silent-exit-with-execution-policy-on-NEO/m-p/1266231#M66</guid>
      <dc:creator>Dmitry_Savin</dc:creator>
      <dc:date>2021-03-20T12:23:52Z</dc:date>
    </item>
    <item>
      <title>Re:Silent exit with execution policy on NEO.</title>
      <link>https://community.intel.com/t5/GPU-Compute-Software/Silent-exit-with-execution-policy-on-NEO/m-p/1266921#M67</link>
      <description>&lt;P&gt;Hi Dmitry,&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;"&lt;I&gt;why there is no Level-Zero platform for the GPU, while it is present in a system with the same driver installation and a similar GPU?&lt;/I&gt;"&lt;/P&gt;&lt;P&gt;Could you please share the complete output of the below two commands for both the systems you are referring to?&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;clinfo&lt;/LI&gt;&lt;LI&gt;sycl-ls --verbose&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Regards&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Goutham&lt;/I&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Mar 2021 12:03:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/GPU-Compute-Software/Silent-exit-with-execution-policy-on-NEO/m-p/1266921#M67</guid>
      <dc:creator>GouthamK_Intel</dc:creator>
      <dc:date>2021-03-23T12:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Silent exit with execution policy on NEO.</title>
      <link>https://community.intel.com/t5/GPU-Compute-Software/Silent-exit-with-execution-policy-on-NEO/m-p/1267042#M68</link>
      <description>&lt;P&gt;UPD found that intel-level-zero-gpu wasn't installed on one of the systems, installing fixed the issue.&lt;BR /&gt;The attached files contain the original output.&lt;BR /&gt;&lt;BR /&gt;Hi Goutham,&lt;/P&gt;
&lt;P&gt;Find them attached below.&lt;/P&gt;
&lt;P&gt;This post was edited to include the output from the other device.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Regards&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Dmitry&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 19:32:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/GPU-Compute-Software/Silent-exit-with-execution-policy-on-NEO/m-p/1267042#M68</guid>
      <dc:creator>Dmitry_Savin</dc:creator>
      <dc:date>2021-03-23T19:32:35Z</dc:date>
    </item>
    <item>
      <title>Re:Silent exit with execution policy on NEO.</title>
      <link>https://community.intel.com/t5/GPU-Compute-Software/Silent-exit-with-execution-policy-on-NEO/m-p/1267251#M69</link>
      <description>&lt;P&gt;Hi Dmitry,&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;"&lt;I&gt;found that intel-level-zero-gpu wasn't installed on one of the systems, installing fixed the issue.&lt;/I&gt;"&lt;/P&gt;&lt;P&gt;Glad to know that your issue is resolved, could you please let us know if we can close this thread from our end?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Thanks&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Goutham&lt;/I&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Mar 2021 08:10:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/GPU-Compute-Software/Silent-exit-with-execution-policy-on-NEO/m-p/1267251#M69</guid>
      <dc:creator>GouthamK_Intel</dc:creator>
      <dc:date>2021-03-24T08:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Silent exit with execution policy on NEO.</title>
      <link>https://community.intel.com/t5/GPU-Compute-Software/Silent-exit-with-execution-policy-on-NEO/m-p/1267438#M70</link>
      <description>&lt;P&gt;Hi Goutham,&lt;/P&gt;
&lt;P&gt;You can close this thread.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Thanks&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Dmitry&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 19:21:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/GPU-Compute-Software/Silent-exit-with-execution-policy-on-NEO/m-p/1267438#M70</guid>
      <dc:creator>Dmitry_Savin</dc:creator>
      <dc:date>2021-03-24T19:21:20Z</dc:date>
    </item>
    <item>
      <title>Re:Silent exit with execution policy on NEO.</title>
      <link>https://community.intel.com/t5/GPU-Compute-Software/Silent-exit-with-execution-policy-on-NEO/m-p/1267691#M71</link>
      <description>&lt;P&gt;Hi Dmitry,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the confirmation!&lt;/P&gt;&lt;P&gt;As this issue has been resolved, we will no longer respond to this thread.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you require any additional assistance from Intel, please start a new thread.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any further interaction in this thread will be considered community only.&amp;nbsp;&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;&lt;I&gt;Thanks &amp;amp; Regards&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Goutham&lt;/I&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Mar 2021 07:42:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/GPU-Compute-Software/Silent-exit-with-execution-policy-on-NEO/m-p/1267691#M71</guid>
      <dc:creator>GouthamK_Intel</dc:creator>
      <dc:date>2021-03-25T07:42:04Z</dc:date>
    </item>
  </channel>
</rss>

