<?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:user space install possible? in Intel® oneAPI DPC++/C++ Compiler</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/user-space-install-possible/m-p/1290625#M1314</link>
    <description>&lt;P&gt;&amp;nbsp;Hi,&lt;/P&gt;&lt;P&gt;As we have not heard back from you, we are considering that your issue has been resolved and we have answered all your queries. So we will no longer respond to this thread. If you require additional assistance from Intel, please start a new thread. Any further interaction in this thread will be considered community only&lt;/P&gt;&lt;P&gt;Have a Good day!&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 17 Jun 2021 06:57:33 GMT</pubDate>
    <dc:creator>MaheshB_Intel</dc:creator>
    <dc:date>2021-06-17T06:57:33Z</dc:date>
    <item>
      <title>user space install possible?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/user-space-install-possible/m-p/1143821#M61</link>
      <description>&lt;P&gt;Any hope of installing OneAPI stuff (mostly just the Base/HPC) without root?&amp;nbsp; I'm mostly just interested in phase1:&amp;nbsp; DPC++ and some kernels and would be happy with just x86 (i.e. AVX) "acceleration".&amp;nbsp; Phase2: FPGA emulation would be step 2 if I could do that without having to install a bunch of system stuff.&amp;nbsp; Beyond that I know I'm stuck without system level install.&lt;/P&gt;&lt;P&gt;I stuck with CentOS7.7 and gcc/8.3.0 but I did a standard install to my home directory, dealt with missing readpath to set setvars.sh to work and lo and behold...&lt;/P&gt;
&lt;PRE class="brush:cpp; class-name:dark;"&gt;#include &amp;lt;iostream&amp;gt;
#include &amp;lt;CL/sycl.hpp&amp;gt;
namespace sycl = cl::sycl;
int
main(int argc, char *argv[])
{
  auto platforms = sycl::platform::get_platforms();
  std::cout &amp;lt;&amp;lt; platforms.size() &amp;lt;&amp;lt; " Platforms" &amp;lt;&amp;lt; std::endl;
  for (auto &amp;amp;platform : platforms) {
    std::cout &amp;lt;&amp;lt; "Platform: " 
        &amp;lt;&amp;lt; platform.get_info&amp;lt;sycl::info::platform::name&amp;gt;()
        &amp;lt;&amp;lt; std::endl;
  }
}
&lt;/PRE&gt;

&lt;P&gt;Outputs:&lt;/P&gt;

&lt;PRE class="brush:plain; class-name:dark; wrap-lines:false;"&gt;Platform: Intel(R) FPGA Emulation Platform for OpenCL(TM)
Platform: Intel(R) OpenCL
Platform: SYCL host platform^@compiA^@^@^@^@^@^@^@&amp;lt;90&amp;gt;±T^B^@^@^@^@ FPGA Emulation Platform for OpenCL(TM)^@ ;b^B^@^@^@^@A^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^Q^@^@^@^@^@^@^@ÿÿÿÿ&amp;lt;93&amp;gt;^?^@^@CL_CONFIG_DEVICES^@&amp;lt;88&amp;gt;Ù&amp;lt;93&amp;gt;^?^@^@^@^@^@^@^@^@^@^@!^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@G_DEVICES^@T^B^@^@^@^@!^@^@^@^@^@^@^@È&amp;lt;87&amp;gt;^DÙ&amp;lt;93&amp;gt;^?^@^@È&amp;lt;87&amp;gt;^DÙ&amp;lt;93&amp;gt;^?^@^@ ^@^@^@^@^@^@^@ ^@^@^@^@^@^@^@FissionableDevice^@^@^@^@^@^@^@1^@^@^@^@^@^@^@OpenCL 2.1 LINUX^@BLE_CONTEXT_TRACING^@21.¡&amp;lt;84&amp;gt;^M^@^@^@^@^@&amp;lt;88&amp;gt;&amp;lt;8f&amp;gt;^DÙ&amp;lt;93&amp;gt;^?^@^@&amp;lt;88&amp;gt;&amp;lt;8f&amp;gt;^DÙ&amp;lt;93&amp;gt;^?^@^@`²T^B^@^@^@^@`²T^B^@^@^@^@À¢T^B^@^@^@^@p²T^B^@^@^@^@^@...&lt;/PRE&gt;

