<?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 Hi Robert, in OpenCL* for CPU</title>
    <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-Code-Analyzer-in-Intel-INDE-Update-2/m-p/1049587#M4002</link>
    <description>&lt;P&gt;Hi Robert,&lt;/P&gt;

&lt;P&gt;After installing 4176 driver, I am getting following warning message when running CodeAnalyzer from command line.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;WARNING (from Latency) : GT-Pin skipped instrumenting the Gen kernel(s) due to missing debug informa&lt;BR /&gt;
	tion or other reasons. As a result, Latency doesn't have any profile to process.&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;System information:&lt;/P&gt;

&lt;P&gt;Windows Embedded 8 64 bit, Intel Core i7-3770&amp;nbsp; CPU, 16 GB RAM, 4176 version of driver.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Command line (not working - latency):&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;c:\Intel\INDE\code_builder_5.1.0.25\bin\x86&amp;gt;CodeAnalyzer.exe -p &lt;STRONG&gt;latency &lt;/STRONG&gt;-e c:\mrugesh\Project\OpenCL&lt;BR /&gt;
	Project2\Release\OpenCLProject2.exe -w c:\Mrugesh\Project\OpenCLProject2\Release -o c:\Mrugesh\Proje&lt;BR /&gt;
	ct\OpenCLProject2\Release -a "1024 32 8 2 128 1 1 ../OpenCLProject2/filename.cl Intel GPU 1 0&lt;BR /&gt;
	&amp;nbsp;0 0"-m html -f&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Command line (working - occupancy):&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;c:\Intel\INDE\code_builder_5.1.0.25\bin\x86&amp;gt;CodeAnalyzer.exe -p &lt;STRONG&gt;occupancy &lt;/STRONG&gt;-e c:\mrugesh\Project\OpenCL&lt;BR /&gt;
	Project2\Release\OpenCLProject2.exe -w c:\Mrugesh\Project\OpenCLProject2\Release -o c:\Mrugesh\Proje&lt;BR /&gt;
	ct\OpenCLProject2\Release -a "1024 32 8 2 128 1 1 ../OpenCLProject2/filename.cl Intel GPU 1 0&lt;BR /&gt;
	&amp;nbsp;0 0"-m html -f&lt;/P&gt;

&lt;P&gt;Further, the debug info is included in the visual studio build config.&lt;/P&gt;

&lt;P&gt;I tried passing -g -s &amp;lt;full path of opencl file&amp;gt; to clBuildProgram to enable debugging (if that matters). But still the profile information is not generated.&lt;/P&gt;

&lt;P&gt;Best regards,&lt;/P&gt;

&lt;P&gt;Mrugesh&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jun 2015 23:02:28 GMT</pubDate>
    <dc:creator>Mrugesh_G_</dc:creator>
    <dc:date>2015-06-08T23:02:28Z</dc:date>
    <item>
      <title>OpenCL™ Code Analyzer in Intel® INDE Update 2</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-Code-Analyzer-in-Intel-INDE-Update-2/m-p/1049584#M3999</link>
      <description>&lt;P&gt;The new OpenCL™ Code Anlayzer, a feature of &lt;A href="https://software.intel.com/en-us/intel-inde"&gt;Intel® INDE &lt;/A&gt;OpenCL™ Code Builder, adds performance analysis capabilities integrated in your Microsoft Visual Studio* OpenCL development environment.&lt;/P&gt;

&lt;P&gt;With this new feature, previously in preview, the OpenCL Code Builder now supports each state of the OpenCL code development, enables you to carry on performance optimizations in each step of the development from build, to debug, and to tuning and get the best out of Intel® Graphics Compute capabilities.&lt;/P&gt;

