<?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:Issues with oneAPI Base toolkit in Intel® oneAPI DPC++/C++ Compiler</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1288101#M1274</link>
    <description>&lt;P&gt;Let's close this case. 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;Thanks,&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 08 Jun 2021 14:12:39 GMT</pubDate>
    <dc:creator>Viet_H_Intel</dc:creator>
    <dc:date>2021-06-08T14:12:39Z</dc:date>
    <item>
      <title>Issues with oneAPI Base toolkit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1269758#M1054</link>
      <description>&lt;P&gt;First I tried installing the toolkit on a Windows 7 machine.&amp;nbsp; The installation failed immediately because api-ms-win-shcore-scaling-l1-1-1.dll was missing.&lt;/P&gt;
&lt;P&gt;I then installed successfully on a Windows 10 machine.&amp;nbsp; I don't know if this is because it's W10 or because it also has VS 2019 installed.&amp;nbsp; Anyway, so far so good.&lt;/P&gt;
&lt;P&gt;I built the vector-add sample program (I first had to unset 'read-only' on the directory to allow mkdir), but when I run it the program fails:&lt;/P&gt;
&lt;P&gt;info: internal compiler error&lt;/P&gt;
&lt;P&gt;NMAKE : fatal error U1077: '.\vector-add-buffers.exe' : return code '0x01'&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 21:17:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1269758#M1054</guid>
      <dc:creator>gib</dc:creator>
      <dc:date>2021-03-31T21:17:50Z</dc:date>
    </item>
    <item>
      <title>Re:Issues with oneAPI Base toolkit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1269918#M1055</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Windows 7 is not supported by oneAPI. Please check the system requirements here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-base-toolkit-system-requirements.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-base-toolkit-system-requirements.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please specify your Visual Studio version on Windows 10?&lt;/P&gt;&lt;P&gt;Also, mention the steps you have followed to build/run the sample.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please refer to the link below to build/run the samples on the command line:&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/get-started-with-intel-oneapi-base-windows/top/run-a-sample-project-using-the-visual-studio-command-line.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/documentation/get-started-with-intel-oneapi-base-windows/top/run-a-sample-project-using-the-visual-studio-command-line.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Get started link (Windows):&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/get-started-with-intel-oneapi-base-windows/top.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/documentation/get-started-with-intel-oneapi-base-windows/top.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Apr 2021 09:49:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1269918#M1055</guid>
      <dc:creator>RahulV_intel</dc:creator>
      <dc:date>2021-04-01T09:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Issues with oneAPI Base toolkit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1270057#M1056</link>
      <description>&lt;P&gt;Thanks for responding, Rahul.&lt;/P&gt;
&lt;P&gt;I followed these command line build and run instructions:&lt;/P&gt;
&lt;P&gt;To build: nmake -f makefile.win&lt;/P&gt;
&lt;P&gt;To run: nmake -f makefile.win run&lt;/P&gt;
&lt;P&gt;The build was successful, creating vector-add-buffers.exe (339 KB)&lt;/P&gt;
&lt;P&gt;I have both VS2012 and VS2019 - I don't know which nmake was used.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For some reason two VS project files were created, vector-add-buffers.vcxproj and vector-add-usm.vcxproj.&amp;nbsp; They both contain the same two projects, and build x64\release\vector-add-buffers.exe and x64\release\vector-add-usm.exe.&lt;/P&gt;
&lt;P&gt;I can't recall where I saw the instructions to use nmake for the build and run, but now I have done this with MSBuild:&lt;/P&gt;
&lt;P&gt;MSBuild vector-add.sln /t:Rebuild /p:Configuration="Release"&lt;/P&gt;
&lt;P&gt;This uses VS2019 creates vector-add-buffers.exe and vector-add-usm.exe, but not vector-add.exe.&amp;nbsp; There is one warning but no errors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 19:16:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1270057#M1056</guid>
      <dc:creator>gib</dc:creator>
      <dc:date>2021-04-01T19:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with oneAPI Base toolkit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1271973#M1075</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;&amp;gt;&amp;gt;This uses VS2019 creates vector-add-buffers.exe and vector-add-usm.exe, but not vector-add.exe.&amp;nbsp;There is one warning but no errors.&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;Does it run in the scenario or are you facing the same issue again?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please try to build/run the simple vector add code below:&lt;/P&gt;
