<?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: Multi GPU clCreateBuffer failure on single context in GPU Compute Software</title>
    <link>https://community.intel.com/t5/GPU-Compute-Software/Multi-GPU-clCreateBuffer-failure-on-single-context/m-p/1483404#M845</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/292431"&gt;@KonstantyMisiak&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the output of "uname -a"&lt;/P&gt;
&lt;P&gt;Linux gordian-2 5.19.0-35-generic #36~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Feb 17 15:17:25 UTC 2 x86_64 x86_64 x86_64 GNU/Linux&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am attaching the output of clinfo.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, another interesting thing is that once in a while, Xorg will just crash and put me back in the login screen. This started happening after I installed the two A770 GPUs (I used to have a single A750 and everything was working okay -- though frankly it was an ordeal to get that up and running).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyway, thanks for looking into this issue. Appreciate your help.&lt;/P&gt;</description>
    <pubDate>Fri, 05 May 2023 10:35:16 GMT</pubDate>
    <dc:creator>shekar</dc:creator>
    <dc:date>2023-05-05T10:35:16Z</dc:date>
    <item>
      <title>Multi GPU clCreateBuffer failure on single context</title>
      <link>https://community.intel.com/t5/GPU-Compute-Software/Multi-GPU-clCreateBuffer-failure-on-single-context/m-p/1482925#M843</link>
      <description>&lt;P&gt;I have two Intel ARC A770 GPUs and I am seeing this behavior (test code attached).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. I am trying to allocate memory using clCreateBuffer (1 MB each).&lt;/P&gt;
&lt;P&gt;2. I have two GPU devices.&lt;/P&gt;
&lt;P&gt;3. The test code creates a context, loads a kernel program, builds it.&lt;/P&gt;
&lt;P&gt;4. The test program creates only one context (and can do that for 1 device or 2 devices).&lt;/P&gt;
&lt;P&gt;5. When I run the code in 1 GPU mode, I am able to allocate memory (over 10000 allocations). But when I run the code in 2 GPU mode, I run out of memory (out of host memory after 1000 allocations -- around 1 GB memory). OpenCL error code -6.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The GPUs have 16 GB RAM and my host has 192 GB RAM.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any idea what I am doing wrong?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The command to build the code is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;gcc -D CL_TARGET_OPENCL_VERSION=220 -g -Wall -o OpenCLMulti OpenCLMulti.cpp -lOpenCL -lm&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 02:38:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/GPU-Compute-Software/Multi-GPU-clCreateBuffer-failure-on-single-context/m-p/1482925#M843</guid>
      <dc:creator>shekar</dc:creator>
      <dc:date>2023-05-04T02:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Multi GPU clCreateBuffer failure on single context</title>
      <link>https://community.intel.com/t5/GPU-Compute-Software/Multi-GPU-clCreateBuffer-failure-on-single-context/m-p/1483402#M844</link>
      <description>&lt;P&gt;Hi, I'm looking into your issue.&lt;BR /&gt;Could you provide more details about your setup, such as OS distribution, kernel version, OneAPI/OpenCL driver version?&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 10:26:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/GPU-Compute-Software/Multi-GPU-clCreateBuffer-failure-on-single-context/m-p/1483402#M844</guid>
      <dc:creator>KonstantyMisiak</dc:creator>
      <dc:date>2023-05-05T10:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Multi GPU clCreateBuffer failure on single context</title>
      <link>https://community.intel.com/t5/GPU-Compute-Software/Multi-GPU-clCreateBuffer-failure-on-single-context/m-p/1483404#M845</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/292431"&gt;@KonstantyMisiak&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the output of "uname -a"&lt;/P&gt;
