<?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:cannot generate GPU roofline in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/cannot-generate-GPU-roofline/m-p/1296220#M20912</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for accepting the solution provided by YuliaE__Intel. If you need any additional information, please submit a new question as this thread will no longer be monitored.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 06 Jul 2021 07:39:45 GMT</pubDate>
    <dc:creator>AthiraM_Intel</dc:creator>
    <dc:date>2021-07-06T07:39:45Z</dc:date>
    <item>
      <title>cannot generate GPU roofline</title>
      <link>https://community.intel.com/t5/Analyzers/cannot-generate-GPU-roofline/m-p/1293907#M20833</link>
      <description>&lt;P&gt;I installed the advisor from oneAPI package, version:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Intel(R) Advisor 2021.2 (build 609067)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; OS: Ubuntu 18.04&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; GPU: Intel UHD Graphics 630&lt;/P&gt;
&lt;P&gt;I also installed the OpenCL and Level 0 runtime from the github release:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;dpkg -l | grep zero&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; ii intel-level-zero-gpu 1.1.19792 amd64 Intel(R) Graphics Compute Runtime&lt;BR /&gt;&amp;nbsp; &amp;nbsp; ii level-zero 1.2.4 amd64 oneAPI Level Zero&lt;BR /&gt;&amp;nbsp; &amp;nbsp; ii level-zero-devel 1.2.4 amd64 oneAPI Level Zero&lt;/P&gt;
&lt;P&gt;dpkg -l | grep opencl&lt;BR /&gt;&amp;nbsp; &amp;nbsp; ii intel-igc-opencl 1.0.7181 amd64 Intel(R) Graphics Compiler for OpenCL(TM)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; ii intel-opencl 21.19.19792 amd64 Intel(R) Graphics Compute Runtime&lt;BR /&gt;&amp;nbsp; &amp;nbsp; ii ocl-icd-libopencl1:amd64 2.2.11-1ubuntu1 amd64 Generic OpenCL ICD Loader&lt;BR /&gt;&amp;nbsp; &amp;nbsp; ii ocl-icd-opencl-dev:amd64 2.2.11-1ubuntu1 amd64 OpenCL development files&lt;BR /&gt;&amp;nbsp; &amp;nbsp; ii opencl-c-headers 2.2~2018.02.21-gb5c3680-1 all OpenCL (Open Computing Language) C header files&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tested sample code on both OpenCL runtime and Level 0 runtime.&lt;/P&gt;
&lt;P&gt;The OpenCL sample is matrix multiply from: &lt;A href="https://software.intel.com/content/www/us/en/develop/articles/sgemm-ocl-opt.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/articles/sgemm-ocl-opt.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The Level 0 sample is the official peak performance test:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/oneapi-src/level-zero-tests/tree/master/perf_tests/ze_peak" target="_blank"&gt;https://github.com/oneapi-src/level-zero-tests/tree/master/perf_tests/ze_peak&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The program ran correctly. I launched the advixe-gui, created a new project, and ran the "GPU Roofline Insights" analysis. However, after running the program twice, it shows "&lt;SPAN&gt;&lt;STRONG&gt;No floating-point operations detected&lt;/STRONG&gt;" on GPU roofline pane. It is weird that the GFlops of a kernel is reported:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.png" style="width: 999px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/17889i60EDE04A1EDE2D1B/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Capture.png" alt="Capture.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Can anyone help me?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 11:43:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/cannot-generate-GPU-roofline/m-p/1293907#M20833</guid>
      <dc:creator>hxc</dc:creator>
      <dc:date>2021-06-28T11:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: cannot generate GPU roofline</title>
      <link>https://community.intel.com/t5/Analyzers/cannot-generate-GPU-roofline/m-p/1294306#M20852</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;We are trying to reproduce the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please share the result directory and the logs with us.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also share the command to run the analysis from the advisor gui.&lt;/P&gt;
&lt;DIV&gt;Please find the attached image which shows the option to generate command line.&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 05:05:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/cannot-generate-GPU-roofline/m-p/1294306#M20852</guid>
      <dc:creator>AthiraM_Intel</dc:creator>
      <dc:date>2021-06-30T05:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: cannot generate GPU roofline</title>
      <link>https://community.intel.com/t5/Analyzers/cannot-generate-GPU-roofline/m-p/1294584#M20855</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The command to run the level-0 perf test is:&lt;/P&gt;
&lt;P&gt;/opt/intel/oneapi/advisor/2021.2.0/bin64/advisor -collect survey -profile-gpu -project-dir /home/hxc/intel/advixe/projects/perf-ze --app-working-dir=/home/hxc/level-zero-tests/out/perf_tests -- /home/hxc/level-zero-tests/out/perf_tests/ze_peak -t sp_compute&lt;BR /&gt;/opt/intel/oneapi/advisor/2021.2.0/bin64/advisor -collect tripcounts -no-trip-counts -flop -profile-gpu -project-dir /home/hxc/intel/advixe/projects/perf-ze --app-working-dir=/home/hxc/level-zero-tests/out/perf_tests -- /home/hxc/level-zero-tests/out/perf_tests/ze_peak -t sp_compute&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And the result directory is attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 05:43:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/cannot-generate-GPU-roofline/m-p/1294584#M20855</guid>
      <dc:creator>hxc</dc:creator>
      <dc:date>2021-06-30T05:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: cannot generate GPU roofline</title>
      <link>https://community.intel.com/t5/Analyzers/cannot-generate-GPU-roofline/m-p/1295307#M20888</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for sharing the details.&lt;/P&gt;
&lt;P&gt;We are trying out from our end, will get back to you soon with updates.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 07:09:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/cannot-generate-GPU-roofline/m-p/1295307#M20888</guid>
      <dc:creator>AthiraM_Intel</dc:creator>
      <dc:date>2021-07-02T07:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: cannot generate GPU roofline</title>
      <link>https://community.intel.com/t5/Analyzers/cannot-generate-GPU-roofline/m-p/1296001#M20908</link>
      <description>&lt;P&gt;Did you perform steps from prerequisites page:&amp;nbsp;&lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/advisor-user-guide/top/launch/set-up-environment-to-analyze-gpu-kernels.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/documentation/advisor-user-guide/top/launch/set-up-environment-to-analyze-gpu-kernels.html&lt;/A&gt;&lt;BR /&gt;Looks like you have insufficient permissions to collect HW metrics..&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 13:11:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/cannot-generate-GPU-roofline/m-p/1296001#M20908</guid>
      <dc:creator>YuliaE__Intel</dc:creator>
      <dc:date>2021-07-05T13:11:30Z</dc:date>
    </item>
    <item>
      <title>Re:cannot generate GPU roofline</title>
      <link>https://community.intel.com/t5/Analyzers/cannot-generate-GPU-roofline/m-p/1296220#M20912</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for accepting the solution provided by YuliaE__Intel. If you need any additional information, please submit a new question as this thread will no longer be monitored.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Jul 2021 07:39:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/cannot-generate-GPU-roofline/m-p/1296220#M20912</guid>
      <dc:creator>AthiraM_Intel</dc:creator>
      <dc:date>2021-07-06T07:39:45Z</dc:date>
    </item>
  </channel>
</rss>

