<?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 Arc Pro B70: Autodesk Inventor 2026 uses VirtualDeviceDx11 instead of DX12 – no hardware RT in Intel® Arc™ Discrete Graphics</title>
    <link>https://community.intel.com/t5/Intel-Arc-Discrete-Graphics/Arc-Pro-B70-Autodesk-Inventor-2026-uses-VirtualDeviceDx11/m-p/1747887#M35810</link>
    <description>&lt;P&gt;Environment:&lt;BR /&gt;- GPU: Intel Arc Pro B70 (ASRock Arc Pro B70 Creator)&lt;BR /&gt;- Driver: 32.0.101.8724 (WHQL, dated 16.04.2026)&lt;BR /&gt;- OS: Windows 11&lt;BR /&gt;- Software: Autodesk Inventor Professional 2026&lt;BR /&gt;- DirectX capability reported by driver: DX12, Feature Level 12.2 ✓&lt;/P&gt;&lt;P&gt;Issue:&lt;BR /&gt;Autodesk Inventor 2026's OGS (One Graphics System) renderer&lt;BR /&gt;instantiates a VirtualDeviceDx11 context for the Arc Pro B70&lt;BR /&gt;instead of a native DX12 device. This is visible in Inventor's&lt;BR /&gt;Graphics Hardware dialog (Help → Graphics Hardware):&lt;/P&gt;&lt;P&gt;AIRViz Device Manager \ VirtualDeviceDx11&lt;BR /&gt;Feature Level 5_0&lt;/P&gt;&lt;P&gt;As DXR (DirectX Raytracing) requires a native DX12 context,&lt;BR /&gt;GPU Ray Tracing cannot dispatch DispatchRays() calls to the&lt;BR /&gt;hardware RT units. Instead, raytracing runs via the 3D/compute&lt;BR /&gt;pipeline as software emulation.&lt;/P&gt;&lt;P&gt;Observed symptoms during active GPU Ray Tracing in Inventor:&lt;BR /&gt;- Windows Task Manager GPU engines: 3D ~95%, Compute 0%,&lt;BR /&gt;Engine 0%, GSC 0%&lt;BR /&gt;- GPU power draw: ~101W average (card is capable of 275W&lt;BR /&gt;sustained under real DX12 compute load)&lt;BR /&gt;- RT performance on B70 is equal to or worse than CPU ART&lt;BR /&gt;(Autodesk Raytracer) on i9-285K&lt;/P&gt;&lt;P&gt;This behavior does not occur with NVIDIA RTX GPUs, which&lt;BR /&gt;correctly receive a native DX12 context from OGS and show&lt;BR /&gt;proper DXR dispatch patterns.&lt;/P&gt;&lt;P&gt;Root cause hypothesis:&lt;BR /&gt;OGS device selection logic does not recognize the Arc Pro B70&lt;BR /&gt;as a DX12-capable device, possibly due to missing or incorrect&lt;BR /&gt;capability reporting in the 32.0.101.8724 driver, or because&lt;BR /&gt;the B70 is absent from Autodesk's internal OGS device&lt;BR /&gt;whitelist. The driver correctly reports DX12 FL 12.2 to the OS&lt;BR /&gt;and DXGI, suggesting the issue may be in the OGS-specific&lt;BR /&gt;capability query path (e.g. D3D_FEATURE_LEVEL negotiation or&lt;BR /&gt;OGS device enumeration).&lt;/P&gt;&lt;P&gt;Request:&lt;BR /&gt;Please coordinate with Autodesk to ensure the Arc Pro B70 is&lt;BR /&gt;correctly enumerated as a DX12 device in OGS, enabling proper&lt;BR /&gt;DXR dispatch to hardware RT units.&lt;/P&gt;</description>
    <pubDate>Thu, 14 May 2026 09:03:38 GMT</pubDate>
    <dc:creator>Iecku</dc:creator>
    <dc:date>2026-05-14T09:03:38Z</dc:date>
    <item>
      <title>Arc Pro B70: Autodesk Inventor 2026 uses VirtualDeviceDx11 instead of DX12 – no hardware RT</title>
      <link>https://community.intel.com/t5/Intel-Arc-Discrete-Graphics/Arc-Pro-B70-Autodesk-Inventor-2026-uses-VirtualDeviceDx11/m-p/1747887#M35810</link>
      <description>&lt;P&gt;Environment:&lt;BR /&gt;- GPU: Intel Arc Pro B70 (ASRock Arc Pro B70 Creator)&lt;BR /&gt;- Driver: 32.0.101.8724 (WHQL, dated 16.04.2026)&lt;BR /&gt;- OS: Windows 11&lt;BR /&gt;- Software: Autodesk Inventor Professional 2026&lt;BR /&gt;- DirectX capability reported by driver: DX12, Feature Level 12.2 ✓&lt;/P&gt;&lt;P&gt;Issue:&lt;BR /&gt;Autodesk Inventor 2026's OGS (One Graphics System) renderer&lt;BR /&gt;instantiates a VirtualDeviceDx11 context for the Arc Pro B70&lt;BR /&gt;instead of a native DX12 device. This is visible in Inventor's&lt;BR /&gt;Graphics Hardware dialog (Help → Graphics Hardware):&lt;/P&gt;&lt;P&gt;AIRViz Device Manager \ VirtualDeviceDx11&lt;BR /&gt;Feature Level 5_0&lt;/P&gt;&lt;P&gt;As DXR (DirectX Raytracing) requires a native DX12 context,&lt;BR /&gt;GPU Ray Tracing cannot dispatch DispatchRays() calls to the&lt;BR /&gt;hardware RT units. Instead, raytracing runs via the 3D/compute&lt;BR /&gt;pipeline as software emulation.&lt;/P&gt;&lt;P&gt;Observed symptoms during active GPU Ray Tracing in Inventor:&lt;BR /&gt;- Windows Task Manager GPU engines: 3D ~95%, Compute 0%,&lt;BR /&gt;Engine 0%, GSC 0%&lt;BR /&gt;- GPU power draw: ~101W average (card is capable of 275W&lt;BR /&gt;sustained under real DX12 compute load)&lt;BR /&gt;- RT performance on B70 is equal to or worse than CPU ART&lt;BR /&gt;(Autodesk Raytracer) on i9-285K&lt;/P&gt;&lt;P&gt;This behavior does not occur with NVIDIA RTX GPUs, which&lt;BR /&gt;correctly receive a native DX12 context from OGS and show&lt;BR /&gt;proper DXR dispatch patterns.&lt;/P&gt;&lt;P&gt;Root cause hypothesis:&lt;BR /&gt;OGS device selection logic does not recognize the Arc Pro B70&lt;BR /&gt;as a DX12-capable device, possibly due to missing or incorrect&lt;BR /&gt;capability reporting in the 32.0.101.8724 driver, or because&lt;BR /&gt;the B70 is absent from Autodesk's internal OGS device&lt;BR /&gt;whitelist. The driver correctly reports DX12 FL 12.2 to the OS&lt;BR /&gt;and DXGI, suggesting the issue may be in the OGS-specific&lt;BR /&gt;capability query path (e.g. D3D_FEATURE_LEVEL negotiation or&lt;BR /&gt;OGS device enumeration).&lt;/P&gt;&lt;P&gt;Request:&lt;BR /&gt;Please coordinate with Autodesk to ensure the Arc Pro B70 is&lt;BR /&gt;correctly enumerated as a DX12 device in OGS, enabling proper&lt;BR /&gt;DXR dispatch to hardware RT units.&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2026 09:03:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Arc-Discrete-Graphics/Arc-Pro-B70-Autodesk-Inventor-2026-uses-VirtualDeviceDx11/m-p/1747887#M35810</guid>
      <dc:creator>Iecku</dc:creator>
      <dc:date>2026-05-14T09:03:38Z</dc:date>
    </item>
    <item>
      <title>Re:Arc Pro B70: Autodesk Inventor 2026 uses VirtualDeviceDx11 instead of DX12 – no hardware RT</title>
      <link>https://community.intel.com/t5/Intel-Arc-Discrete-Graphics/Arc-Pro-B70-Autodesk-Inventor-2026-uses-VirtualDeviceDx11/m-p/1748015#M35842</link>
      <description>&lt;P&gt;Hello Iecku,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for posting your question on the Intel Community.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I sincerely apologize for the impact this is having on your productivity. Before we conclude that this is an application-side enumeration issue, we need to perform a full diagnostic to ensure the driver is correctly reporting its capabilities to the Windows environment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To help us narrow this down, please perform the following troubleshooting steps:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. Windows Graphics Preference:&lt;/STRONG&gt; Go to &lt;STRONG&gt;Settings &amp;gt; System &amp;gt; Display &amp;gt; Graphics&lt;/STRONG&gt;. Find "Autodesk Inventor 2026" in the list (add it if it’s not there), click &lt;STRONG&gt;Options&lt;/STRONG&gt;, and ensure it is set to &lt;STRONG&gt;"High Performance"&lt;/STRONG&gt; targeting the Intel Arc Pro B70. Occasionally, Windows can force a compatibility layer if this is not set.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. DXR Capability Verification:&lt;/STRONG&gt; To confirm the driver is communicating DXR capabilities correctly to other software, please run a quick DirectX 12 benchmark (such as &lt;EM&gt;3DMark Port Royal&lt;/EM&gt; or the &lt;EM&gt;DirectX Raytracing (DXR) Check&lt;/EM&gt; tool).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;Goal:&lt;/EM&gt; If these tools successfully initialize a DX12/DXR context, we can isolate the behavior specifically to the Inventor OGS handshake.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3. Inventor Diagnostics Log:&lt;/STRONG&gt; In Inventor, please go to &lt;STRONG&gt;Help &amp;gt; Graphics Hardware&lt;/STRONG&gt;, click the &lt;STRONG&gt;Diagnostics&lt;/STRONG&gt; button, and export the resulting text file. This log contains the specific "score" or "reason" why the OGS chose the DX11 fallback over DX12.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4. Intel SSU:&lt;/STRONG&gt; Please provide an &lt;STRONG&gt;Intel System Support Utility (SSU)&lt;/STRONG&gt; report (Network tab should be unchecked). This will allow me to review your specific hardware configuration and investigate further. Please check this link:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="https://www.intel.com/content/www/us/en/download/18377/intel-system-support-utility-for-windows.html" rel="noopener noreferrer" target="_blank"&gt;Intel® System Support Utility for Windows*&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please share the requested logs and benchmark results at your earliest convenience. Once we have those, we will proceed with a further check and investigate the root cause.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your time and cooperation. I look forward to your update.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Nikhil&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 May 2026 09:56:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Arc-Discrete-Graphics/Arc-Pro-B70-Autodesk-Inventor-2026-uses-VirtualDeviceDx11/m-p/1748015#M35842</guid>
      <dc:creator>Nikhil_Intel</dc:creator>
      <dc:date>2026-05-15T09:56:02Z</dc:date>
    </item>
    <item>
      <title>Re:Arc Pro B70: Autodesk Inventor 2026 uses VirtualDeviceDx11 instead of DX12 – no hardware RT</title>
      <link>https://community.intel.com/t5/Intel-Arc-Discrete-Graphics/Arc-Pro-B70-Autodesk-Inventor-2026-uses-VirtualDeviceDx11/m-p/1748298#M35939</link>
      <description>&lt;P&gt;Dear Iecku,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I hope you are doing well.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I am writing to follow up on my previous message regarding the Display/OGS issue with Autodesk Inventor 2026. We have shared a few troubleshooting steps and requested diagnostic details to help us investigate the issue further.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;At your convenience, could you please confirm if you were able to complete the steps and share the requested information (Inventor diagnostic logs, DXR benchmark results, and SSU report)? These details are essential for us to analyze the behavior and identify the root cause.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for your time and cooperation. I look forward to your update.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 May 2026 16:05:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Arc-Discrete-Graphics/Arc-Pro-B70-Autodesk-Inventor-2026-uses-VirtualDeviceDx11/m-p/1748298#M35939</guid>
      <dc:creator>Nikhil_Intel</dc:creator>
      <dc:date>2026-05-18T16:05:09Z</dc:date>
    </item>
    <item>
      <title>Re:Arc Pro B70: Autodesk Inventor 2026 uses VirtualDeviceDx11 instead of DX12 – no hardware RT</title>
      <link>https://community.intel.com/t5/Intel-Arc-Discrete-Graphics/Arc-Pro-B70-Autodesk-Inventor-2026-uses-VirtualDeviceDx11/m-p/1748573#M36005</link>
      <description>&lt;P&gt;Dear Iecku,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I hope you are doing well.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I am writing to follow up regarding the Display/OGS issue with Autodesk Inventor 2026. As we have not received a response from you regarding the previously shared troubleshooting steps and requested diagnostic information, I will proceed with &lt;STRONG&gt;closing this inquiry for now&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;However, if you still require assistance or have any additional questions, please feel free to &lt;STRONG&gt;submit a new request&lt;/STRONG&gt;, and I will be happy to assist you. Kindly note that this thread will no longer be actively monitored.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for your time and cooperation.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 May 2026 14:14:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Arc-Discrete-Graphics/Arc-Pro-B70-Autodesk-Inventor-2026-uses-VirtualDeviceDx11/m-p/1748573#M36005</guid>
      <dc:creator>Nikhil_Intel</dc:creator>
      <dc:date>2026-05-20T14:14:43Z</dc:date>
    </item>
  </channel>
</rss>