&lt;P&gt;Linux gordian-2 5.19.0-35-generic #36~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Feb 17 15:17:25 UTC 2 x86_64 x86_64 x86_64 GNU/Linux&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am attaching the output of clinfo.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, another interesting thing is that once in a while, Xorg will just crash and put me back in the login screen. This started happening after I installed the two A770 GPUs (I used to have a single A750 and everything was working okay -- though frankly it was an ordeal to get that up and running).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyway, thanks for looking into this issue. Appreciate your help.&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 10:35:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/GPU-Compute-Software/Multi-GPU-clCreateBuffer-failure-on-single-context/m-p/1483404#M845</guid>
      <dc:creator>shekar</dc:creator>
      <dc:date>2023-05-05T10:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Multi GPU clCreateBuffer failure on single context</title>
      <link>https://community.intel.com/t5/GPU-Compute-Software/Multi-GPU-clCreateBuffer-failure-on-single-context/m-p/1484103#M851</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/292431"&gt;@KonstantyMisiak&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have everything you need from me to look into the issue? Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2023 13:17:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/GPU-Compute-Software/Multi-GPU-clCreateBuffer-failure-on-single-context/m-p/1484103#M851</guid>
      <dc:creator>shekar</dc:creator>
      <dc:date>2023-05-08T13:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Multi GPU clCreateBuffer failure on single context</title>
      <link>https://community.intel.com/t5/GPU-Compute-Software/Multi-GPU-clCreateBuffer-failure-on-single-context/m-p/1484107#M852</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/280013"&gt;@shekar&lt;/a&gt;&amp;nbsp;yes, this issue is internally tracked and me and my team are looking into it.&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2023 13:56:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/GPU-Compute-Software/Multi-GPU-clCreateBuffer-failure-on-single-context/m-p/1484107#M852</guid>
      <dc:creator>KonstantyMisiak</dc:creator>
      <dc:date>2023-05-08T13:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Multi GPU clCreateBuffer failure on single context</title>
      <link>https://community.intel.com/t5/GPU-Compute-Software/Multi-GPU-clCreateBuffer-failure-on-single-context/m-p/1486256#M864</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/292431"&gt;@KonstantyMisiak&lt;/a&gt;&amp;nbsp;Any update on this issue? Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 15:24:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/GPU-Compute-Software/Multi-GPU-clCreateBuffer-failure-on-single-context/m-p/1486256#M864</guid>
      <dc:creator>shekar</dc:creator>
      <dc:date>2023-05-15T15:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Multi GPU clCreateBuffer failure on single context</title>
      <link>https://community.intel.com/t5/GPU-Compute-Software/Multi-GPU-clCreateBuffer-failure-on-single-context/m-p/1488410#M875</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/280013"&gt;@shekar&lt;/a&gt;&amp;nbsp;We couldn't reproduce your issue on our standard setup. We are working on recreating the closest setup to yours and reproducing this issue.&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2023 11:55:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/GPU-Compute-Software/Multi-GPU-clCreateBuffer-failure-on-single-context/m-p/1488410#M875</guid>
      <dc:creator>KonstantyMisiak</dc:creator>
      <dc:date>2023-05-22T11:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Multi GPU clCreateBuffer failure on single context</title>
      <link>https://community.intel.com/t5/GPU-Compute-Software/Multi-GPU-clCreateBuffer-failure-on-single-context/m-p/1488421#M876</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/292431"&gt;@KonstantyMisiak&lt;/a&gt;&amp;nbsp;What is the standard setup you have? Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2023 12:43:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/GPU-Compute-Software/Multi-GPU-clCreateBuffer-failure-on-single-context/m-p/1488421#M876</guid>
      <dc:creator>shekar</dc:creator>
      <dc:date>2023-05-22T12:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Multi GPU clCreateBuffer failure on single context</title>
      <link>https://community.intel.com/t5/GPU-Compute-Software/Multi-GPU-clCreateBuffer-failure-on-single-context/m-p/1491272#M885</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/292431"&gt;@KonstantyMisiak&lt;/a&gt;&amp;nbsp;Can you tell me the standard setup? This issue has become a huge blocker for me and I really need to get this done. Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 18:41:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/GPU-Compute-Software/Multi-GPU-clCreateBuffer-failure-on-single-context/m-p/1491272#M885</guid>
      <dc:creator>shekar</dc:creator>
      <dc:date>2023-05-30T18:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Multi GPU clCreateBuffer failure on single context</title>
      <link>https://community.intel.com/t5/GPU-Compute-Software/Multi-GPU-clCreateBuffer-failure-on-single-context/m-p/1491521#M886</link>
      <description>&lt;P&gt;The biggest difference seems to be that our standard setup uses linux kernel with internal patches which can affect the issue&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 10:04:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/GPU-Compute-Software/Multi-GPU-clCreateBuffer-failure-on-single-context/m-p/1491521#M886</guid>
      <dc:creator>KonstantyMisiak</dc:creator>
      <dc:date>2023-05-31T10:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Multi GPU clCreateBuffer failure on single context</title>
      <link>https://community.intel.com/t5/GPU-Compute-Software/Multi-GPU-clCreateBuffer-failure-on-single-context/m-p/1491524#M887</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/292431"&gt;@KonstantyMisiak&lt;/a&gt;&amp;nbsp;You mean kernel patches that only you have access to or something that I can download too? Please provide more clarity on this. If you think this is a "bug" in the driver, and will require an upgrade, can you provide some information on when such an upgrade will be available? Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 10:12:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/GPU-Compute-Software/Multi-GPU-clCreateBuffer-failure-on-single-context/m-p/1491524#M887</guid>
      <dc:creator>shekar</dc:creator>
      <dc:date>2023-05-31T10:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Multi GPU clCreateBuffer failure on single context</title>
      <link>https://community.intel.com/t5/GPU-Compute-Software/Multi-GPU-clCreateBuffer-failure-on-single-context/m-p/1491525#M888</link>
      <description>&lt;P&gt;Yes, these patches are internal.&lt;BR /&gt;I have to kindly ask for your patience while we are trying to reproduce your issue. If we establish that this is the bug in the driver we will need to pinpoint which component is at fault so we can direct it to the proper subteam.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 10:16:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/GPU-Compute-Software/Multi-GPU-clCreateBuffer-failure-on-single-context/m-p/1491525#M888</guid>
      <dc:creator>KonstantyMisiak</dc:creator>
      <dc:date>2023-05-31T10:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Multi GPU clCreateBuffer failure on single context</title>
      <link>https://community.intel.com/t5/GPU-Compute-Software/Multi-GPU-clCreateBuffer-failure-on-single-context/m-p/1494784#M899</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/292431"&gt;@KonstantyMisiak&lt;/a&gt;&amp;nbsp;Can you give me some idea as to when you are going to look at my issue? Just to be clear, I installed the exact driver and Linux kernel recommended in your documentation. So, I am surprised to hear that you don't have a machine lying around with that same configuration. If you don't think this issue can be solved, please say so and I will make contingency plans (like upgrading to NVIDIA GPUs). Though, I would prefer to not change my hardware.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 04:09:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/GPU-Compute-Software/Multi-GPU-clCreateBuffer-failure-on-single-context/m-p/1494784#M899</guid>
      <dc:creator>shekar</dc:creator>
      <dc:date>2023-06-12T04:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Multi GPU clCreateBuffer failure on single context</title>
      <link>https://community.intel.com/t5/GPU-Compute-Software/Multi-GPU-clCreateBuffer-failure-on-single-context/m-p/1496993#M908</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/280013"&gt;@shekar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to reproduce your issue with OpenCL driver in version 23.05.25593.18 .&amp;nbsp;&lt;BR /&gt;When I updated driver to&amp;nbsp;&lt;SPAN&gt;23.13.26032.26 version looks like issue is gone.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you please test it with latest driver?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 10:17:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/GPU-Compute-Software/Multi-GPU-clCreateBuffer-failure-on-single-context/m-p/1496993#M908</guid>
      <dc:creator>MaciejPlewka</dc:creator>
      <dc:date>2023-06-19T10:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Multi GPU clCreateBuffer failure on single context</title>
      <link>https://community.intel.com/t5/GPU-Compute-Software/Multi-GPU-clCreateBuffer-failure-on-single-context/m-p/1497037#M909</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/299053"&gt;@MaciejPlewka&lt;/a&gt;I upgraded the driver and now clinfo doesn't recognize the platform. I reinstalled Ubuntu 22.04 and while following the instructions given here: &lt;A href="https://dgpu-docs.intel.com/installation-guides/ubuntu/ubuntu-jammy-arc.html," target="_blank"&gt;https://dgpu-docs.intel.com/installation-guides/ubuntu/ubuntu-jammy-arc.html,&lt;/A&gt; I am getting this error:&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;sudo apt-get update &amp;amp;&amp;amp; sudo apt-get install -y --install-suggests linux-image-5.19.0-35-generic&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Hit:1 &lt;A href="http://us.archive.ubuntu.com/ubuntu" target="_blank"&gt;http://us.archive.ubuntu.com/ubuntu&lt;/A&gt; jammy InRelease&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Hit:2 &lt;A href="http://us.archive.ubuntu.com/ubuntu" target="_blank"&gt;http://us.archive.ubuntu.com/ubuntu&lt;/A&gt; jammy-updates InRelease&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Hit:3 &lt;A href="http://us.archive.ubuntu.com/ubuntu" target="_blank"&gt;http://us.archive.ubuntu.com/ubuntu&lt;/A&gt; jammy-backports InRelease&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Hit:4 &lt;A href="http://security.ubuntu.com/ubuntu" target="_blank"&gt;http://security.ubuntu.com/ubuntu&lt;/A&gt; jammy-security InRelease &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Hit:5 &lt;A href="https://repositories.intel.com/graphics/ubuntu" target="_blank"&gt;https://repositories.intel.com/graphics/ubuntu&lt;/A&gt; jammy InRelease&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Reading package lists... Done &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Reading package lists... Done&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Building dependency tree... Done&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Reading state information... Done&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;E: Unable to locate package linux-image-5.19.0-35-generic&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;E: Couldn't find any package by glob 'linux-image-5.19.0-35-generic'&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;E: Couldn't find any package by regex 'linux-image-5.19.0-35-generic'&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;What do I do now?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 13:45:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/GPU-Compute-Software/Multi-GPU-clCreateBuffer-failure-on-single-context/m-p/1497037#M909</guid>
      <dc:creator>shekar</dc:creator>
      <dc:date>2023-06-19T13:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Multi GPU clCreateBuffer failure on single context</title>
      <link>https://community.intel.com/t5/GPU-Compute-Software/Multi-GPU-clCreateBuffer-failure-on-single-context/m-p/1497296#M910</link>
      <description>&lt;P&gt;I was also using this instruction and met the same problem. There is no&amp;nbsp;&lt;SPAN&gt;linux-image-5.19.0-&lt;STRONG&gt;35&lt;/STRONG&gt;-generic in added repositories, but I found that&amp;nbsp;linux-image-5.19.0-&lt;STRONG&gt;37&lt;/STRONG&gt; should be there.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 06:39:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/GPU-Compute-Software/Multi-GPU-clCreateBuffer-failure-on-single-context/m-p/1497296#M910</guid>
      <dc:creator>MaciejPlewka</dc:creator>
      <dc:date>2023-06-20T06:39:46Z</dc:date>
    </item>
  </channel>
</rss>

