<?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: DPCPP source build integration with oneapi in Intel® oneAPI DPC++/C++ Compiler</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/DPCPP-source-build-integration-with-oneapi/m-p/1444954#M2721</link>
    <description>&lt;P&gt;Thanks for the reply.&lt;/P&gt;
&lt;P&gt;I have a source build located in ~/sycl_workspace following &lt;A href="https://intel.github.io/llvm-docs/GetStartedGuide.html" target="_self"&gt;this guide&lt;/A&gt; ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but I'm not able to configure environment variables for this build.&lt;/P&gt;
&lt;P&gt;Is it possible to merge this build into the existing installation of OneAPI, so that I get something like:&lt;/P&gt;
&lt;P&gt;/opt/intel/oneapi/custom_env.sh&lt;/P&gt;
&lt;P&gt;/opt/intel/oneapi/compiler/CustomCompiler/linux/IntelDPCPP/IntelDPCPPConfig.cmake&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To elaborate, I'm having a hard time integrating my dpcpp source build with my Vscode Cmake-project.&lt;/P&gt;
&lt;P&gt;It would be nice to have the option of using custom builds with &lt;A href="https://github.com/intel/vscode-oneapi-environment-configurator" target="_self"&gt;environment configurator&lt;/A&gt; .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jan 2023 11:12:57 GMT</pubDate>
    <dc:creator>Jonas5</dc:creator>
    <dc:date>2023-01-09T11:12:57Z</dc:date>
    <item>
      <title>DPCPP source build integration with oneapi</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/DPCPP-source-build-integration-with-oneapi/m-p/1444455#M2715</link>
      <description>&lt;P&gt;Is it possible to generate envirnoment scripts for custom builds of dpcpp, similar to the default /opt/intel/oneapi/setvars.sh?&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;</description>
      <pubDate>Fri, 06 Jan 2023 13:12:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/DPCPP-source-build-integration-with-oneapi/m-p/1444455#M2715</guid>
      <dc:creator>Jonas5</dc:creator>
      <dc:date>2023-01-06T13:12:58Z</dc:date>
    </item>
    <item>
      <title>Re:DPCPP source build integration with oneapi</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/DPCPP-source-build-integration-with-oneapi/m-p/1444626#M2716</link>
      <description>&lt;P&gt;Hi Jonas, &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for posting your concern on the forum. Since your query is related to the Intel® oneAPI Data Parallel C++, we are moving this topic to the correct community for further assistance.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Have a nice day ahead.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Soumya&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Jan 2023 22:58:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/DPCPP-source-build-integration-with-oneapi/m-p/1444626#M2716</guid>
      <dc:creator>Soumya_M_Intel</dc:creator>
      <dc:date>2023-01-06T22:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: DPCPP source build integration with oneapi</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/DPCPP-source-build-integration-with-oneapi/m-p/1444884#M2719</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We can use the below command to initialize the compiler environment:&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;&lt;FONT color="#808080"&gt;source /opt/intel/oneapi/compiler/2023.0.0/env/vars.sh&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Example&lt;/STRONG&gt;:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SantoshY_Intel_1-1673244603681.png" style="width: 789px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/36869iD244E49F3A18D544/image-dimensions/789x140?v=v2&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" width="789" height="140" role="button" title="SantoshY_Intel_1-1673244603681.png" alt="SantoshY_Intel_1-1673244603681.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let us know if your issue is resolved. If not, then could you please let us know your use case &amp;amp; elaborate your problem statement?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Santosh&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;</description>
      <pubDate>Mon, 09 Jan 2023 06:14:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/DPCPP-source-build-integration-with-oneapi/m-p/1444884#M2719</guid>
      <dc:creator>SantoshY_Intel</dc:creator>
      <dc:date>2023-01-09T06:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: DPCPP source build integration with oneapi</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/DPCPP-source-build-integration-with-oneapi/m-p/1444954#M2721</link>
      <description>&lt;P&gt;Thanks for the reply.&lt;/P&gt;
&lt;P&gt;I have a source build located in ~/sycl_workspace following &lt;A href="https://intel.github.io/llvm-docs/GetStartedGuide.html" target="_self"&gt;this guide&lt;/A&gt; ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but I'm not able to configure environment variables for this build.&lt;/P&gt;
&lt;P&gt;Is it possible to merge this build into the existing installation of OneAPI, so that I get something like:&lt;/P&gt;
&lt;P&gt;/opt/intel/oneapi/custom_env.sh&lt;/P&gt;
&lt;P&gt;/opt/intel/oneapi/compiler/CustomCompiler/linux/IntelDPCPP/IntelDPCPPConfig.cmake&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To elaborate, I'm having a hard time integrating my dpcpp source build with my Vscode Cmake-project.&lt;/P&gt;
&lt;P&gt;It would be nice to have the option of using custom builds with &lt;A href="https://github.com/intel/vscode-oneapi-environment-configurator" target="_self"&gt;environment configurator&lt;/A&gt; .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 11:12:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/DPCPP-source-build-integration-with-oneapi/m-p/1444954#M2721</guid>
      <dc:creator>Jonas5</dc:creator>
      <dc:date>2023-01-09T11:12:57Z</dc:date>
    </item>
    <item>
      <title>Re:DPCPP source build integration with oneapi</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/DPCPP-source-build-integration-with-oneapi/m-p/1445256#M2723</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;To integrate Intel OneAPI's DPCPP compiler to VSCode, we can use setvars.sh/vars.sh provided in the installation directory.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;But, we can see that you are trying to integrate opensource version of DPCPP. So, we suggest you to raise an issue in the below link as we only support Intel oneAPI products in this community.&lt;/P&gt;&lt;P&gt;Link: &lt;A href="https://github.com/oneapi-src/oneAPI-samples/issues" target="_blank"&gt;https://github.com/oneapi-src/oneAPI-samples/issues&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Jan 2023 07:11:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/DPCPP-source-build-integration-with-oneapi/m-p/1445256#M2723</guid>
      <dc:creator>SantoshY_Intel</dc:creator>
      <dc:date>2023-01-10T07:11:23Z</dc:date>
    </item>
    <item>
      <title>Re:DPCPP source build integration with oneapi</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/DPCPP-source-build-integration-with-oneapi/m-p/1446980#M2730</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We are closing this thread. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jan 2023 05:35:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/DPCPP-source-build-integration-with-oneapi/m-p/1446980#M2730</guid>
      <dc:creator>SantoshY_Intel</dc:creator>
      <dc:date>2023-01-16T05:35:02Z</dc:date>
    </item>
  </channel>
</rss>

