<?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 wddm_memory_manager error in Intel® oneAPI DPC++/C++ Compiler</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/wddm-memory-manager-error/m-p/1443849#M2707</link>
    <description>&lt;P&gt;I have successfully run some oneAPI-sample code projects, including mandelbrot and sepia-filter with Intel HD Graphics device. However, as I wanted to make use of my ARC A770 graphics card, I followed the instructions on page&amp;nbsp;&lt;A href="https://medium.com/intel-analytics-software/running-tensorflow-stable-diffusion-on-intel-arc-gpus-e6ff0d2b7549" target="_blank"&gt;https://medium.com/intel-analytics-software/running-tensorflow-stable-diffusion-on-intel-arc-gpus-e6ff0d2b7549&lt;/A&gt;&amp;nbsp;for installing packages and drivers.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The package versions that were actually installed are:&lt;/P&gt;
&lt;P&gt;intel-opencl-icd-22.28.23726.1+i419~u20.04&lt;/P&gt;
&lt;P&gt;intel-level-zero-gpu-1.3.23726.1+i419~u20.04&lt;/P&gt;
&lt;P&gt;level-zero-1.8.1+i419~u20.04&lt;/P&gt;
&lt;P&gt;level-zero-dev-1.8.1+i392~u20.04&lt;/P&gt;
&lt;P&gt;intel-oneapi-runtime-dpcpp-cpp-2023.0.0-25370&lt;/P&gt;
&lt;P&gt;intel-oneapi-runtime-mkl-2023.0.0-25398&lt;/P&gt;
&lt;P&gt;The Intel Arc Graphics Windows Driver referenced was 31.0.101.3490 or later. I tried installing from&amp;nbsp;gfx_win_101.3517 but the installer indicated no relevant hardware, however the&amp;nbsp; gfx_win_101.4032 download did install.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Running sycl-ls from the wsl2 command prompt now indicates additional level-zero devices, presumably relating to the ARC Graphics GPU:&lt;BR /&gt;[opencl:acc:0] Intel(R) FPGA Emulation Platform for OpenCL(TM), Intel(R) FPGA Emulation Device 1.2 [2022.15.12.0.01_081451]&lt;BR /&gt;[opencl:cpu:1] Intel(R) OpenCL, 13th Gen Intel(R) Core(TM) i9-13900K 3.0 [2022.15.12.0.01_081451]&lt;BR /&gt;[opencl:gpu:2] Intel(R) OpenCL HD Graphics, Intel(R) Graphics [0x56a0] 3.0 [22.28.23726.1]&lt;BR /&gt;[opencl:gpu:3] Intel(R) OpenCL HD Graphics, Intel(R) Graphics [0xa780] 3.0 [22.28.23726.1]&lt;BR /&gt;[opencl:cpu:4] Intel(R) OpenCL, 13th Gen Intel(R) Core(TM) i9-13900K 3.0 [2022.15.12.0.01_081451]&lt;BR /&gt;[opencl:acc:5] Intel(R) FPGA Emulation Platform for OpenCL(TM), Intel(R) FPGA Emulation Device 1.2 [2022.15.12.0.01_081451]&lt;BR /&gt;[ext_oneapi_level_zero:gpu:0] Intel(R) Level-Zero, Intel(R) Graphics [0x56a0] 1.3 [1.3.23726]&lt;BR /&gt;[ext_oneapi_level_zero:gpu:1] Intel(R) Level-Zero, Intel(R) Graphics [0xa780] 1.3 [1.3.23726]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, when the mandelbrot sample now runs, it gives the following error:&lt;/P&gt;
&lt;P&gt;./mandelbrot&lt;BR /&gt;Platform Name: Intel(R) Level-Zero&lt;BR /&gt;Platform Version: 1.3&lt;BR /&gt;Device Name: Intel(R) Graphics [0x56a0]&lt;BR /&gt;Max Work Group: 1024&lt;BR /&gt;Max Compute Units: 512&lt;/P&gt;
&lt;P&gt;Parallel Mandelbrot set using buffers.&lt;BR /&gt;Abort was called at 660 line in file:&lt;BR /&gt;/opt/src/l0_gpu_driver/shared/source/os_interface/windows/wddm_memory_manager.cpp&lt;BR /&gt;Aborted&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could anyone help with identifying the problem and solution, please?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jan 2023 15:52:51 GMT</pubDate>
    <dc:creator>itl-dag</dc:creator>
    <dc:date>2023-01-04T15:52:51Z</dc:date>
    <item>
      <title>wddm_memory_manager error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/wddm-memory-manager-error/m-p/1443849#M2707</link>
      <description>&lt;P&gt;I have successfully run some oneAPI-sample code projects, including mandelbrot and sepia-filter with Intel HD Graphics device. However, as I wanted to make use of my ARC A770 graphics card, I followed the instructions on page&amp;nbsp;&lt;A href="https://medium.com/intel-analytics-software/running-tensorflow-stable-diffusion-on-intel-arc-gpus-e6ff0d2b7549" target="_blank"&gt;https://medium.com/intel-analytics-software/running-tensorflow-stable-diffusion-on-intel-arc-gpus-e6ff0d2b7549&lt;/A&gt;&amp;nbsp;for installing packages and drivers.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The package versions that were actually installed are:&lt;/P&gt;