&lt;P&gt;then segfaults.&lt;/P&gt;
&lt;P&gt;I did verify that OCL_ICD_VENDORS does finally work with these tools, but it actually didn't seem to make any difference as the tools seem to find something to work with even if there isn't any system wide OpenCL/vendors information available.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyway, I'm just curious about the potential.&amp;nbsp; If there's hope I'll keep trying, if not then it's time to dig out my laptop at home and conform.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 18:41:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/user-space-install-possible/m-p/1143821#M61</guid>
      <dc:creator>CFR</dc:creator>
      <dc:date>2019-11-20T18:41:01Z</dc:date>
    </item>
    <item>
      <title>Hi Craig,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/user-space-install-possible/m-p/1143822#M62</link>
      <description>&lt;P&gt;Hi Craig,&lt;/P&gt;&lt;P&gt;Thanks for reaching out to us. We are working on&amp;nbsp;this issue and will get back to you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kaleem&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2019 05:53:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/user-space-install-possible/m-p/1143822#M62</guid>
      <dc:creator>Kaleem_A_Intel</dc:creator>
      <dc:date>2019-11-21T05:53:57Z</dc:date>
    </item>
    <item>
      <title>Hi Craig,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/user-space-install-possible/m-p/1143823#M63</link>
      <description>&lt;P&gt;Hi Craig,&lt;/P&gt;&lt;P&gt;Yes, you can install non root without any issues for your use case. I installed it on a CentOS 7 machine under my home directory.&lt;BR /&gt;This is the output in my case -&lt;/P&gt;&lt;P&gt;./a.out&lt;BR /&gt;3 Platforms&lt;BR /&gt;Platform: Intel(R) FPGA Emulation Platform for OpenCL(TM)&lt;BR /&gt;Platform: Intel(R) OpenCL&lt;BR /&gt;Platform: SYCL host platform&lt;BR /&gt;Not sure why it segfaults in your case. Have you tried any other sample?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Varsha&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 22:22:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/user-space-install-possible/m-p/1143823#M63</guid>
      <dc:creator>Varsha_M_Intel</dc:creator>
      <dc:date>2019-11-25T22:22:35Z</dc:date>
    </item>
    <item>
      <title>Thanks.  So at least I know</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/user-space-install-possible/m-p/1143824#M64</link>
      <description>&lt;P&gt;Thanks.&amp;nbsp; So at least I know it _can_work.&amp;nbsp; In my case it looks like the "SYCL host platform" is an unterminated string but I think it's at a deeper level than I can control.&amp;nbsp; I'll certainly poke around.&lt;/P&gt;&lt;P&gt;Could you post which version of CentOS (uname -a, /etc/system-release) and which version of gcc (gcc --version)? (and maybe which version of OneAPI?)&lt;/P&gt;&lt;P&gt;I've been working toward upgrading my home laptop to Ubuntu 18.04 (and maybe using docker to isolate the OneAPI stuff), but I'm thinking there are others like me who are stuck w/ work/school IT infrastructure we can't change so it's worth documenting.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 22:56:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/user-space-install-possible/m-p/1143824#M64</guid>
      <dc:creator>CFR</dc:creator>
      <dc:date>2019-11-25T22:56:26Z</dc:date>
    </item>
    <item>
      <title>Hi, </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/user-space-install-possible/m-p/1143825#M65</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my system info-&lt;/P&gt;&lt;P&gt;-bash-4.2$ cat /etc/system-release&lt;BR /&gt;CentOS Linux release 7.6.1810 (Core)&lt;BR /&gt;-bash-4.2$ gcc --version&lt;BR /&gt;gcc (GCC) 5.5.0&lt;BR /&gt;-bash-4.2$ uname -a&lt;BR /&gt;&amp;nbsp;3.10.0-957.12.2.el7.x86_64&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I used 2021.1-beta03 version of oneAPI&lt;/P&gt;&lt;P&gt;-Varsha&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 23:52:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/user-space-install-possible/m-p/1143825#M65</guid>
      <dc:creator>Varsha_M_Intel</dc:creator>
      <dc:date>2019-11-25T23:52:35Z</dc:date>
    </item>
    <item>
      <title>Re:user space install possible?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/user-space-install-possible/m-p/1285841#M1243</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Could you please let us know if your issue is resolved? OR Could you please try on OneAPI 2021.2 and let us know ?&lt;/P&gt;&lt;P&gt;  thanks ,&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 31 May 2021 09:54:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/user-space-install-possible/m-p/1285841#M1243</guid>
      <dc:creator>MaheshB_Intel</dc:creator>
      <dc:date>2021-05-31T09:54:20Z</dc:date>
    </item>
    <item>
      <title>Re:user space install possible?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/user-space-install-possible/m-p/1290625#M1314</link>
      <description>&lt;P&gt;&amp;nbsp;Hi,&lt;/P&gt;&lt;P&gt;As we have not heard back from you, we are considering that your issue has been resolved and we have answered all your queries. So we will no longer respond to this thread. If you require additional assistance from Intel, please start a new thread. Any further interaction in this thread will be considered community only&lt;/P&gt;&lt;P&gt;Have a Good day!&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Jun 2021 06:57:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/user-space-install-possible/m-p/1290625#M1314</guid>
      <dc:creator>MaheshB_Intel</dc:creator>
      <dc:date>2021-06-17T06:57:33Z</dc:date>
    </item>
  </channel>
</rss>

