<?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: Docs missing for several OpenCL extensions? in GPU Compute Software</title>
    <link>https://community.intel.com/t5/GPU-Compute-Software/Docs-missing-for-several-OpenCL-extensions/m-p/1527470#M1080</link>
    <description>&lt;P&gt;Hello!&amp;nbsp; Ultimately we want to post all of our extensions on the Khronos registry.&amp;nbsp; For these extensions in particular:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;cl_intel_dot_accumulate: this is in our extension string by mistake and this should be fixed in an upcoming release.&amp;nbsp; This was an older internal vendor extension that became unnecessary now that we have the standard&amp;nbsp;&lt;A href="https://registry.khronos.org/OpenCL/specs/3.0-unified/html/OpenCL_Ext.html#cl_khr_integer_dot_product" target="_self"&gt;cl_khr_integer_dot_product&lt;/A&gt;&amp;nbsp;extension instead.&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://registry.khronos.org/OpenCL/extensions/intel/cl_intel_va_api_media_sharing.txt" target="_self"&gt;cl_intel_va_api_media_sharing&lt;/A&gt;&amp;nbsp;is already on the registry.&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;cl_intel_subgroup_local_block_io added support for block reads and writes in local memory in addition to global and constant memory (&lt;A href="https://github.com/intel/intel-graphics-compiler/blob/c5cb60c0cb3229000ef08d0c182d46f36a2dffda/IGC/BiFModule/Languages/OpenCL/IBiF_Sub_Groups.cl#L794" target="_self"&gt;link&lt;/A&gt;).&amp;nbsp; I'll need to check why it is not on the registry.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;I'll also need to follow up regarding&amp;nbsp;cl_intel_subgroup_extended_block_read.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; -- Ben&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Sep 2023 19:00:57 GMT</pubDate>
    <dc:creator>Ben_A_Intel</dc:creator>
    <dc:date>2023-09-25T19:00:57Z</dc:date>
    <item>
      <title>Docs missing for several OpenCL extensions?</title>
      <link>https://community.intel.com/t5/GPU-Compute-Software/Docs-missing-for-several-OpenCL-extensions/m-p/1527401#M1079</link>
      <description>&lt;P&gt;Is there another repository for extension docs other than the &lt;A href="https://registry.khronos.org/OpenCL/extensions/intel/" target="_self"&gt;Khronos repo&lt;/A&gt;?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the Arc GPU on the latest Ubuntu IGC these extension docs are missing from the Khronos repo:&lt;/P&gt;&lt;TABLE border="1" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;cl_intel_dot_accumulate&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;cl_intel_subgroup_local_block_io&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;cl_intel_va_api_media_sharing&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The same goes for the&amp;nbsp;Data Center GPU Max 1100 GPU:&lt;/P&gt;&lt;TABLE border="1" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;cl_intel_dot_accumulate&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;cl_intel_subgroup_extended_block_read&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;cl_intel_subgroup_local_block_io&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand if they're in flux.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 16:51:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/GPU-Compute-Software/Docs-missing-for-several-OpenCL-extensions/m-p/1527401#M1079</guid>
      <dc:creator>allanmac</dc:creator>
      <dc:date>2023-09-25T16:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Docs missing for several OpenCL extensions?</title>
      <link>https://community.intel.com/t5/GPU-Compute-Software/Docs-missing-for-several-OpenCL-extensions/m-p/1527470#M1080</link>
      <description>&lt;P&gt;Hello!&amp;nbsp; Ultimately we want to post all of our extensions on the Khronos registry.&amp;nbsp; For these extensions in particular:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;cl_intel_dot_accumulate: this is in our extension string by mistake and this should be fixed in an upcoming release.&amp;nbsp; This was an older internal vendor extension that became unnecessary now that we have the standard&amp;nbsp;&lt;A href="https://registry.khronos.org/OpenCL/specs/3.0-unified/html/OpenCL_Ext.html#cl_khr_integer_dot_product" target="_self"&gt;cl_khr_integer_dot_product&lt;/A&gt;&amp;nbsp;extension instead.&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://registry.khronos.org/OpenCL/extensions/intel/cl_intel_va_api_media_sharing.txt" target="_self"&gt;cl_intel_va_api_media_sharing&lt;/A&gt;&amp;nbsp;is already on the registry.&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;cl_intel_subgroup_local_block_io added support for block reads and writes in local memory in addition to global and constant memory (&lt;A href="https://github.com/intel/intel-graphics-compiler/blob/c5cb60c0cb3229000ef08d0c182d46f36a2dffda/IGC/BiFModule/Languages/OpenCL/IBiF_Sub_Groups.cl#L794" target="_self"&gt;link&lt;/A&gt;).&amp;nbsp; I'll need to check why it is not on the registry.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;I'll also need to follow up regarding&amp;nbsp;cl_intel_subgroup_extended_block_read.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; -- Ben&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 19:00:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/GPU-Compute-Software/Docs-missing-for-several-OpenCL-extensions/m-p/1527470#M1080</guid>
      <dc:creator>Ben_A_Intel</dc:creator>
      <dc:date>2023-09-25T19:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Docs missing for several OpenCL extensions?</title>
      <link>https://community.intel.com/t5/GPU-Compute-Software/Docs-missing-for-several-OpenCL-extensions/m-p/1527475#M1081</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://registry.khronos.org/OpenCL/extensions/intel/cl_intel_va_api_media_sharing.txt" target="_self"&gt;cl_intel_va_api_media_sharing&lt;/A&gt;&amp;nbsp;is already on the registry.&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;Whoops, this was cut-and-paste error into my spreadsheet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;cl_intel_subgroup_local_block_io added support for block reads and writes in local memory in addition to global and constant memory (&lt;A href="https://github.com/intel/intel-graphics-compiler/blob/c5cb60c0cb3229000ef08d0c182d46f36a2dffda/IGC/BiFModule/Languages/OpenCL/IBiF_Sub_Groups.cl#L794" target="_self"&gt;link&lt;/A&gt;).&amp;nbsp; I'll need to check why it is not on the registry.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Ah, that is what I was hoping.&amp;nbsp; I can work off the existing&amp;nbsp;&lt;A href="https://registry.khronos.org/OpenCL/extensions/intel/cl_intel_subgroups.html" target="_self"&gt;cl_intel_subgroups&lt;/A&gt;&amp;nbsp;extension and substitute &lt;FONT face="courier new,courier"&gt;__global&lt;/FONT&gt; for &lt;FONT face="courier new,courier"&gt;__local&lt;/FONT&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 19:21:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/GPU-Compute-Software/Docs-missing-for-several-OpenCL-extensions/m-p/1527475#M1081</guid>
      <dc:creator>allanmac</dc:creator>
      <dc:date>2023-09-25T19:21:17Z</dc:date>
    </item>
  </channel>
</rss>