&lt;P&gt;intel-opencl-icd-22.28.23726.1+i419~u20.04&lt;/P&gt;
&lt;P&gt;intel-level-zero-gpu-1.3.23726.1+i419~u20.04&lt;/P&gt;
&lt;P&gt;level-zero-1.8.1+i419~u20.04&lt;/P&gt;
&lt;P&gt;level-zero-dev-1.8.1+i392~u20.04&lt;/P&gt;
&lt;P&gt;intel-oneapi-runtime-dpcpp-cpp-2023.0.0-25370&lt;/P&gt;
&lt;P&gt;intel-oneapi-runtime-mkl-2023.0.0-25398&lt;/P&gt;
&lt;P&gt;The Intel Arc Graphics Windows Driver referenced was 31.0.101.3490 or later. I tried installing from&amp;nbsp;gfx_win_101.3517 but the installer indicated no relevant hardware, however the&amp;nbsp; gfx_win_101.4032 download did install.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Running sycl-ls from the wsl2 command prompt now indicates additional level-zero devices, presumably relating to the ARC Graphics GPU:&lt;BR /&gt;[opencl:acc:0] Intel(R) FPGA Emulation Platform for OpenCL(TM), Intel(R) FPGA Emulation Device 1.2 [2022.15.12.0.01_081451]&lt;BR /&gt;[opencl:cpu:1] Intel(R) OpenCL, 13th Gen Intel(R) Core(TM) i9-13900K 3.0 [2022.15.12.0.01_081451]&lt;BR /&gt;[opencl:gpu:2] Intel(R) OpenCL HD Graphics, Intel(R) Graphics [0x56a0] 3.0 [22.28.23726.1]&lt;BR /&gt;[opencl:gpu:3] Intel(R) OpenCL HD Graphics, Intel(R) Graphics [0xa780] 3.0 [22.28.23726.1]&lt;BR /&gt;[opencl:cpu:4] Intel(R) OpenCL, 13th Gen Intel(R) Core(TM) i9-13900K 3.0 [2022.15.12.0.01_081451]&lt;BR /&gt;[opencl:acc:5] Intel(R) FPGA Emulation Platform for OpenCL(TM), Intel(R) FPGA Emulation Device 1.2 [2022.15.12.0.01_081451]&lt;BR /&gt;[ext_oneapi_level_zero:gpu:0] Intel(R) Level-Zero, Intel(R) Graphics [0x56a0] 1.3 [1.3.23726]&lt;BR /&gt;[ext_oneapi_level_zero:gpu:1] Intel(R) Level-Zero, Intel(R) Graphics [0xa780] 1.3 [1.3.23726]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, when the mandelbrot sample now runs, it gives the following error:&lt;/P&gt;
&lt;P&gt;./mandelbrot&lt;BR /&gt;Platform Name: Intel(R) Level-Zero&lt;BR /&gt;Platform Version: 1.3&lt;BR /&gt;Device Name: Intel(R) Graphics [0x56a0]&lt;BR /&gt;Max Work Group: 1024&lt;BR /&gt;Max Compute Units: 512&lt;/P&gt;
&lt;P&gt;Parallel Mandelbrot set using buffers.&lt;BR /&gt;Abort was called at 660 line in file:&lt;BR /&gt;/opt/src/l0_gpu_driver/shared/source/os_interface/windows/wddm_memory_manager.cpp&lt;BR /&gt;Aborted&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could anyone help with identifying the problem and solution, please?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 15:52:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/wddm-memory-manager-error/m-p/1443849#M2707</guid>
      <dc:creator>itl-dag</dc:creator>
      <dc:date>2023-01-04T15:52:51Z</dc:date>
    </item>
  </channel>
</rss>

