<?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:installing oneapi base toolkit with visual studio 2022 broke project in Intel® oneAPI DPC++/C++ Compiler</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/installing-oneapi-base-toolkit-with-visual-studio-2022-broke/m-p/1658838#M4282</link>
    <description>&lt;P&gt;We haven't heard back from you for a long time so we are assuming that you have have found a solution on your own. If you need any additional assistance. please start a new thread.&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 21 Jan 2025 02:51:51 GMT</pubDate>
    <dc:creator>cw_intel</dc:creator>
    <dc:date>2025-01-21T02:51:51Z</dc:date>
    <item>
      <title>installing oneapi base toolkit with visual studio 2022 broke project</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/installing-oneapi-base-toolkit-with-visual-studio-2022-broke/m-p/1652116#M4259</link>
      <description>&lt;P&gt;I have been working on an OpenCL/c++ project in visual studio 2022(Version 17.12.3) the project compiled and ran prior to installing oneAPI base&amp;nbsp;2025.0.1.47.&amp;nbsp;&lt;/P&gt;&lt;P&gt;after installing&amp;nbsp; oneAPI I rebooted.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Opened VS,&lt;/P&gt;&lt;P&gt;cleaned project as I was having to do that between builds, or it wouldn't recompile the OpenCL portion.&lt;/P&gt;&lt;P&gt;tried to compile and run.&amp;nbsp; now it doesn't compile correctly and run.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was installing oneAPI hoping to try it instead of Nvidia for OpenCL. Was also interested in debugging and profiling tools.&amp;nbsp;&lt;/P&gt;&lt;P&gt;the project is attached. I don't understand why just installing oneAPI would break either the project or visual studio. I have not tried to uninstall oneAPI yet.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Dec 2024 17:04:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/installing-oneapi-base-toolkit-with-visual-studio-2022-broke/m-p/1652116#M4259</guid>
      <dc:creator>tek-dragon</dc:creator>
      <dc:date>2024-12-25T17:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: installing oneapi base toolkit with visual studio 2022 broke project</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/installing-oneapi-base-toolkit-with-visual-studio-2022-broke/m-p/1652158#M4260</link>
      <description>&lt;P&gt;****UPDATE***&lt;/P&gt;&lt;P&gt;I should have stated the project would appear to compile and try to run. It would return an error message saying it couldn't find any opencl devices. before it would run on either GPU (intel or the rtx3050, outputting text to a file and --list-devices showed both GPUs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I made a copy of the project and changed the props file to use the oneAPI&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;OPENCL_INCLUDE&amp;gt; C:\Program Files (x86)\Intel\oneAPI\compiler\2025.0\include\sycl&amp;lt;/OPENCL_INCLUDE&amp;gt;&lt;BR /&gt;&amp;lt;OPENCL_LIB&amp;gt;C:\Program Files (x86)\Intel\oneAPI\2025.0\lib&amp;lt;/OPENCL_LIB&amp;gt;&lt;/P&gt;&lt;P&gt;Now I get an error:&lt;/P&gt;&lt;P&gt;unresolved external symbol "public: __cdecl CLKeySearchDevice::CLKeySearchDevice(unsigned __int64,int,int,int)" (??0CLKeySearchDevice@@QEAA@_KHHH@Z)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Dec 2024 23:45:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/installing-oneapi-base-toolkit-with-visual-studio-2022-broke/m-p/1652158#M4260</guid>
      <dc:creator>tek-dragon</dc:creator>
      <dc:date>2024-12-25T23:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: installing oneapi base toolkit with visual studio 2022 broke project</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/installing-oneapi-base-toolkit-with-visual-studio-2022-broke/m-p/1652656#M4261</link>
      <description>&lt;P&gt;Update 2&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did a bit more testing. I tried running an already compiled opencl program and it crashed right after listing the 2 GPUs, regardless of which one I selected.It appears something got changed regarding OpenCL. I just don't know what.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Dec 2024 10:35:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/installing-oneapi-base-toolkit-with-visual-studio-2022-broke/m-p/1652656#M4261</guid>
      <dc:creator>tek-dragon</dc:creator>
      <dc:date>2024-12-27T10:35:34Z</dc:date>
    </item>
    <item>
      <title>Re:installing oneapi base toolkit with visual studio 2022 broke project</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/installing-oneapi-base-toolkit-with-visual-studio-2022-broke/m-p/1653593#M4262</link>
      <description>&lt;P&gt;I tried it on my side.  According to the instructions in the Readme, I built the `clKeyFinder` project. After adding the Intel OpenCL include path and library path or using the method you provided,  I can build it without any errors.  And I can run it with --list-devices,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;clBitCrack.exe --list-devices&lt;/P&gt;&lt;P&gt;ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;0&lt;/P&gt;&lt;P&gt;Name:&amp;nbsp;&amp;nbsp;12th Gen Intel(R) Core(TM) i7-1270P&lt;/P&gt;&lt;P&gt;Memory: 16051MB&lt;/P&gt;&lt;P&gt;Compute units: 16&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;1&lt;/P&gt;&lt;P&gt;Name:&amp;nbsp;&amp;nbsp;Intel(R) Iris(R) Xe Graphics&lt;/P&gt;&lt;P&gt;Memory: 7093MB&lt;/P&gt;&lt;P&gt;Compute units: 96&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;2&lt;/P&gt;&lt;P&gt;Name:&amp;nbsp;&amp;nbsp;Intel(R) FPGA Emulation Device&lt;/P&gt;&lt;P&gt;Memory: 16051MB&lt;/P&gt;&lt;P&gt;Compute units: 16&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;3&lt;/P&gt;&lt;P&gt;Name:&amp;nbsp;&amp;nbsp;12th Gen Intel(R) Core(TM) i7-1270P&lt;/P&gt;&lt;P&gt;Memory: 16051MB&lt;/P&gt;&lt;P&gt;Compute units: 16&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;For the error you got, "unresolved external symbol "public: __cdecl CLKeySearchDevice::CLKeySearchDevice(unsigned __int64,int,int,int)" (??0CLKeySearchDevice@@QEAA@_KHHH@Z)", taking a quick look at your source code, I think this symbol comes from the project CLKeySearchDevice. Please check whether the library CLKeySearchDevice.lib is generated.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Jan 2025 02:25:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/installing-oneapi-base-toolkit-with-visual-studio-2022-broke/m-p/1653593#M4262</guid>
      <dc:creator>cw_intel</dc:creator>
      <dc:date>2025-01-02T02:25:32Z</dc:date>
    </item>
    <item>
      <title>Re:installing oneapi base toolkit with visual studio 2022 broke project</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/installing-oneapi-base-toolkit-with-visual-studio-2022-broke/m-p/1658838#M4282</link>
      <description>&lt;P&gt;We haven't heard back from you for a long time so we are assuming that you have have found a solution on your own. If you need any additional assistance. please start a new thread.&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Jan 2025 02:51:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/installing-oneapi-base-toolkit-with-visual-studio-2022-broke/m-p/1658838#M4282</guid>
      <dc:creator>cw_intel</dc:creator>
      <dc:date>2025-01-21T02:51:51Z</dc:date>
    </item>
  </channel>
</rss>

