<?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: GPU ISA code execution in GPU Compute Software</title>
    <link>https://community.intel.com/t5/GPU-Compute-Software/GPU-ISA-code-execution/m-p/1287587#M155</link>
    <description>&lt;P&gt;Hi Greg,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We assume that your issue is resolved. 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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: Tahoma, sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: Tahoma, sans-serif;"&gt;Arpita&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Jun 2021 13:36:11 GMT</pubDate>
    <dc:creator>ArpitaP_Intel</dc:creator>
    <dc:date>2021-06-21T13:36:11Z</dc:date>
    <item>
      <title>GPU ISA code execution</title>
      <link>https://community.intel.com/t5/GPU-Compute-Software/GPU-ISA-code-execution/m-p/1283987#M130</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I have question about kernel execution on Intel GPU&lt;/P&gt;
&lt;P&gt;I working on complicated project, and the best way to improve efficiency is writing code directly in GEN assembly.&lt;/P&gt;
&lt;P&gt;It is possible to directly load&amp;nbsp; ISA compiled program to GPU?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I downloaded and built IGA compiler, successfully compiled my ISA project to binary version, but in hex editor i see this is a raw file, without header, only GEN SIMD instructions.&lt;/P&gt;
&lt;P&gt;OpenCl clBuildProgramWithBinary function don't work. I have error code -42&amp;nbsp;CL_INVALID_BINARY&lt;/P&gt;
&lt;P&gt;The same result with clBuildProgramWithIL,&amp;nbsp;CL_INVALID_BINARY error.&lt;/P&gt;
&lt;P&gt;There is any method to start this program on GPU? (Intel I5-5300U, broadwell family)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reply&lt;/P&gt;
&lt;P&gt;Grek&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 08:32:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/GPU-Compute-Software/GPU-ISA-code-execution/m-p/1283987#M130</guid>
      <dc:creator>Grek</dc:creator>
      <dc:date>2021-05-24T08:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: GPU ISA code execution</title>
      <link>https://community.intel.com/t5/GPU-Compute-Software/GPU-ISA-code-execution/m-p/1284113#M135</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;It's been a while since I've done this, but please have a look at the ocloc "OpenCL Offline Compiler" since I think it has the functionality you are looking for:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/installation-guide-for-intel-oneapi-toolkits-linux/top/install-opencl-offline-compiler-ocloc.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/documentation/installation-guide-for-intel-oneapi-toolkits-linux/top/install-opencl-offline-compiler-ocloc.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Note that ocloc packages are also available in the latest NEO compute runtime releases:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/intel/compute-runtime/releases/latest" target="_blank"&gt;https://github.com/intel/compute-runtime/releases/latest&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I've had the best luck in the past by first writing and compiling a skeleton kernel with the same signature as my hand-written kernel, disassembling the kernel binary, replacing the skeleton kernel with my hand-written kernel, then re-assembling the binary.&lt;/P&gt;
&lt;P&gt;Good luck!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 14:43:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/GPU-Compute-Software/GPU-ISA-code-execution/m-p/1284113#M135</guid>
      <dc:creator>Ben_A_Intel</dc:creator>
      <dc:date>2021-05-24T14:43:21Z</dc:date>
    </item>
    <item>
      <title>Re:GPU ISA code execution</title>
      <link>https://community.intel.com/t5/GPU-Compute-Software/GPU-ISA-code-execution/m-p/1285749#M150</link>
      <description>&lt;P&gt;Hi Greg,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please let us know if your issue is resolved.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arpita&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 31 May 2021 03:59:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/GPU-Compute-Software/GPU-ISA-code-execution/m-p/1285749#M150</guid>
      <dc:creator>ArpitaP_Intel</dc:creator>
      <dc:date>2021-05-31T03:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: GPU ISA code execution</title>
      <link>https://community.intel.com/t5/GPU-Compute-Software/GPU-ISA-code-execution/m-p/1287587#M155</link>
      <description>&lt;P&gt;Hi Greg,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We assume that your issue is resolved. 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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: Tahoma, sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: Tahoma, sans-serif;"&gt;Arpita&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 13:36:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/GPU-Compute-Software/GPU-ISA-code-execution/m-p/1287587#M155</guid>
      <dc:creator>ArpitaP_Intel</dc:creator>
      <dc:date>2021-06-21T13:36:11Z</dc:date>
    </item>
  </channel>
</rss>