&lt;P&gt;OpenCL™ Code Builder in conjuction with Intel® INDE Platfrom Analyzer now enables tuning features for OpenCL applications like:&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;Application level profiling&lt;/LI&gt;
	&lt;LI&gt;Platform level timeline view&lt;/LI&gt;
	&lt;LI&gt;Platform performance counters&lt;/LI&gt;
	&lt;LI&gt;Correlate CPU &amp;amp; GPU activities&lt;/LI&gt;
	&lt;LI&gt;Kernel hot-spots analysis&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Need more information on the OpenCL Code Builder feature? Check this 2 min video: &lt;A href="http://bcove.me/xrcs5bze"&gt;&lt;U&gt;&lt;/U&gt;&lt;/A&gt;&lt;A href="http://bcove.me/xrcs5bze" target="_blank"&gt;http://bcove.me/xrcs5bze&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2015 18:15:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-Code-Analyzer-in-Intel-INDE-Update-2/m-p/1049584#M3999</guid>
      <dc:creator>Robert_I_Intel</dc:creator>
      <dc:date>2015-04-30T18:15:48Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-Code-Analyzer-in-Intel-INDE-Update-2/m-p/1049585#M4000</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I am facing issue in doing latency profiling using INDE Code Analyzer update 2 on HD4000 GPU in VS2012.&lt;/P&gt;

&lt;P&gt;1. When I use Code Analyzer in VS2012 GUI&amp;nbsp; -&amp;gt; Code Builder -&amp;gt; OpenCL App. Analysis , at the end of profiling, VS2012 is not able to show the results saying contents are blocked/active content. I played with IE ActiveX security options but to no avail.&lt;/P&gt;

&lt;P&gt;Then I tried to use the command line codeanalyzer.exe.&lt;/P&gt;

&lt;P&gt;2. For Occupancy analysis it works fine, but for Latency analysis, when I open the generated html file it shows nothing saying that there were no kernels run and there is no data to collect. I can clearly see in the output, and the OpenCL kernels are running.&lt;/P&gt;

&lt;P&gt;In the output folder I do not find any trace data collected. However, while profiling is going on, in the trace output folder, there are some trace folders getting created and then automatically deleted.&lt;/P&gt;

&lt;P&gt;Thanks in advance for your reply.&lt;/P&gt;

&lt;P&gt;Best,&lt;/P&gt;

&lt;P&gt;Mrugesh&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2015 20:53:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-Code-Analyzer-in-Intel-INDE-Update-2/m-p/1049585#M4000</guid>
      <dc:creator>Mrugesh_G_</dc:creator>
      <dc:date>2015-06-04T20:53:11Z</dc:date>
    </item>
    <item>
      <title>Mrugesh,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-Code-Analyzer-in-Intel-INDE-Update-2/m-p/1049586#M4001</link>
      <description>&lt;P&gt;Mrugesh,&lt;/P&gt;

&lt;P&gt;1. Could you please provide the details of your system, e.g. processor, OS, graphics driver version?&lt;/P&gt;