&lt;LI-CODE lang="cpp"&gt;#include &amp;lt;CL/sycl.hpp&amp;gt;
#include &amp;lt;iostream&amp;gt;
#include &amp;lt;vector&amp;gt;

using namespace sycl;

#define size 1024

int main() {
    std::vector&amp;lt;int&amp;gt; A(size, size), B(size, size), C(size, 0);

    { //SYCL scope begins
        queue q;
        range&amp;lt;1&amp;gt; R(size);
        buffer&amp;lt;int,1&amp;gt; buffA(A.data(), R);
        buffer&amp;lt;int,1&amp;gt; buffB(B.data(), R);
        buffer&amp;lt;int,1&amp;gt; buffC(C.data(), R);
		std::cout&amp;lt;&amp;lt; "Running on: "&amp;lt;&amp;lt;q.get_device().get_info&amp;lt;info::device::name&amp;gt;()&amp;lt;&amp;lt;"\n";
        q.submit([&amp;amp;](handler &amp;amp;cgh) {
            auto acc_buffA = buffA.get_access&amp;lt;access::mode::read&amp;gt;(cgh);
            auto acc_buffB = buffB.get_access&amp;lt;access::mode::read&amp;gt;(cgh);
            auto acc_buffC = buffC.get_access&amp;lt;access::mode::write&amp;gt;(cgh);
            cgh.parallel_for(R, [=](id&amp;lt;1&amp;gt; i) {
                acc_buffC[i] = acc_buffA[i] + acc_buffB[i];
                }
            );
        });
    } //SYCL scope ends

    std::vector&amp;lt;int&amp;gt; vecValidate(size, 2*size);
    (C==vecValidate) ? std::cout &amp;lt;&amp;lt; "Success\n" : std::cout&amp;lt;&amp;lt;"Failure\n";
    return 0;
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steps to build and run the code:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Open the &lt;STRONG&gt;"Intel oneAPI command prompt for Visual Studio-19"&lt;/STRONG&gt; in order to automatically source the oneAPI environment.&lt;/LI&gt;
&lt;LI&gt;If you do not find the oneAPI command prompt, to manually source the oneAPi environment, open the usual Microsoft command prompt and execute the below command (From oneAPI_root installation directory):&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI-CODE lang="markup"&gt;cd "C:\Program Files (x86)\Intel\oneAPI" &amp;amp;&amp;amp; setvars.bat&lt;/LI-CODE&gt;
&lt;UL&gt;
&lt;LI&gt;To build and run:&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI-CODE lang="markup"&gt;dpcpp simplevecadd.cpp -o sva.exe &amp;amp;&amp;amp; sva.exe&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let us know if you face any issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Rahul&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 07:57:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1271973#M1075</guid>
      <dc:creator>RahulV_intel</dc:creator>
      <dc:date>2021-04-08T07:57:11Z</dc:date>
    </item>
    <item>
      <title>Re:Issues with oneAPI Base toolkit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1273736#M1094</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Were you able to run the vector-add code sample? (attached in the previous post)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Let us know if you face any 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;Thanks,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Apr 2021 06:32:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1273736#M1094</guid>
      <dc:creator>RahulV_intel</dc:creator>
      <dc:date>2021-04-15T06:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Issues with oneAPI Base toolkit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1274023#M1099</link>
      <description>&lt;P&gt;Hi Rahul,&lt;/P&gt;
&lt;DIV style="color: black; font-size: 12pt; font-family: Calibri,Arial,Helvetica,sans-serif;"&gt;Problems persist.&lt;/DIV&gt;
&lt;DIV style="color: black; font-size: 12pt; font-family: Calibri,Arial,Helvetica,sans-serif;"&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;&amp;nbsp;I tried to make the directory for vector-add a subdirectory of oneAPI.&amp;nbsp; I did not have permission for this.&amp;nbsp; So I created that directory first, then ran oneapi-cli again.&amp;nbsp; This led to another permission issue - no permission to write there.&amp;nbsp; So I changed the permissions and was able to run oneapi-cli and finally run MSBUILD.&amp;nbsp; I have attached the output from the build.&amp;nbsp; Both vector-add-buffers.exe and vector-add-usm.exe are created.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;When I run either of the executables I get an error message saying that sycl.dll is not found.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN&gt;I should add (in case it's not obvious) that I didn't install oneAPI at the default location, because my C drive is pretty full. Instead I installed it at F:\oneAPI.&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class="_3U2q6dcdZCrTrR_42Nxby JWNdg1hee9_Rz6bIGvG1c allowTextSelection"&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV dir="ltr"&gt;
&lt;DIV style="color: black; font-size: 12pt; font-family: Calibri,Arial,Helvetica,sans-serif;"&gt;I added the location of sycl.dll (F:\oneapi\compiler\2021.2.0\windows\bin) to the PATH, and now the execution fails in a different way:&lt;/DIV&gt;
&lt;DIV style="color: black; font-size: 12pt; font-family: Calibri,Arial,Helvetica,sans-serif;"&gt;The application was unable to start correctly (0xc000007b).&lt;/DIV&gt;
&lt;DIV style="color: black; font-size: 12pt; font-family: Calibri,Arial,Helvetica,sans-serif;"&gt;At this stage I would usually run Dependency Walker, but it doesn't work with Windows 10.&amp;nbsp; Suggestions?&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 15 Apr 2021 23:58:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1274023#M1099</guid>
      <dc:creator>gib</dc:creator>
      <dc:date>2021-04-15T23:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Issues with oneAPI Base toolkit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1274037#M1100</link>
      <description>&lt;P&gt;I increased the permissions on the bin directory, and now both executables fail with a different message - an exception is caught.&lt;/P&gt;
&lt;P&gt;The permissions issues are a pain, because the user doesn't know what is needed.&amp;nbsp; I have never had this problem before when installing software.&amp;nbsp; Maybe it works on Linux but nobody has paid much attention to Windows.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Apr 2021 01:43:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1274037#M1100</guid>
      <dc:creator>gib</dc:creator>
      <dc:date>2021-04-16T01:43:08Z</dc:date>
    </item>
    <item>
      <title>Re:Issues with oneAPI Base toolkit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1274955#M1111</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; &lt;I&gt;The permissions issues are a pain because the user doesn't know what is needed.&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Running the command prompt as an administrator might help in this case. (Right-click on the cmd application and select "Run as administrator")&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&lt;I&gt; I increased the permissions on the bin directory, and now both executables fail with a different message - an exception is caught.&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please attach a screenshot of the message displayed?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Apr 2021 05:40:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1274955#M1111</guid>
      <dc:creator>RahulV_intel</dc:creator>
      <dc:date>2021-04-20T05:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Issues with oneAPI Base toolkit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1275015#M1112</link>
      <description>&lt;P&gt;Error message attached&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 08:40:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1275015#M1112</guid>
      <dc:creator>gib</dc:creator>
      <dc:date>2021-04-20T08:40:56Z</dc:date>
    </item>
    <item>
      <title>Re:Issues with oneAPI Base toolkit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1276512#M1125</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please attach the SYCL_PI_TRACE logs by setting the environment variable as follows:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;set SYCL_PI_TRACE=2&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Once you set this environment variable, run the executable as usual to see the Debug output.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Apr 2021 06:36:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1276512#M1125</guid>
      <dc:creator>RahulV_intel</dc:creator>
      <dc:date>2021-04-26T06:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Issues with oneAPI Base toolkit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1276519#M1127</link>
      <description>&lt;P&gt;There is no output.&amp;nbsp; It would help if you told me where to find the log file.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 06:52:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1276519#M1127</guid>
      <dc:creator>gib</dc:creator>
      <dc:date>2021-04-26T06:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with oneAPI Base toolkit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1277284#M1131</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since you are facing the issues at runtime, the SYCL_PI_TRACE log will contain information about the low-level API invoked during runtime.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RahulV_intel_0-1620107859842.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/16614i229028964D4D2E66/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="RahulV_intel_0-1620107859842.png" alt="RahulV_intel_0-1620107859842.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please redirect the output to a text file and attach the same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Command:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;set SYCL_PI_TRACE=2 &amp;amp;&amp;amp; your_app.exe&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Rahul&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 05:57:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1277284#M1131</guid>
      <dc:creator>RahulV_intel</dc:creator>
      <dc:date>2021-05-04T05:57:54Z</dc:date>
    </item>
    <item>
      <title>Re:Issues with oneAPI Base toolkit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1279288#M1140</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Just a quick reminder to attach the PI_TRACE logs.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 May 2021 05:38:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1279288#M1140</guid>
      <dc:creator>RahulV_intel</dc:creator>
      <dc:date>2021-05-06T05:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Issues with oneAPI Base toolkit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1279296#M1141</link>
      <description>&lt;P&gt;As I said before, I do not know where to find these logs.&amp;nbsp; There is no program output as it fails immediately.&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 05:51:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1279296#M1141</guid>
      <dc:creator>gib</dc:creator>
      <dc:date>2021-05-06T05:51:17Z</dc:date>
    </item>
    <item>
      <title>Re:Issues with oneAPI Base toolkit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1280249#M1145</link>
      <description>&lt;P&gt;Can you let us know which version of VS2019 you have? &lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 May 2021 15:03:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1280249#M1145</guid>
      <dc:creator>Viet_H_Intel</dc:creator>
      <dc:date>2021-05-10T15:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with oneAPI Base toolkit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1283545#M1171</link>
      <description>&lt;P&gt;Is your issue resolved? if not, can you let us know which VS2019 version you are currently using? The reason I asked is because some versions of VS are not yet supported by Intel compiler. Please see this link&amp;nbsp;&lt;A href="https://software.intel.com/content/www/us/en/develop/articles/intel-compilers-compatibility-with-microsoft-visual-studio-and-xcode.html" target="_blank" rel="noopener"&gt;https://software.intel.com/content/www/us/en/develop/articles/intel-compilers-compatibility-with-microsoft-visual-studio-and-xcode.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 12:47:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1283545#M1171</guid>
      <dc:creator>Viet_H_Intel</dc:creator>
      <dc:date>2021-05-21T12:47:58Z</dc:date>
    </item>
    <item>
      <title>Re:Issues with oneAPI Base toolkit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1286576#M1253</link>
      <description>&lt;P&gt;Let us know if you still having issue. If not, we would like to close this thread in the next few days.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jun 2021 16:18:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1286576#M1253</guid>
      <dc:creator>Viet_H_Intel</dc:creator>
      <dc:date>2021-06-02T16:18:31Z</dc:date>
    </item>
    <item>
      <title>Re:Issues with oneAPI Base toolkit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1288101#M1274</link>
      <description>&lt;P&gt;Let's close this case. 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;Thanks,&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jun 2021 14:12:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Issues-with-oneAPI-Base-toolkit/m-p/1288101#M1274</guid>
      <dc:creator>Viet_H_Intel</dc:creator>
      <dc:date>2021-06-08T14:12:39Z</dc:date>
    </item>
  </channel>
</rss>

