<?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:advisor failed with: GTPin ERROR: KernelCreate failed - Device does not exists in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/advisor-failed-with-GTPin-ERROR-KernelCreate-failed-Device-does/m-p/1419045#M22600</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you. Could you please give us an update regarding this issue?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alekhya&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 03 Oct 2022 12:24:09 GMT</pubDate>
    <dc:creator>AlekhyaV_Intel</dc:creator>
    <dc:date>2022-10-03T12:24:09Z</dc:date>
    <item>
      <title>advisor failed with: GTPin ERROR: KernelCreate failed - Device does not exists</title>
      <link>https://community.intel.com/t5/Analyzers/advisor-failed-with-GTPin-ERROR-KernelCreate-failed-Device-does/m-p/1417255#M22587</link>
      <description>&lt;P&gt;Hello, I am using advisor to profile the performance. The program finished perfectly when I ran it directly, but when I used the following command:&lt;/P&gt;
&lt;P&gt;advisor --collect=roofline --profile-gpu --project-dir=./advisor/slm --search-dir src:r=../src/thundersvm -- ./run-demo.sh&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;advisor failed with the following message:&lt;/P&gt;
&lt;P&gt;2022-09-26 08:44:49,838 INFO [default] before parallel for &lt;BR /&gt;2022-09-26 08:44:49,838 INFO [default] Device : Intel(R) Graphics [0x020a] &lt;BR /&gt;WARNING: SYCL_CACHE_DISABLE_PERSISTENT environment variable is deprecated and has no effect. By default, persistent device code caching is disabled&lt;BR /&gt;. Use SYCL_CACHE_PERSISTENT=1/0 to enable/disable. &lt;BR /&gt;GTPin ERROR: KernelCreate failed - Device does not exists &lt;BR /&gt;at: KernelCreate : 222 &lt;BR /&gt;advisor: Warning: Cannot stop collection of GPU events &lt;BR /&gt;advisor: Collection stopped. &lt;BR /&gt;advisor: Warning: The application returned a non-zero exit value. &lt;BR /&gt;advisor: Opening result 19 % Loading 'userapicollector-2297991-61e4c904.trace' &lt;BR /&gt;advisor: Opening result 29 % Resolving information for `dash' &lt;BR /&gt;advisor: Warning: Cannot locate debugging information for file `/usr/bin/dash'.&lt;BR /&gt;advisor: Opening result 39 % Processing profile metrics and debug information &lt;BR /&gt;advisor: Error: Error 0x40000024 (No data) -- No data is collected. Possible reasons:&lt;BR /&gt;- Workload is too small. No samples are collected.&lt;BR /&gt;- The application environment is not specified correctly.&lt;BR /&gt;- The executable file has been stripped so cannot be profiled with algorithm analysis types.&lt;BR /&gt;See the Troubleshooting help topic for more details.&lt;BR /&gt;Also consider checking the collection log for additional information. &lt;BR /&gt;advisor: Opening result 100 % done &lt;BR /&gt;advisor: Preparing frequently used data 0 % done &lt;BR /&gt;advisor: Preparing frequently used data 100 % done &lt;BR /&gt;advisor: Warning: No GPU kernels detected&lt;/P&gt;
&lt;P&gt;Program Elapsed Time: 9.63s&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The beginning of the log was printed by:&lt;/P&gt;
&lt;P&gt;void get_working_set_ins_sycl(const kernel_type *val, const int *col_ind, const int *row_ptr, const int *data_row_idx,&lt;BR /&gt;kernel_type *data_rows,int m, int n){&lt;BR /&gt;LOG(INFO) &amp;lt;&amp;lt; "before parallel for";&lt;BR /&gt;LOG(INFO) &amp;lt;&amp;lt; "Device : " &amp;lt;&amp;lt; q.get_device().get_info&amp;lt;info::device::name&amp;gt;();&lt;BR /&gt;q.parallel_for(sycl::range&amp;lt;1&amp;gt;(m), [=](sycl::id&amp;lt;1&amp;gt; i) {&lt;BR /&gt;int row = data_row_idx[i];&lt;BR /&gt;for (int j = row_ptr[row]; j &amp;lt; row_ptr[row + 1]; ++j) {&lt;BR /&gt;int col = col_ind[j];&lt;BR /&gt;data_rows[i*n + col] = val[j]; //row majorx&lt;BR /&gt;// data_rows[i + col*m] = val[j]; //col major&lt;BR /&gt;}&lt;BR /&gt;}).wait();&lt;BR /&gt;LOG(INFO) &amp;lt;&amp;lt; "after parallel for";&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please tell me what's the reason?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 08:55:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/advisor-failed-with-GTPin-ERROR-KernelCreate-failed-Device-does/m-p/1417255#M22587</guid>
      <dc:creator>nahso</dc:creator>
      <dc:date>2022-09-26T08:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: advisor failed with: GTPin ERROR: KernelCreate failed - Device does not exists</title>
      <link>https://community.intel.com/t5/Analyzers/advisor-failed-with-GTPin-ERROR-KernelCreate-failed-Device-does/m-p/1417637#M22592</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for posting in Intel Communities. We would like to have the following information to debug your issue further:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="ql-indent-1"&gt;1) Exact OS details&lt;/P&gt;
&lt;P class="ql-indent-1"&gt;2) Processor details&lt;/P&gt;
&lt;P class="ql-indent-1"&gt;3) Intel Advisor version&lt;/P&gt;
&lt;P class="ql-indent-1"&gt;4) Sample Reproducer (sample code, steps to reproduce, commands you've used, etc.)&lt;/P&gt;
&lt;P class="ql-indent-1"&gt;5) Self Checker logs: For getting self checker logs, please run the below commands.&lt;/P&gt;
&lt;P class="ql-indent-1 lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;Linux:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="ql-indent-1 lia-indent-padding-left-60px"&gt;python3 /opt/intel/oneapi/advisor/latest/bin64/adv_self_check.py&amp;nbsp;(need to run as administarator or super user)&lt;/P&gt;
&lt;P class="ql-indent-1 lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;Windows:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;Go to this path- &lt;EM&gt;C:\Program Files (x86)\Intel\oneAPI\advisor\latest\sys_check&lt;/EM&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;and run python &lt;EM&gt;advisor_sys_check&lt;/EM&gt; (&lt;SPAN&gt;run as&amp;nbsp;&lt;/SPAN&gt;administrator)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Alekhya&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 04:28:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/advisor-failed-with-GTPin-ERROR-KernelCreate-failed-Device-does/m-p/1417637#M22592</guid>
      <dc:creator>AlekhyaV_Intel</dc:creator>
      <dc:date>2022-09-29T04:28:03Z</dc:date>
    </item>
    <item>
      <title>Re:advisor failed with: GTPin ERROR: KernelCreate failed - Device does not exists</title>
      <link>https://community.intel.com/t5/Analyzers/advisor-failed-with-GTPin-ERROR-KernelCreate-failed-Device-does/m-p/1419045#M22600</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you. Could you please give us an update regarding this issue?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alekhya&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Oct 2022 12:24:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/advisor-failed-with-GTPin-ERROR-KernelCreate-failed-Device-does/m-p/1419045#M22600</guid>
      <dc:creator>AlekhyaV_Intel</dc:creator>
      <dc:date>2022-10-03T12:24:09Z</dc:date>
    </item>
    <item>
      <title>Re:advisor failed with: GTPin ERROR: KernelCreate failed - Device does not exists</title>
      <link>https://community.intel.com/t5/Analyzers/advisor-failed-with-GTPin-ERROR-KernelCreate-failed-Device-does/m-p/1421295#M22612</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you. So, we will close this thread now. If you need any further assistance, 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;Regards,&lt;/P&gt;&lt;P&gt;Alekhya&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Oct 2022 07:51:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/advisor-failed-with-GTPin-ERROR-KernelCreate-failed-Device-does/m-p/1421295#M22612</guid>
      <dc:creator>AlekhyaV_Intel</dc:creator>
      <dc:date>2022-10-12T07:51:02Z</dc:date>
    </item>
  </channel>
</rss>