&lt;P&gt;2. Please make sure to update to the latest and greatest graphics driver (see &lt;A href="https://downloadcenter.intel.com/search?keyword=3rd+Generation+Intel%c2%ae+Core%e2%84%a2+Processors+with+Intel%c2%ae+HD+Graphics+4000"&gt;https://downloadcenter.intel.com/search?keyword=3rd+Generation+Intel%c2%ae+Core%e2%84%a2+Processors+with+Intel%c2%ae+HD+Graphics+4000&lt;/A&gt; ) - hopefully 4176 driver&lt;/P&gt;

&lt;P&gt;3. Try to run Visual Studio as administrator and see if that makes a difference&lt;/P&gt;

&lt;P&gt;4. For command line, please provide full command line for both successful and unsuccessful case&lt;/P&gt;

&lt;P&gt;5. If you don't mind sharing your code, please post it here or send me a private message if you don't want forum users to see your code&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2015 21:14:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-Code-Analyzer-in-Intel-INDE-Update-2/m-p/1049586#M4001</guid>
      <dc:creator>Robert_I_Intel</dc:creator>
      <dc:date>2015-06-04T21:14:00Z</dc:date>
    </item>
    <item>
      <title>Hi Robert,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-Code-Analyzer-in-Intel-INDE-Update-2/m-p/1049587#M4002</link>
      <description>&lt;P&gt;Hi Robert,&lt;/P&gt;

&lt;P&gt;After installing 4176 driver, I am getting following warning message when running CodeAnalyzer from command line.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;WARNING (from Latency) : GT-Pin skipped instrumenting the Gen kernel(s) due to missing debug informa&lt;BR /&gt;
	tion or other reasons. As a result, Latency doesn't have any profile to process.&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;System information:&lt;/P&gt;

&lt;P&gt;Windows Embedded 8 64 bit, Intel Core i7-3770&amp;nbsp; CPU, 16 GB RAM, 4176 version of driver.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Command line (not working - latency):&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;c:\Intel\INDE\code_builder_5.1.0.25\bin\x86&amp;gt;CodeAnalyzer.exe -p &lt;STRONG&gt;latency &lt;/STRONG&gt;-e c:\mrugesh\Project\OpenCL&lt;BR /&gt;
	Project2\Release\OpenCLProject2.exe -w c:\Mrugesh\Project\OpenCLProject2\Release -o c:\Mrugesh\Proje&lt;BR /&gt;
	ct\OpenCLProject2\Release -a "1024 32 8 2 128 1 1 ../OpenCLProject2/filename.cl Intel GPU 1 0&lt;BR /&gt;
	&amp;nbsp;0 0"-m html -f&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Command line (working - occupancy):&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;c:\Intel\INDE\code_builder_5.1.0.25\bin\x86&amp;gt;CodeAnalyzer.exe -p &lt;STRONG&gt;occupancy &lt;/STRONG&gt;-e c:\mrugesh\Project\OpenCL&lt;BR /&gt;
	Project2\Release\OpenCLProject2.exe -w c:\Mrugesh\Project\OpenCLProject2\Release -o c:\Mrugesh\Proje&lt;BR /&gt;
	ct\OpenCLProject2\Release -a "1024 32 8 2 128 1 1 ../OpenCLProject2/filename.cl Intel GPU 1 0&lt;BR /&gt;
	&amp;nbsp;0 0"-m html -f&lt;/P&gt;

&lt;P&gt;Further, the debug info is included in the visual studio build config.&lt;/P&gt;

&lt;P&gt;I tried passing -g -s &amp;lt;full path of opencl file&amp;gt; to clBuildProgram to enable debugging (if that matters). But still the profile information is not generated.&lt;/P&gt;

&lt;P&gt;Best regards,&lt;/P&gt;

&lt;P&gt;Mrugesh&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2015 23:02:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-Code-Analyzer-in-Intel-INDE-Update-2/m-p/1049587#M4002</guid>
      <dc:creator>Mrugesh_G_</dc:creator>
      <dc:date>2015-06-08T23:02:28Z</dc:date>
    </item>
    <item>
      <title>Hi Mrugesh,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-Code-Analyzer-in-Intel-INDE-Update-2/m-p/1049588#M4003</link>
      <description>&lt;P&gt;Hi Mrugesh,&lt;/P&gt;

&lt;P&gt;We think we fixed the bugs on our side. Could you please send me either your code or a smaller reproducer code so we can verify that everything is fixed?&lt;/P&gt;

&lt;P&gt;Thank you!&lt;/P&gt;

&lt;P&gt;Robert&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2015 14:26:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-Code-Analyzer-in-Intel-INDE-Update-2/m-p/1049588#M4003</guid>
      <dc:creator>Robert_I_Intel</dc:creator>
      <dc:date>2015-06-09T14:26:33Z</dc:date>
    </item>
    <item>
      <title>Hi Robert,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-Code-Analyzer-in-Intel-INDE-Update-2/m-p/1049589#M4004</link>
      <description>&lt;P&gt;Hi Robert,&lt;/P&gt;

&lt;P&gt;The issue can be reproduced using Intel OpenCL samples from here:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/sites/default/files/managed/bd/3a/intel_ocl_samples_win.zip" target="_blank"&gt;https://software.intel.com/sites/default/files/managed/bd/3a/intel_ocl_samples_win.zip&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Extracted, opened the solution in VS2012 and built the solution (Win32 Release) (successfully)&lt;/P&gt;

&lt;P&gt;Now, the following directory contains all the executable files of the samples.&lt;/P&gt;

&lt;P&gt;C:\Mrugesh\intel_ocl_samples_win\Win32\Release&lt;/P&gt;

&lt;P&gt;I am able to run the samples by clicking the exe file. Now I try to run a codeanalyzer.exe and do latency analysis by giving this command. Output is also shown.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;c:\Intel\INDE\code_builder_5.1.0.25\bin\x86&amp;gt;CodeAnalyzer.exe -p latency -e C:\Mrugesh\intel_ocl_samp&lt;BR /&gt;
	les_win\Win32\Release\BitonicSort.exe -w C:\Mrugesh\intel_ocl_samples_win\Win32\Release -o C:\Mruges&lt;BR /&gt;
	h\intel_ocl_samples_win\Win32\Release -m html -f&lt;BR /&gt;
	Tracing data started.&lt;BR /&gt;
	Platforms (2):&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; [0] Intel(R) OpenCL [Selected]&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; [1] Experimental OpenCL 2.0 CPU Only Platform&lt;BR /&gt;
	Devices (2):&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; [0] Intel(R) HD Graphics 4000 [Selected]&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; [1]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz&lt;BR /&gt;
	Sort order is ascending&lt;BR /&gt;
	Input size is 33554432 items&lt;BR /&gt;
	OpenCL data alignment is 4096 bytes.&lt;BR /&gt;
	Executing OpenCL kernel...&lt;BR /&gt;
	Executing reference...&lt;BR /&gt;
	Performing verification...&lt;BR /&gt;
	Verification succeeded.&lt;BR /&gt;
	NDRange perf. counter time 6442.258301 ms.&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;WARNING (from Latency) : GT-Pin skipped instrumenting the Gen kernel(s) due to missing debug informa&lt;BR /&gt;
	tion or other reasons. As a result, Latency doesn't have any profile to process.&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Skip source annotation because the source-profile file is empty&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	&lt;STRONG&gt;Tracing data paused.&lt;BR /&gt;
	Profiled application ended.&lt;BR /&gt;
	"capture_0" Reports were successfully exported to: "C:/Mrugesh/intel_ocl_samples_win/Win32/Release\B&lt;BR /&gt;
	itonicSort_Out\capture_0"&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;c:\Intel\INDE\code_builder_5.1.0.25\bin\x86&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;When I open the&lt;/P&gt;

&lt;P&gt;C:\Mrugesh\intel_ocl_samples_win\Win32\Release\BitonicSort_Out\capture_0\Latency.html&lt;/P&gt;

&lt;P&gt;file it shows following (same error).&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Alert: No Latency analysis data found, could be due to some of the following:&lt;BR /&gt;
	&amp;nbsp;- There were no data to collect!&lt;BR /&gt;
	&amp;nbsp;- Kernels didn't run on GPU.&lt;BR /&gt;
	&amp;nbsp;- The application encountered and error and exited before the Kernels' execution on the GPU.&lt;BR /&gt;
	&amp;nbsp;- Command-line arguments or the working-directory are incorrect.&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	Thanks &amp;amp; regards,&lt;/P&gt;

&lt;P&gt;Mrugesh&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2015 20:54:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-Code-Analyzer-in-Intel-INDE-Update-2/m-p/1049589#M4004</guid>
      <dc:creator>Mrugesh_G_</dc:creator>
      <dc:date>2015-06-09T20:54:52Z</dc:date>
    </item>
    <item>
      <title>Hi Mrugesh,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-Code-Analyzer-in-Intel-INDE-Update-2/m-p/1049590#M4005</link>
      <description>&lt;P&gt;Hi Mrugesh,&lt;/P&gt;

&lt;P&gt;I just got an email from a product team: on &lt;EM&gt;Intel Core i7-3770&amp;nbsp; CPUs &lt;/EM&gt;kernel profiling is supported, but latency view would not work, while occupancy view should work fine.&amp;nbsp;Sorry about this inconvenience!&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2015 01:38:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-Code-Analyzer-in-Intel-INDE-Update-2/m-p/1049590#M4005</guid>
      <dc:creator>Robert_I_Intel</dc:creator>
      <dc:date>2015-06-12T01:38:21Z</dc:date>
    </item>
  </channel>
</rss>

