<?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:Vulkan: vkGetQueryPoolResults occasionally returns VK_NOT_READY even though VK_QUERY_RESULT_WAIT_BIT in Graphics</title>
    <link>https://community.intel.com/t5/Graphics/Vulkan-vkGetQueryPoolResults-occasionally-returns-VK-NOT-READY/m-p/1337753#M103181</link>
    <description>&lt;P&gt;Hello ashleyr,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for posting on the Intel® communities.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to let you know that we have a specific forum for this kind of issue and product, it is called the Intel Developer Zone. There you will receive the appropriate support on this and other concerns you may have related to this product.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Here you will find the links to access the website and the community forums:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;- &lt;A href="https://software.intel.com/content/www/us/en/develop/home.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/home.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- &lt;A href="https://community.intel.com/t5/Software/ct-p/software-products" target="_blank"&gt;https://community.intel.com/t5/Software/ct-p/software-products&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you would like us to continue further, you will need to give us access to the tool or program that you are using, instructions, your code, etc. Please let me know if you would like to go to the Intel Developer Zone or continue with us.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Deivid A.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 19 Nov 2021 18:46:12 GMT</pubDate>
    <dc:creator>DeividA_Intel</dc:creator>
    <dc:date>2021-11-19T18:46:12Z</dc:date>
    <item>
      <title>Vulkan: vkGetQueryPoolResults occasionally returns VK_NOT_READY even though VK_QUERY_RESULT_WAIT_BIT</title>
      <link>https://community.intel.com/t5/Graphics/Vulkan-vkGetQueryPoolResults-occasionally-returns-VK-NOT-READY/m-p/1337376#M103112</link>
      <description>&lt;P&gt;* is set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi, I tried to file a bug report in the Graphics Command Center but I got 'AN UNKNOWN EXCEPTION HAS OCCURRED'.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;I'm writing a Vulkan program running it on my Intel(R) Iris(R) Plus Graphics 640 on Windows. A Vulkan device report can be found here: &lt;A href="https://vulkan.gpuinfo.org/displayreport.php?id=12907" target="_blank" rel="noopener"&gt;https://vulkan.gpuinfo.org/displayreport.php?id=12907&lt;/A&gt;.&lt;/P&gt;
&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;In this program, I'm performing timestamp queries. Occasionally, about once a minute, vkGetQueryPoolResults returns VK_NOT_READY&lt;BR /&gt;even though the VK_QUERY_RESULT_WAIT_BIT flag is set. This is a violation of&lt;BR /&gt;the spec: &lt;A href="https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/vkGetQueryPoolResults.html" target="_blank" rel="noopener noreferrer" data-saferedirecturl="https://www.google.com/url?q=https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/vkGetQueryPoolResults.html&amp;amp;source=gmail&amp;amp;ust=1637342751371000&amp;amp;usg=AOvVaw1Wr2YdIiyW2NqJBVzE_aBf"&gt;https://www.khronos.org/regist&lt;WBR /&gt;ry/vulkan/specs/1.2-extensions&lt;WBR /&gt;/man/html/vkGetQueryPoolResult&lt;WBR /&gt;s.html.&lt;/A&gt; This doesn't seem to happen under any specific circumstances, just&lt;BR /&gt;generally running of my graphics program. If you want, I can send you a copy of the program.&lt;/P&gt;
&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;My expectation is that the specification be followed. I've attached a report from the Graphics Command Center.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 21:22:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Vulkan-vkGetQueryPoolResults-occasionally-returns-VK-NOT-READY/m-p/1337376#M103112</guid>
      <dc:creator>ashleyr</dc:creator>
      <dc:date>2021-11-18T21:22:15Z</dc:date>
    </item>
    <item>
      <title>Re:Vulkan: vkGetQueryPoolResults occasionally returns VK_NOT_READY even though VK_QUERY_RESULT_WAIT_BIT</title>
      <link>https://community.intel.com/t5/Graphics/Vulkan-vkGetQueryPoolResults-occasionally-returns-VK-NOT-READY/m-p/1337753#M103181</link>
      <description>&lt;P&gt;Hello ashleyr,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for posting on the Intel® communities.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to let you know that we have a specific forum for this kind of issue and product, it is called the Intel Developer Zone. There you will receive the appropriate support on this and other concerns you may have related to this product.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Here you will find the links to access the website and the community forums:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;- &lt;A href="https://software.intel.com/content/www/us/en/develop/home.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/home.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- &lt;A href="https://community.intel.com/t5/Software/ct-p/software-products" target="_blank"&gt;https://community.intel.com/t5/Software/ct-p/software-products&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you would like us to continue further, you will need to give us access to the tool or program that you are using, instructions, your code, etc. Please let me know if you would like to go to the Intel Developer Zone or continue with us.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Deivid A.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Nov 2021 18:46:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Vulkan-vkGetQueryPoolResults-occasionally-returns-VK-NOT-READY/m-p/1337753#M103181</guid>
      <dc:creator>DeividA_Intel</dc:creator>
      <dc:date>2021-11-19T18:46:12Z</dc:date>
    </item>
    <item>
      <title>Re:Vulkan: vkGetQueryPoolResults occasionally returns VK_NOT_READY even though VK_QUERY_RESULT_WAIT_BIT</title>
      <link>https://community.intel.com/t5/Graphics/Vulkan-vkGetQueryPoolResults-occasionally-returns-VK-NOT-READY/m-p/1338753#M103348</link>
      <description>&lt;P&gt;Hello ashleyr,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Were you able to check the previous post? Please let me know if you need more assistance.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Deivid A.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Nov 2021 00:34:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Vulkan-vkGetQueryPoolResults-occasionally-returns-VK-NOT-READY/m-p/1338753#M103348</guid>
      <dc:creator>DeividA_Intel</dc:creator>
      <dc:date>2021-11-24T00:34:48Z</dc:date>
    </item>
    <item>
      <title>Re:Vulkan: vkGetQueryPoolResults occasionally returns VK_NOT_READY even though VK_QUERY_RESULT_WAIT_BIT</title>
      <link>https://community.intel.com/t5/Graphics/Vulkan-vkGetQueryPoolResults-occasionally-returns-VK-NOT-READY/m-p/1339245#M103407</link>
      <description>&lt;P&gt;Hello ashleyr,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you, so we will close this inquiry. If you need further assistance or if you have additional questions, please create a new thread and we will gladly assist you.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Deivid A.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Nov 2021 17:23:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Vulkan-vkGetQueryPoolResults-occasionally-returns-VK-NOT-READY/m-p/1339245#M103407</guid>
      <dc:creator>DeividA_Intel</dc:creator>
      <dc:date>2021-11-25T17:23:04Z</dc:date>
    </item>
  </channel>
</rss>

