<?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:Deploy oneAPI application to a target PC with no oneAPI toolkit installed in Intel® oneAPI DPC++/C++ Compiler</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Deploy-oneAPI-application-to-a-target-PC-with-no-oneAPI-toolkit/m-p/1262301#M1002</link>
    <description>&lt;P&gt;Hi Stefano,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for the confirmation. Glad to know that the provided solution is working for you.&lt;/P&gt;&lt;P&gt;As your issue is resolved we will no longer monitor this thread. Please post a new thread you have any other issues.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 08 Mar 2021 09:49:11 GMT</pubDate>
    <dc:creator>AbhishekD_Intel</dc:creator>
    <dc:date>2021-03-08T09:49:11Z</dc:date>
    <item>
      <title>Deploy oneAPI application to a target PC with no oneAPI toolkit installed</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Deploy-oneAPI-application-to-a-target-PC-with-no-oneAPI-toolkit/m-p/1259858#M977</link>
      <description>&lt;P&gt;After compiling sepia-filter.exe sample, I wanted to deploy it to a PC without the one API&amp;nbsp;toolkit installed (i.e. a production PC). I did not found a runtime installer for that. I had to dig into the output trace and use a dependency tracker to find the right dependencies, and finally manually copy all the dlls needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;'sepia-filter.exe' (Win32): Loaded 'E:\Lavori\oneAPI\oneAPI-samples\DirectProgramming\DPC++\CombinationalLogic\sepia-filter\x64\Release\sepia-filter.exe'. Symbols loaded.
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Symbols loaded.
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'. Symbols loaded.
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\KernelBase.dll'. Symbols loaded.
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\ucrtbase.dll'. Symbols loaded.
'sepia-filter.exe' (Win32): Loaded 'E:\Program Files (x86)\Intel\oneAPI\compiler\2021.1.1\windows\redist\intel64_win\compiler\svml_dispmd.dll'. Symbols loaded.
'sepia-filter.exe' (Win32): Loaded 'E:\Program Files (x86)\Intel\oneAPI\compiler\2021.1.1\windows\redist\intel64_win\compiler\libmmd.dll'. Symbols loaded.
'sepia-filter.exe' (Win32): Loaded 'E:\Program Files (x86)\Intel\oneAPI\compiler\2021.1.1\windows\bin\sycl.dll'. Module was built without symbols.
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\shlwapi.dll'. Symbols loaded.
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\msvcrt.dll'. Symbols loaded.
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\combase.dll'. Symbols loaded.
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\rpcrt4.dll'. Symbols loaded.
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\bcryptprimitives.dll'. Symbols loaded.
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\gdi32.dll'. Symbols loaded.
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\gdi32full.dll'. Symbols loaded.
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\msvcp_win.dll'. Symbols loaded.
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\user32.dll'. Symbols loaded.
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\win32u.dll'. Symbols loaded.
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\msvcp140.dll'. Symbols loaded.
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\vcruntime140.dll'. Symbols loaded.
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\OpenCL.dll'. Module was built without symbols.
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\cfgmgr32.dll'. Symbols loaded.
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\ole32.dll'. Symbols loaded.
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\advapi32.dll'. Symbols loaded.
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\sechost.dll'. Symbols loaded.
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\vcruntime140_1.dll'. Symbols loaded.
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\imm32.dll'. Symbols loaded.
The thread 0x3fe8 has exited with code 0 (0x0).
'sepia-filter.exe' (Win32): Loaded 'E:\Program Files (x86)\Intel\oneAPI\compiler\2021.1.1\windows\bin\pi_opencl.dll'. Module was built without symbols.
'sepia-filter.exe' (Win32): Loaded 'E:\Program Files (x86)\Intel\oneAPI\compiler\2021.1.1\windows\bin\pi_level_zero.dll'. Module was built without symbols.
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\ze_loader.dll'. 
'sepia-filter.exe' (Win32): Loaded 'E:\Program Files (x86)\Intel\oneAPI\compiler\2021.1.1\windows\lib\emu\intelocl64_emu.dll'. 
'sepia-filter.exe' (Win32): Loaded 'E:\Program Files (x86)\Intel\oneAPI\compiler\2021.1.1\windows\lib\emu\task_executor64_emu.dll'. 
'sepia-filter.exe' (Win32): Loaded 'E:\Program Files (x86)\Intel\oneAPI\compiler\2021.1.1\windows\lib\emu\cpu_device64_emu.dll'. 
'sepia-filter.exe' (Win32): Loaded 'E:\Program Files (x86)\Intel\oneAPI\compiler\2021.1.1\windows\lib\x64\intelocl64.dll'. 
'sepia-filter.exe' (Win32): Loaded 'E:\Program Files (x86)\Intel\oneAPI\compiler\2021.1.1\windows\lib\x64\task_executor64.dll'. 
'sepia-filter.exe' (Win32): Loaded 'E:\Program Files (x86)\Intel\oneAPI\compiler\2021.1.1\windows\lib\x64\cpu_device64.dll'. 
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\kernel.appcore.dll'. Symbols loaded.
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\clbcatq.dll'. Symbols loaded.
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\AppXDeploymentClient.dll'. 
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\StateRepository.Core.dll'. 
'sepia-filter.exe' (Win32): Unloaded 'C:\Windows\System32\StateRepository.Core.dll'
'sepia-filter.exe' (Win32): Unloaded 'C:\Windows\System32\AppXDeploymentClient.dll'
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\dxgi.dll'. Symbols loaded.
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\ResourcePolicyClient.dll'. 
'sepia-filter.exe' (Win32): Unloaded 'C:\Windows\System32\ResourcePolicyClient.dll'
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_233e086e960c2400\igdrcl64.dll'. 
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\ws2_32.dll'. Symbols loaded.
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_233e086e960c2400\igdgmm64.dll'. 
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\opengl32.dll'. 
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\glu32.dll'. 
'sepia-filter.exe' (Win32): Unloaded 'C:\Windows\System32\glu32.dll'
'sepia-filter.exe' (Win32): Unloaded 'C:\Windows\System32\opengl32.dll'
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_233e086e960c2400\igdfcl64.dll'. 
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\shell32.dll'. Symbols loaded.
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\SHCore.dll'. Symbols loaded.
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\windows.storage.dll'. Symbols loaded.
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\profapi.dll'. Symbols loaded.
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\powrprof.dll'. Symbols loaded.
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\cryptsp.dll'. Symbols loaded.
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_233e086e960c2400\igc64.dll'. 
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\DriverStore\FileRepository\igdlh64.inf_amd64_bdd37d808cfdf045\igdrcl64.dll'. 
'sepia-filter.exe' (Win32): Unloaded 'C:\Windows\System32\DriverStore\FileRepository\igdlh64.inf_amd64_bdd37d808cfdf045\igdrcl64.dll'
'sepia-filter.exe' (Win32): Loaded 'C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_233e086e960c2400\ze_intel_gpu64.dll'. 
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any better tool to help than doing this manual copy?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 22:40:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Deploy-oneAPI-application-to-a-target-PC-with-no-oneAPI-toolkit/m-p/1259858#M977</guid>
      <dc:creator>Piovesan__Stefano</dc:creator>
      <dc:date>2021-02-26T22:40:55Z</dc:date>
    </item>
    <item>
      <title>Re:Deploy oneAPI application to a target PC with no oneAPI toolkit installed</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Deploy-oneAPI-application-to-a-target-PC-with-no-oneAPI-toolkit/m-p/1260629#M992</link>
      <description>&lt;P&gt;Hi Stefano,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;&lt;P&gt;To deploy the sepia-filter.exe/oneAPI projects you need to install some runtime to the target machine(production machine) depending on the requirement of your project.&lt;/P&gt;&lt;P&gt;To only deploy to sepia-filter on the target machine try installing Intel oneAPI DPC++ Runtime for Windows on the Target machine.&lt;/P&gt;&lt;P&gt;Please refer to the below link to download Intel oneAPI DPC++ Runtime for Windows:&lt;/P&gt;&lt;P&gt;&lt;A href="https://registrationcenter-download.intel.com/akdlm/irc_nas/17514/w_dpcpp_cpp_runtime_p_2021.1.2.265.exe" target="_blank"&gt;https://registrationcenter-download.intel.com/akdlm/irc_nas/17514/w_dpcpp_cpp_runtime_p_2021.1.2.265.exe&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If you want to install CPU Runtime OpenCL for Windows then you can refer to the below link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://registrationcenter-download.intel.com/akdlm/irc_nas/17496/w_opencl_runtime_p_2021.1.2.246.exe" target="_blank"&gt;https://registrationcenter-download.intel.com/akdlm/irc_nas/17496/w_opencl_runtime_p_2021.1.2.246.exe&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Try installing those runtimes and let us know if it is working for you.&lt;/P&gt;&lt;P&gt;Hope this will help you to solve your issue.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Mar 2021 12:17:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Deploy-oneAPI-application-to-a-target-PC-with-no-oneAPI-toolkit/m-p/1260629#M992</guid>
      <dc:creator>AbhishekD_Intel</dc:creator>
      <dc:date>2021-03-02T12:17:00Z</dc:date>
    </item>
    <item>
      <title>Rif.: Re:Deploy oneAPI application to a target PC with no oneAPI toolkit installed</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Deploy-oneAPI-application-to-a-target-PC-with-no-oneAPI-toolkit/m-p/1261825#M1000</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Abhishek,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;thanks, this solves the issue.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;After installing the suggested packages, it works just by copying the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;executable file.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Stefano&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 15:42:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Deploy-oneAPI-application-to-a-target-PC-with-no-oneAPI-toolkit/m-p/1261825#M1000</guid>
      <dc:creator>Piovesan__Stefano</dc:creator>
      <dc:date>2021-03-05T15:42:47Z</dc:date>
    </item>
    <item>
      <title>Re:Deploy oneAPI application to a target PC with no oneAPI toolkit installed</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Deploy-oneAPI-application-to-a-target-PC-with-no-oneAPI-toolkit/m-p/1262301#M1002</link>
      <description>&lt;P&gt;Hi Stefano,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for the confirmation. Glad to know that the provided solution is working for you.&lt;/P&gt;&lt;P&gt;As your issue is resolved we will no longer monitor this thread. Please post a new thread you have any other issues.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Mar 2021 09:49:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Deploy-oneAPI-application-to-a-target-PC-with-no-oneAPI-toolkit/m-p/1262301#M1002</guid>
      <dc:creator>AbhishekD_Intel</dc:creator>
      <dc:date>2021-03-08T09:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Deploy oneAPI application to a target PC with no oneAPI toolkit installed</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Deploy-oneAPI-application-to-a-target-PC-with-no-oneAPI-toolkit/m-p/1291717#M1326</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Abhishek,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I have updated my toolkit with the 2021.2 release. Is there a dpcpp runtime 2021.2 available?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 13:21:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Deploy-oneAPI-application-to-a-target-PC-with-no-oneAPI-toolkit/m-p/1291717#M1326</guid>
      <dc:creator>spiovesan</dc:creator>
      <dc:date>2021-06-21T13:21:27Z</dc:date>
    </item>
  </channel>
</rss>

