<?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 Bug in latest Intel Graphics Driver on Windows 11 home in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-latest-Intel-Graphics-Driver-on-Windows-11-home/m-p/1728849#M37476</link>
    <description>&lt;P&gt;I do have installed all latest drivers &amp;amp; packages on Windows 11.&lt;/P&gt;&lt;P&gt;Setup "normal" = Leads to a bug, XPU initialisation fails!&lt;/P&gt;&lt;P&gt;Intel® Graphics Driver 32.0.101.8250&lt;BR /&gt;date 11/12/2025&lt;/P&gt;&lt;P&gt;Checking what this installs on windows .. Win + X =&amp;gt; Device Manager =&amp;gt; Display Adaptors:&lt;/P&gt;&lt;P&gt;Intel Arc A730M Graphics&lt;BR /&gt;Driver date: 07.11.2025&lt;BR /&gt;Driver version: 32.0.101.8250&lt;/P&gt;&lt;P&gt;Intel Iris Xe Graphics&lt;BR /&gt;Driver date: 29.04.2022&lt;BR /&gt;Driver version: 30.0.101.1960&lt;/P&gt;&lt;P&gt;I want to use my A730M to run AI models locally in PyTorch, thus installed:&lt;/P&gt;&lt;P&gt;Intel oneAPI Base Toolkit 2025.3.0&lt;BR /&gt;date October 21, 2025&lt;/P&gt;&lt;P&gt;IPEX 2.8.10&lt;BR /&gt;python -m pip install torch==2.8.0 torchvision==0.23.0 torchaudio==2.8.0 --index-url &lt;A href="https://download.pytorch.org/whl/xpu" target="_blank"&gt;https://download.pytorch.org/whl/xpu&lt;/A&gt;&lt;BR /&gt;python -m pip install intel-extension-for-pytorch==2.8.10+xpu --index-url &lt;A href="https://pytorch-extension.intel.com/release-whl/stable/xpu/us/" target="_blank"&gt;https://pytorch-extension.intel.com/release-whl/stable/xpu/us/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Performing the sanity check&lt;BR /&gt;python -c "import torch; import intel_extension_for_pytorch as ipex; print(torch.__version__); print(ipex.__version__); [print(f'[{i}]: {torch.xpu.get_device_properties(i)}') for i in range(torch.xpu.device_count())];"&lt;/P&gt;&lt;P&gt;[W1201 10:19:58.000000000 OperatorEntry.cpp:225] Warning: Warning only once for all operators, other operators may also be overridden.&lt;BR /&gt;Overriding a previously registered kernel for the same operator and the same dispatch key&lt;BR /&gt;operator: aten::geometric_(Tensor(a!) self, float p, *, Generator? generator=None) -&amp;gt; Tensor(a!)&lt;BR /&gt;registered at C:\actions-runner\_work\pytorch\pytorch\pytorch\build\aten\src\ATen\RegisterSchema.cpp:6&lt;BR /&gt;dispatch key: XPU&lt;BR /&gt;previous kernel: registered at C:\actions-runner\_work\pytorch\pytorch\pytorch\aten\src\ATen\VmapModeRegistrations.cpp:37&lt;BR /&gt;new kernel: registered at G:\frameworks.ai.pytorch.ipex-gpu\build\Release\csrc\gpu\csrc\gpu\xpu\ATen\RegisterXPU_0.cpp:172 (function operator ())&lt;BR /&gt;2.8.0+xpu&lt;BR /&gt;2.8.10+xpu&lt;BR /&gt;C:\Program Files\Python310\lib\site-packages\torch\xpu\__init__.py:60: UserWarning: Failed to initialize XPU devices. The driver may not be installed, installed incorrectly, or incompatible with the current setup. Please refer to the guideline (&lt;A href="https://github.com/pytorch/pytorch?tab=readme-ov-file#intel-gpu-support" target="_blank"&gt;https://github.com/pytorch/pytorch?tab=readme-ov-file#intel-gpu-support&lt;/A&gt;) for proper installation and configuration. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\pytorch\c10\xpu\XPUFunctions.cpp:111.)&lt;BR /&gt;return torch._C._xpu_getDeviceCount()&lt;BR /&gt;&lt;BR /&gt;Setup "not normal" = XPU initialisation succeeds!&lt;/P&gt;&lt;P&gt;"disable device" for Intel Iris Xe Graphics: Works!!&lt;BR /&gt;This loads an old default windows backup driver&lt;BR /&gt;MS Basic Display Adapter&lt;BR /&gt;Driver date: 21.06.2006&lt;BR /&gt;Driver version: 10.0.26100.1&lt;/P&gt;&lt;P&gt;Performing sanity&lt;BR /&gt;python -c "import torch; import intel_extension_for_pytorch as ipex; print(torch.__version__); print(ipex.__version__); [print(f'[{i}]: {torch.xpu.get_device_properties(i)}') for i in range(torch.xpu.device_count())];"&lt;BR /&gt;Let's find the XPU and can be used in IPEX&lt;BR /&gt;[0]: _XpuDeviceProperties(name='Intel(R) Arc(TM) A730M Graphics', platform_name='Intel(R) oneAPI Unified Runtime over Level-Zero', type='gpu', driver_version='1.13.35227', total_memory=11932MB, max_compute_units=384, gpu_eu_count=384, gpu_subslice_count=48, max_work_group_size=1024, max_num_sub_groups=128, sub_group_sizes=[8 16 32], has_fp16=1, has_fp64=0, has_atomic64=1)&lt;/P&gt;&lt;P&gt;Problem with that setup: The GUI and the whole Windows OS perform really slow (like scrolling over a webpage takes way longer, each mouse move or window/tab change takes more time etc.)&lt;/P&gt;&lt;P&gt;Question: Why is the common setup with Intel Iris Xe Graphics driver for the non-GPU part failing, whereas an oudated old windows basic driver lets the XPU intialize successfully?&lt;/P&gt;</description>
    <pubDate>Wed, 03 Dec 2025 14:18:41 GMT</pubDate>
    <dc:creator>PatGelsinger</dc:creator>
    <dc:date>2025-12-03T14:18:41Z</dc:date>
    <item>
      <title>Bug in latest Intel Graphics Driver on Windows 11 home</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-latest-Intel-Graphics-Driver-on-Windows-11-home/m-p/1728849#M37476</link>
      <description>&lt;P&gt;I do have installed all latest drivers &amp;amp; packages on Windows 11.&lt;/P&gt;&lt;P&gt;Setup "normal" = Leads to a bug, XPU initialisation fails!&lt;/P&gt;&lt;P&gt;Intel® Graphics Driver 32.0.101.8250&lt;BR /&gt;date 11/12/2025&lt;/P&gt;&lt;P&gt;Checking what this installs on windows .. Win + X =&amp;gt; Device Manager =&amp;gt; Display Adaptors:&lt;/P&gt;&lt;P&gt;Intel Arc A730M Graphics&lt;BR /&gt;Driver date: 07.11.2025&lt;BR /&gt;Driver version: 32.0.101.8250&lt;/P&gt;&lt;P&gt;Intel Iris Xe Graphics&lt;BR /&gt;Driver date: 29.04.2022&lt;BR /&gt;Driver version: 30.0.101.1960&lt;/P&gt;&lt;P&gt;I want to use my A730M to run AI models locally in PyTorch, thus installed:&lt;/P&gt;&lt;P&gt;Intel oneAPI Base Toolkit 2025.3.0&lt;BR /&gt;date October 21, 2025&lt;/P&gt;&lt;P&gt;IPEX 2.8.10&lt;BR /&gt;python -m pip install torch==2.8.0 torchvision==0.23.0 torchaudio==2.8.0 --index-url &lt;A href="https://download.pytorch.org/whl/xpu" target="_blank"&gt;https://download.pytorch.org/whl/xpu&lt;/A&gt;&lt;BR /&gt;python -m pip install intel-extension-for-pytorch==2.8.10+xpu --index-url &lt;A href="https://pytorch-extension.intel.com/release-whl/stable/xpu/us/" target="_blank"&gt;https://pytorch-extension.intel.com/release-whl/stable/xpu/us/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Performing the sanity check&lt;BR /&gt;python -c "import torch; import intel_extension_for_pytorch as ipex; print(torch.__version__); print(ipex.__version__); [print(f'[{i}]: {torch.xpu.get_device_properties(i)}') for i in range(torch.xpu.device_count())];"&lt;/P&gt;&lt;P&gt;[W1201 10:19:58.000000000 OperatorEntry.cpp:225] Warning: Warning only once for all operators, other operators may also be overridden.&lt;BR /&gt;Overriding a previously registered kernel for the same operator and the same dispatch key&lt;BR /&gt;operator: aten::geometric_(Tensor(a!) self, float p, *, Generator? generator=None) -&amp;gt; Tensor(a!)&lt;BR /&gt;registered at C:\actions-runner\_work\pytorch\pytorch\pytorch\build\aten\src\ATen\RegisterSchema.cpp:6&lt;BR /&gt;dispatch key: XPU&lt;BR /&gt;previous kernel: registered at C:\actions-runner\_work\pytorch\pytorch\pytorch\aten\src\ATen\VmapModeRegistrations.cpp:37&lt;BR /&gt;new kernel: registered at G:\frameworks.ai.pytorch.ipex-gpu\build\Release\csrc\gpu\csrc\gpu\xpu\ATen\RegisterXPU_0.cpp:172 (function operator ())&lt;BR /&gt;2.8.0+xpu&lt;BR /&gt;2.8.10+xpu&lt;BR /&gt;C:\Program Files\Python310\lib\site-packages\torch\xpu\__init__.py:60: UserWarning: Failed to initialize XPU devices. The driver may not be installed, installed incorrectly, or incompatible with the current setup. Please refer to the guideline (&lt;A href="https://github.com/pytorch/pytorch?tab=readme-ov-file#intel-gpu-support" target="_blank"&gt;https://github.com/pytorch/pytorch?tab=readme-ov-file#intel-gpu-support&lt;/A&gt;) for proper installation and configuration. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\pytorch\c10\xpu\XPUFunctions.cpp:111.)&lt;BR /&gt;return torch._C._xpu_getDeviceCount()&lt;BR /&gt;&lt;BR /&gt;Setup "not normal" = XPU initialisation succeeds!&lt;/P&gt;&lt;P&gt;"disable device" for Intel Iris Xe Graphics: Works!!&lt;BR /&gt;This loads an old default windows backup driver&lt;BR /&gt;MS Basic Display Adapter&lt;BR /&gt;Driver date: 21.06.2006&lt;BR /&gt;Driver version: 10.0.26100.1&lt;/P&gt;&lt;P&gt;Performing sanity&lt;BR /&gt;python -c "import torch; import intel_extension_for_pytorch as ipex; print(torch.__version__); print(ipex.__version__); [print(f'[{i}]: {torch.xpu.get_device_properties(i)}') for i in range(torch.xpu.device_count())];"&lt;BR /&gt;Let's find the XPU and can be used in IPEX&lt;BR /&gt;[0]: _XpuDeviceProperties(name='Intel(R) Arc(TM) A730M Graphics', platform_name='Intel(R) oneAPI Unified Runtime over Level-Zero', type='gpu', driver_version='1.13.35227', total_memory=11932MB, max_compute_units=384, gpu_eu_count=384, gpu_subslice_count=48, max_work_group_size=1024, max_num_sub_groups=128, sub_group_sizes=[8 16 32], has_fp16=1, has_fp64=0, has_atomic64=1)&lt;/P&gt;&lt;P&gt;Problem with that setup: The GUI and the whole Windows OS perform really slow (like scrolling over a webpage takes way longer, each mouse move or window/tab change takes more time etc.)&lt;/P&gt;&lt;P&gt;Question: Why is the common setup with Intel Iris Xe Graphics driver for the non-GPU part failing, whereas an oudated old windows basic driver lets the XPU intialize successfully?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Dec 2025 14:18:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-latest-Intel-Graphics-Driver-on-Windows-11-home/m-p/1728849#M37476</guid>
      <dc:creator>PatGelsinger</dc:creator>
      <dc:date>2025-12-03T14:18:41Z</dc:date>
    </item>
  </channel>
</rss>

