<?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 openvkl tests cant find libraries on windows in Intel® Rendering Toolkit</title>
    <link>https://community.intel.com/t5/Intel-Rendering-Toolkit/openvkl-tests-cant-find-libraries-on-windows/m-p/1556674#M128</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I am trying to run gpu examples and use openvkl on a windows system, but I failed.&amp;nbsp;I encountered the following problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Darius_Nicholas_0-1703226287719.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/49628iAA3583C6444C1C76/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Darius_Nicholas_0-1703226287719.png" alt="Darius_Nicholas_0-1703226287719.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have added the full path to the device dll files to my windows path environment but still no luck.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;OS:Windows 11&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;openvkl version:2.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Visual studio version: 2022 17.6.4&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Dec 2023 06:28:38 GMT</pubDate>
    <dc:creator>Darius_Nicholas</dc:creator>
    <dc:date>2023-12-22T06:28:38Z</dc:date>
    <item>
      <title>openvkl tests cant find libraries on windows</title>
      <link>https://community.intel.com/t5/Intel-Rendering-Toolkit/openvkl-tests-cant-find-libraries-on-windows/m-p/1556674#M128</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am trying to run gpu examples and use openvkl on a windows system, but I failed.&amp;nbsp;I encountered the following problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Darius_Nicholas_0-1703226287719.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/49628iAA3583C6444C1C76/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Darius_Nicholas_0-1703226287719.png" alt="Darius_Nicholas_0-1703226287719.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have added the full path to the device dll files to my windows path environment but still no luck.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;OS:Windows 11&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;openvkl version:2.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Visual studio version: 2022 17.6.4&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 06:28:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Rendering-Toolkit/openvkl-tests-cant-find-libraries-on-windows/m-p/1556674#M128</guid>
      <dc:creator>Darius_Nicholas</dc:creator>
      <dc:date>2023-12-22T06:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: openvkl tests cant find libraries on windows</title>
      <link>https://community.intel.com/t5/Intel-Rendering-Toolkit/openvkl-tests-cant-find-libraries-on-windows/m-p/1556851#M129</link>
      <description>&lt;P&gt;Hi Darius,&lt;/P&gt;
&lt;P&gt;Thanks for the interest. Can you share more about your platform's target GPU device?&lt;/P&gt;
&lt;P&gt;OpenVKL 2.0 for GPU is compatible with Xe-HPG and Xe-HPC microarchitecture devices. This currently includes Arc and Data Center Flex or Max series devices.&lt;/P&gt;
&lt;P&gt;The target device reported is suggestive that the only device on the system is an integrated graphics device. Currently, those devices are not supported.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To ensure the program can reference the dll's, developers can use the &amp;lt;oneapi-install-dir&amp;gt;\setvars.bat script on windows in their shell environment.&amp;nbsp;setvars.bat will populate variables as needed for any installed components.&lt;/P&gt;
&lt;P&gt;Note: GPU users also need runtimes available with the oneAPI DPC++/C++ Compiler Toolchain. These are available with the Base Toolkit download. The runtimes only are also available from the standalone download page:&amp;nbsp;&lt;A href="https://www.intel.com/content/www/us/en/developer/articles/tool/oneapi-standalone-components.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/developer/articles/tool/oneapi-standalone-components.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: setvars.bat functionality is migrating to &amp;lt;oneapi-install-dir&amp;gt;\&amp;lt;version&amp;gt;\oneapi-vars.bat for the future.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let us know if this clarifies the problem or if you have any more issues?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-MichaelC&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 16:56:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Rendering-Toolkit/openvkl-tests-cant-find-libraries-on-windows/m-p/1556851#M129</guid>
      <dc:creator>Michael_C_Intel1</dc:creator>
      <dc:date>2023-12-22T16:56:06Z</dc:date>
    </item>
  </channel>
</rss>

