<?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: &amp;quot;InvalidBuiltinSetName: Expects OpenCL12, OpenCL20. Actual is OpenCL.&amp;quot; Error in Intel® oneAPI DPC++/C++ Compiler</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1455980#M3020</link>
    <description>&lt;P&gt;Hi Pendyala,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On downloading the suggested driver and installing it, the error goes away &lt;EM&gt;&lt;STRONG&gt;*only as long as the machine is not turned off*&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At this time, the output of sycl-ls --verbose is the left hand side of the diff.&lt;/P&gt;
&lt;P&gt;As soon as I reboot the machine, and try to run my program, the error reappears. The output of sysl-ls --verbose now is the right hand side of the diff.&lt;/P&gt;
&lt;P&gt;The diff itself can be viewed at:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.diffchecker.com/L4YBrtpD/" target="_self"&gt;https://www.diffchecker.com/L4YBrtpD/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, it seems like restarting the machine messes up with some configurations.&lt;/P&gt;</description>
    <pubDate>Wed, 15 Feb 2023 02:08:09 GMT</pubDate>
    <dc:creator>TryerGit</dc:creator>
    <dc:date>2023-02-15T02:08:09Z</dc:date>
    <item>
      <title>"InvalidBuiltinSetName: Expects OpenCL12, OpenCL20. Actual is OpenCL." Error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1454897#M3018</link>
      <description>&lt;P class="sub_section_element_selectors"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;I am step through the sample program provided at&amp;nbsp;&lt;/SPAN&gt;&lt;A class="sub_section_element_selectors" href="https://oneapi-src.github.io/DPCPP_Reference/model/sample-program.html" target="_blank" rel="noopener nofollow noreferrer"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;https://oneapi-src.github.io/DPCPP_Reference/model/sample-program.html&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;The code breaks at the following line:&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;queue q;&lt;/P&gt;
&lt;P&gt;q.submit([&amp;amp;](handler&amp;amp; h) {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; auto c_res = c_buf.get_access&amp;lt;access::mode::write&amp;gt;(h);&lt;BR /&gt;&amp;nbsp; &amp;nbsp; auto a_in = a_buf.get_access&amp;lt;access::mode::read&amp;gt;(h);&lt;BR /&gt;&amp;nbsp; &amp;nbsp; auto b_in = b_buf.get_access&amp;lt;access::mode::read&amp;gt;(h);&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; h.parallel_for(a_size,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [=](id&amp;lt;1&amp;gt; idx) {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; c_res[idx] = a_in[idx] + b_in[idx];&lt;BR /&gt;&amp;nbsp; &amp;nbsp; });&lt;BR /&gt;});&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;with the following output:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Platform: Intel(R) FPGA Emulation Platform for OpenCL(TM)&lt;BR /&gt;Device: Intel(R) FPGA Emulation Device&lt;BR /&gt;Platform: Intel(R) OpenCL&lt;BR /&gt;Device: Intel(R) Core(TM) i5-10200H CPU @ 2.40GHz&lt;BR /&gt;Platform: Intel(R) OpenCL HD Graphics&lt;BR /&gt;Device: Intel(R) UHD Graphics&lt;BR /&gt;InvalidBuiltinSetName: Expects OpenCL12, OpenCL20. Actual is OpenCL.DebugInfo.100 [Src: D:\qb\workspace\21461\source\gfx-driver\Source\IGC\AdaptorOCL\SPIRV\libSPIRV\SPIRVModule.cpp:565 SPIRVBuiltinSetNameMap::rfind(BuiltinSetName, &amp;amp;BuiltinSet) ]&lt;/P&gt;
&lt;P&gt;internal compiler error, abnormal program termination&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The versions of Visual Studio and Intel compilers are as follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Microsoft Visual Studio Community 2019&lt;BR /&gt;Version 16.11.23&lt;BR /&gt;VisualStudio.16.Release/16.11.23+33214.272&lt;BR /&gt;Microsoft .NET Framework&lt;BR /&gt;Version 4.8.04084&lt;/P&gt;
&lt;P&gt;Installed Version: Community&lt;/P&gt;
&lt;P&gt;Visual C++ 2019 00435-00000-00000-AA240&lt;BR /&gt;Microsoft Visual C++ 2019&lt;/P&gt;
&lt;P&gt;ASP.NET and Web Tools 2019 16.11.115.10959&lt;BR /&gt;ASP.NET and Web Tools 2019&lt;/P&gt;
&lt;P&gt;C# Tools 3.11.0-4.22108.8+d9bef045c4362fbcab27ef35daec4e95c8ff47e1&lt;BR /&gt;C# components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.&lt;/P&gt;
&lt;P&gt;Intel Libraries for oneAPI Package ID: w_oneAPI_2023.0.0.25839&lt;BR /&gt;Intel Libraries for oneAPI – toolkit version: 2023.0.0, extension version 23.0.0.16, Package ID: w_oneAPI_2023.0.0.25839, Copyright © 2019-2022 Intel Corporation. All rights reserved.&lt;BR /&gt;* Other names and brands may be claimed as the property of others.&lt;/P&gt;
&lt;P&gt;Intel® Advisor 2023.0 613505&lt;BR /&gt;Intel® Advisor 2023.0, (build 613505), Copyright © 2009-2023 Intel Corporation. All rights reserved.&lt;/P&gt;
&lt;P&gt;Intel® C++ Compiler Package ID: w_oneAPI_2023.0.0.25839&lt;BR /&gt;Intel® C++ Compiler – toolkit version: 2023.0.0, extension version 23.0.16, Package ID: w_oneAPI_2023.0.0.25839, Copyright © 2002-2022 Intel Corporation. All rights reserved.&lt;BR /&gt;* Other names and brands may be claimed as the property of others.&lt;/P&gt;
&lt;P&gt;Intel® C++ Compiler Classic Package ID: w_oneAPI_2023.0.0.25839&lt;BR /&gt;Intel® C++ Compiler Classic – toolkit version: 2023.0.0, extension version 19.2.11.16, Package ID: w_oneAPI_2023.0.0.25839, Copyright © 2002-2022 Intel Corporation. All rights reserved.&lt;BR /&gt;* Other names and brands may be claimed as the property of others.&lt;/P&gt;
&lt;P&gt;Intel® Inspector 2023.0 606330&lt;BR /&gt;Intel® Inspector 2023.0, (build 606330), Copyright © 2009-2023 Intel Corporation. All rights reserved.&lt;/P&gt;
&lt;P&gt;Intel® oneAPI DPC++ Compiler Package ID: w_oneAPI_2023.0.0.25839&lt;BR /&gt;Intel® oneAPI DPC++ Compiler – toolkit version: 2023.0.0, extension version 23.0.0.16, Package ID: w_oneAPI_2023.0.0.25839, Copyright © 2019-2022 Intel Corporation. All rights reserved.&lt;BR /&gt;* Other names and brands may be claimed as the property of others.&lt;/P&gt;
&lt;P&gt;Intel® oneAPI Menu &amp;amp; Samples 10.10.392.9731&lt;BR /&gt;Intel® oneAPI Visual Studio Menu &amp;amp; Samples Extension&lt;/P&gt;
&lt;P&gt;Intel® VTune™ Profiler 2023 1.3.3&lt;BR /&gt;Intel® VTune™ Profiler 2023, (build 1.3.3), Copyright © 2009-2022 Intel Corporation. All rights reserved.&lt;/P&gt;
&lt;P&gt;IntelliCode Extension 1.0&lt;BR /&gt;IntelliCode Visual Studio Extension Detailed Info&lt;/P&gt;
&lt;P&gt;Microsoft JVM Debugger 1.0&lt;BR /&gt;Provides support for connecting the Visual Studio debugger to JDWP compatible Java Virtual Machines&lt;/P&gt;
&lt;P&gt;Microsoft MI-Based Debugger 1.0&lt;BR /&gt;Provides support for connecting Visual Studio to MI compatible debuggers&lt;/P&gt;
&lt;P&gt;Microsoft Visual C++ Wizards 1.0&lt;BR /&gt;Microsoft Visual C++ Wizards&lt;/P&gt;
&lt;P&gt;Microsoft Visual Studio VC Package 1.0&lt;BR /&gt;Microsoft Visual Studio VC Package&lt;/P&gt;
&lt;P&gt;NuGet Package Manager 5.11.2&lt;BR /&gt;NuGet Package Manager in Visual Studio. For more information about NuGet, visit &lt;A href="https://docs.nuget.org/" target="_blank"&gt;https://docs.nuget.org/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;ProjectServicesPackage Extension 1.0&lt;BR /&gt;ProjectServicesPackage Visual Studio Extension Detailed Info&lt;/P&gt;
&lt;P&gt;Shortcut Exporter 1.0&lt;BR /&gt;Information about my package&lt;/P&gt;
&lt;P&gt;Snippet Designer 1.8.1&lt;BR /&gt;Snippet Designer is a Visual Studio plug in which allows you to create and search for snippets inside the IDE&lt;/P&gt;
&lt;P&gt;Test Adapter for Boost.Test 1.0&lt;BR /&gt;Enables Visual Studio's testing tools with unit tests written for Boost.Test. The use terms and Third Party Notices are available in the extension installation directory.&lt;/P&gt;
&lt;P&gt;Test Adapter for Google Test 1.0&lt;BR /&gt;Enables Visual Studio's testing tools with unit tests written for Google Test. The use terms and Third Party Notices are available in the extension installation directory.&lt;/P&gt;
&lt;P&gt;TypeScript Tools 16.0.30526.2002&lt;BR /&gt;TypeScript Tools for Microsoft Visual Studio&lt;/P&gt;
&lt;P&gt;Visual Basic Tools 3.11.0-4.22108.8+d9bef045c4362fbcab27ef35daec4e95c8ff47e1&lt;BR /&gt;Visual Basic components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.&lt;/P&gt;
&lt;P&gt;Visual Studio Code Debug Adapter Host Package 1.0&lt;BR /&gt;Interop layer for hosting Visual Studio Code debug adapters in Visual Studio&lt;/P&gt;
&lt;P&gt;Visual Studio Tools for CMake 1.0&lt;BR /&gt;Visual Studio Tools for CMake&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to fix this issue?&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 11:01:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1454897#M3018</guid>
      <dc:creator>TryerGit</dc:creator>
      <dc:date>2023-02-09T11:01:20Z</dc:date>
    </item>
    <item>
      <title>Re:"InvalidBuiltinSetName: Expects OpenCL12, OpenCL20. Actual is OpenCL." Error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1455467#M3019</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for posting in Intel Communities.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please try building your code after updating it to the latest driver?&lt;/P&gt;&lt;P&gt;Please refer to the below link for downloading the latest driver.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/download/19344/intel-graphics-windows-dch-drivers.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/download/19344/intel-graphics-windows-dch-drivers.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If this does not resolve your issue, could you please try executing the below command in the Intel oneAPI command prompt and share the result with us?&lt;/P&gt;&lt;P&gt;sycl-ls --verbose&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Pendyala Sesha Srinivas&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 11 Feb 2023 17:52:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1455467#M3019</guid>
      <dc:creator>SeshaP_Intel</dc:creator>
      <dc:date>2023-02-11T17:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: "InvalidBuiltinSetName: Expects OpenCL12, OpenCL20. Actual is OpenCL." Error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1455980#M3020</link>
      <description>&lt;P&gt;Hi Pendyala,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On downloading the suggested driver and installing it, the error goes away &lt;EM&gt;&lt;STRONG&gt;*only as long as the machine is not turned off*&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At this time, the output of sycl-ls --verbose is the left hand side of the diff.&lt;/P&gt;
&lt;P&gt;As soon as I reboot the machine, and try to run my program, the error reappears. The output of sysl-ls --verbose now is the right hand side of the diff.&lt;/P&gt;
&lt;P&gt;The diff itself can be viewed at:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.diffchecker.com/L4YBrtpD/" target="_self"&gt;https://www.diffchecker.com/L4YBrtpD/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, it seems like restarting the machine messes up with some configurations.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 02:08:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1455980#M3020</guid>
      <dc:creator>TryerGit</dc:creator>
      <dc:date>2023-02-15T02:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: "InvalidBuiltinSetName: Expects OpenCL12, OpenCL20. Actual is OpenCL." Error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1456865#M3021</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please try rebuilding your code after restarting your system and let us know the results?&lt;/P&gt;
&lt;P&gt;We cannot able to access your link. Could you please provide the error log in a text file?&lt;/P&gt;
&lt;P&gt;Could you please provide the OS and Hardware details you are using?&lt;/P&gt;
&lt;P&gt;To resolve the error you can also set the SYCL_DEVICE_FILTER to OpenCL so that SYCL runtime only loads the OpenCL backend.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;set SYCL_DEVICE_FILTER=opencl&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and Regards,&lt;/P&gt;
&lt;P&gt;Pendyala Sesha Srinivas&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 07:43:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1456865#M3021</guid>
      <dc:creator>SeshaP_Intel</dc:creator>
      <dc:date>2023-02-17T07:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: "InvalidBuiltinSetName: Expects OpenCL12, OpenCL20. Actual is OpenCL." Error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1457558#M3022</link>
      <description>&lt;P&gt;&lt;SPAN&gt;set SYCL_DEVICE_FILTER=opencl&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Doing the above does not work. The error appears again as I run the code after cleaning and rebuilding. The OS is windows 10, I am&amp;nbsp;using Visual Studio 2019 to compile and build the code. You also asked for hardware details -- what precisely do you want here? I believe the Intel CPU/GPU details should be available for your to examine below where I provide the output of sycl-ls verbose.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As you asked for, I attach the text files inline:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;sycl-ls --verbose output after running the updated driver install file but before restarting machine:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[opencl:acc:0] Intel(R) FPGA Emulation Platform for OpenCL(TM), Intel(R) FPGA Emulation Device 1.2 [2022.15.12.0.01_081451]&lt;BR /&gt;[opencl:cpu:1] Intel(R) OpenCL, Intel(R) Core(TM) i5-10200H CPU @ 2.40GHz 3.0 [2022.15.12.0.01_081451]&lt;BR /&gt;[opencl:gpu:2] Intel(R) OpenCL HD Graphics, Intel(R) UHD Graphics 3.0 [31.0.101.2114]&lt;BR /&gt;[ext_oneapi_level_zero:gpu:0] Intel(R) Level-Zero, Intel(R) UHD Graphics 1.3 [1.3.0]&lt;/P&gt;
&lt;P&gt;Platforms: 4&lt;BR /&gt;Platform [#1]:&lt;BR /&gt;Version : OpenCL 1.2 Intel(R) FPGA SDK for OpenCL(TM), Version 20.3&lt;BR /&gt;Name : Intel(R) FPGA Emulation Platform for OpenCL(TM)&lt;BR /&gt;Vendor : Intel(R) Corporation&lt;BR /&gt;Devices : 1&lt;BR /&gt;Device [#0]:&lt;BR /&gt;Type : acc&lt;BR /&gt;Version : 1.2&lt;BR /&gt;Name : Intel(R) FPGA Emulation Device&lt;BR /&gt;Vendor : Intel(R) Corporation&lt;BR /&gt;Driver : 2022.15.12.0.01_081451&lt;BR /&gt;Platform [#2]:&lt;BR /&gt;Version : OpenCL 3.0 WINDOWS&lt;BR /&gt;Name : Intel(R) OpenCL&lt;BR /&gt;Vendor : Intel(R) Corporation&lt;BR /&gt;Devices : 1&lt;BR /&gt;Device [#1]:&lt;BR /&gt;Type : cpu&lt;BR /&gt;Version : 3.0&lt;BR /&gt;Name : Intel(R) Core(TM) i5-10200H CPU @ 2.40GHz&lt;BR /&gt;Vendor : Intel(R) Corporation&lt;BR /&gt;Driver : 2022.15.12.0.01_081451&lt;BR /&gt;Platform [#3]:&lt;BR /&gt;Version : OpenCL 3.0&lt;BR /&gt;Name : Intel(R) OpenCL HD Graphics&lt;BR /&gt;Vendor : Intel(R) Corporation&lt;BR /&gt;Devices : 1&lt;BR /&gt;Device [#2]:&lt;BR /&gt;Type : gpu&lt;BR /&gt;Version : 3.0&lt;BR /&gt;Name : Intel(R) UHD Graphics&lt;BR /&gt;Vendor : Intel(R) Corporation&lt;BR /&gt;Driver : 31.0.101.2114&lt;BR /&gt;Platform [#4]:&lt;BR /&gt;Version : 1.3&lt;BR /&gt;Name : Intel(R) Level-Zero&lt;BR /&gt;Vendor : Intel(R) Corporation&lt;BR /&gt;Devices : 1&lt;BR /&gt;Device [#0]:&lt;BR /&gt;Type : gpu&lt;BR /&gt;Version : 1.3&lt;BR /&gt;Name : Intel(R) UHD Graphics&lt;BR /&gt;Vendor : Intel(R) Corporation&lt;BR /&gt;Driver : 1.3.0&lt;BR /&gt;default_selector() : gpu, Intel(R) Level-Zero, Intel(R) UHD Graphics 1.3 [1.3.0]&lt;BR /&gt;accelerator_selector() : acc, Intel(R) FPGA Emulation Platform for OpenCL(TM), Intel(R) FPGA Emulation Device 1.2 [2022.15.12.0.01_081451]&lt;BR /&gt;cpu_selector() : cpu, Intel(R) OpenCL, Intel(R) Core(TM) i5-10200H CPU @ 2.40GHz 3.0 [2022.15.12.0.01_081451]&lt;BR /&gt;gpu_selector() : gpu, Intel(R) Level-Zero, Intel(R) UHD Graphics 1.3 [1.3.0]&lt;BR /&gt;custom_selector(gpu) : gpu, Intel(R) Level-Zero, Intel(R) UHD Graphics 1.3 [1.3.0]&lt;BR /&gt;custom_selector(cpu) : cpu, Intel(R) OpenCL, Intel(R) Core(TM) i5-10200H CPU @ 2.40GHz 3.0 [2022.15.12.0.01_081451]&lt;BR /&gt;custom_selector(acc) : acc, Intel(R) FPGA Emulation Platform for OpenCL(TM), Intel(R) FPGA Emulation Device 1.2 [2022.15.12.0.01_081451]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;sycl-ls --verbose output after restarting machine:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[opencl:acc:0] Intel(R) FPGA Emulation Platform for OpenCL(TM), Intel(R) FPGA Emulation Device 1.2 [2022.15.12.0.01_081451]&lt;BR /&gt;[opencl:cpu:1] Intel(R) OpenCL, Intel(R) Core(TM) i5-10200H CPU @ 2.40GHz 3.0 [2022.15.12.0.01_081451]&lt;BR /&gt;[opencl:gpu:2] Intel(R) OpenCL HD Graphics, Intel(R) UHD Graphics 2.1 [27.20.100.8853]&lt;/P&gt;
&lt;P&gt;Platforms: 3&lt;BR /&gt;Platform [#1]:&lt;BR /&gt;Version : OpenCL 1.2 Intel(R) FPGA SDK for OpenCL(TM), Version 20.3&lt;BR /&gt;Name : Intel(R) FPGA Emulation Platform for OpenCL(TM)&lt;BR /&gt;Vendor : Intel(R) Corporation&lt;BR /&gt;Devices : 1&lt;BR /&gt;Device [#0]:&lt;BR /&gt;Type : acc&lt;BR /&gt;Version : 1.2&lt;BR /&gt;Name : Intel(R) FPGA Emulation Device&lt;BR /&gt;Vendor : Intel(R) Corporation&lt;BR /&gt;Driver : 2022.15.12.0.01_081451&lt;BR /&gt;Platform [#2]:&lt;BR /&gt;Version : OpenCL 3.0 WINDOWS&lt;BR /&gt;Name : Intel(R) OpenCL&lt;BR /&gt;Vendor : Intel(R) Corporation&lt;BR /&gt;Devices : 1&lt;BR /&gt;Device [#1]:&lt;BR /&gt;Type : cpu&lt;BR /&gt;Version : 3.0&lt;BR /&gt;Name : Intel(R) Core(TM) i5-10200H CPU @ 2.40GHz&lt;BR /&gt;Vendor : Intel(R) Corporation&lt;BR /&gt;Driver : 2022.15.12.0.01_081451&lt;BR /&gt;Platform [#3]:&lt;BR /&gt;Version : OpenCL 2.1&lt;BR /&gt;Name : Intel(R) OpenCL HD Graphics&lt;BR /&gt;Vendor : Intel(R) Corporation&lt;BR /&gt;Devices : 1&lt;BR /&gt;Device [#2]:&lt;BR /&gt;Type : gpu&lt;BR /&gt;Version : 2.1&lt;BR /&gt;Name : Intel(R) UHD Graphics&lt;BR /&gt;Vendor : Intel(R) Corporation&lt;BR /&gt;Driver : 27.20.100.8853&lt;BR /&gt;default_selector() : gpu, Intel(R) OpenCL HD Graphics, Intel(R) UHD Graphics 2.1 [27.20.100.8853]&lt;BR /&gt;accelerator_selector() : acc, Intel(R) FPGA Emulation Platform for OpenCL(TM), Intel(R) FPGA Emulation Device 1.2 [2022.15.12.0.01_081451]&lt;BR /&gt;cpu_selector() : cpu, Intel(R) OpenCL, Intel(R) Core(TM) i5-10200H CPU @ 2.40GHz 3.0 [2022.15.12.0.01_081451]&lt;BR /&gt;gpu_selector() : gpu, Intel(R) OpenCL HD Graphics, Intel(R) UHD Graphics 2.1 [27.20.100.8853]&lt;BR /&gt;custom_selector(gpu) : gpu, Intel(R) OpenCL HD Graphics, Intel(R) UHD Graphics 2.1 [27.20.100.8853]&lt;BR /&gt;custom_selector(cpu) : cpu, Intel(R) OpenCL, Intel(R) Core(TM) i5-10200H CPU @ 2.40GHz 3.0 [2022.15.12.0.01_081451]&lt;BR /&gt;custom_selector(acc) : acc, Intel(R) FPGA Emulation Platform for OpenCL(TM), Intel(R) FPGA Emulation Device 1.2 [2022.15.12.0.01_081451]&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 15:44:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1457558#M3022</guid>
      <dc:creator>TryerGit</dc:creator>
      <dc:date>2023-02-20T15:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: "InvalidBuiltinSetName: Expects OpenCL12, OpenCL20. Actual is OpenCL." Error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1459128#M3023</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can observe that the Intel(R) UHD Graphics device with level_zero backend is available in the sycl-ls output information before restarting the machine. Have you faced the same error before restarting the machine?&lt;/P&gt;
&lt;P&gt;Could you please try the below command in the Intel oneAPI command prompt for Intel 64 for Visual Studio 2022 and let us know the results?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;set SYCL_DEVICE_FILTER=opencl:gpu:2.0&lt;/LI-CODE&gt;
&lt;P&gt;If the error still persists, we would suggest you reinstall the Intel oneAPI Base Toolkit and Intel oneAPI HPC Toolkit after successful uninstallation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and Regards,&lt;/P&gt;
&lt;P&gt;Pendyala Sesha Srinivas&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2023 18:01:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1459128#M3023</guid>
      <dc:creator>SeshaP_Intel</dc:creator>
      <dc:date>2023-02-24T18:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: "InvalidBuiltinSetName: Expects OpenCL12, OpenCL20. Actual is OpenCL." Error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1459283#M3024</link>
      <description>&lt;P&gt;" Have you faced the same error before restarting the machine?"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I install the driver and have not yet restarted the machine, the executable builds and runs fine.(This is the first sycl-ls --verbose output in my message above)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is after restarting that this problem occurs (this is the second sycl-ls --verbose output in my message above).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried what you suggested below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;C:\Program Files (x86)\Intel\oneAPI&amp;gt;echo %SYCL_DEVICE_FILTER%&lt;BR /&gt;%SYCL_DEVICE_FILTER%&lt;/P&gt;
&lt;P&gt;C:\Program Files (x86)\Intel\oneAPI&amp;gt;set SYCL_DEVICE_FILTER=opencl:gpu:2.0&lt;/P&gt;
&lt;P&gt;C:\Program Files (x86)\Intel\oneAPI&amp;gt;echo %SYCL_DEVICE_FILTER%&lt;BR /&gt;opencl:gpu:2.0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yet the problem persists of not being able to run a DPCPP executable.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Feb 2023 03:22:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1459283#M3024</guid>
      <dc:creator>TryerGit</dc:creator>
      <dc:date>2023-02-25T03:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: "InvalidBuiltinSetName: Expects OpenCL12, OpenCL20. Actual is OpenCL." Error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1459485#M3025</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I installed the intel one API a few days ago. After the installation, the example DPCPPConsoleApplication1 was calculated correctly. &lt;BR /&gt;I then tried to add the Mathematical Kernel Library (mkl) to the linker, but this did not work. Therefore, I tried an example with the Microsoft APM c++. The following day I started the example DPCPPConsoleApplication1 again, this time the following error message appeared within this &lt;STRONG&gt;code snippet&lt;/STRONG&gt; :&lt;/P&gt;
&lt;P&gt;q.submit([&amp;amp;](handler&amp;amp; h) {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; accessor a(a_buf, h, read_only);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; accessor b(b_buf, h, read_only);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; accessor sum(sum_buf, h, write_only, no_init);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; h.parallel_for(num_items, [=](auto i) { sum[i] = a[i] + b[i]; });&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Error Message&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Running on device: Intel(R) UHD Graphics 630&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Vector size: 10000&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;InvalidBuiltinSetName: Expects OpenCL12, OpenCL20. Actual is OpenCL.DebugInfo.100 [Src: D:\qb\workspace\21461\source\gfx-driver\Source\IGC\AdaptorOCL\SPIRV\libSPIRV\SPIRVModule.cpp:565 SPIRVBuiltinSetNameMap::rfind(BuiltinSetName, &amp;amp;BuiltinSet) ]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;info: internal compiler error&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Compiler options&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;/Od /Zi /D "_DEBUG" /D "_UNICODE" /D "UNICODE" /WX- /MDd /std:c++17 /EHsc /W3 /nologo /Fo"x64\Debug\"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Linker options&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;/Fe"D:\Documents\Visual Studio 2019\source\repos\DPCPPConsoleApplication1\x64\Debug\DPCPPConsoleApplication1.exe" /WX- /nologo&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;C:\Program Files (x86)\Intel\oneAPI&amp;gt;sycl-ls --verbose&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[opencl:acc:0] Intel(R) FPGA Emulation Platform for OpenCL(TM), Intel(R) FPGA Emulation Device 1.2 [2022.15.12.0.01_081451]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[opencl:cpu:1] Intel(R) OpenCL, Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz 3.0 [2022.15.12.0.01_081451]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[opencl:gpu:2] Intel(R) OpenCL HD Graphics, Intel(R) UHD Graphics 630 2.1 [26.20.100.8141]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Platforms: 3&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Platform [#1]:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Version&amp;nbsp; : OpenCL 1.2 Intel(R) FPGA SDK for OpenCL(TM), Version 20.3&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Intel(R) FPGA Emulation Platform for OpenCL(TM)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Vendor&amp;nbsp;&amp;nbsp; : Intel(R) Corporation&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Devices&amp;nbsp; : 1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Device [#0]:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : acc&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Version&amp;nbsp;&amp;nbsp;&amp;nbsp; : 1.2&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Intel(R) FPGA Emulation Device&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Vendor&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Intel(R) Corporation&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Driver&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 2022.15.12.0.01_081451&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Platform [#2]:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Version&amp;nbsp; : OpenCL 3.0 WINDOWS&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Intel(R) OpenCL&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Vendor&amp;nbsp;&amp;nbsp; : Intel(R) Corporation&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;Devices&amp;nbsp; : 1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Device [#1]:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : cpu&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Version&amp;nbsp;&amp;nbsp;&amp;nbsp; : 3.0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Vendor&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Intel(R) Corporation&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Driver&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 2022.15.12.0.01_081451&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Platform [#3]:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Version&amp;nbsp; : OpenCL 2.1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Intel(R) OpenCL HD Graphics&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Vendor&amp;nbsp;&amp;nbsp; : Intel(R) Corporation&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Devices&amp;nbsp; : 1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Device [#2]:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : gpu&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Version&amp;nbsp;&amp;nbsp;&amp;nbsp; : 2.1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Intel(R) UHD Graphics 630&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Vendor&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Intel(R) Corporation&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Driver&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 26.20.100.8141&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;default_selector()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : gpu, Intel(R) OpenCL HD Graphics, Intel(R) UHD Graphics 630 2.1 [26.20.100.8141]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;accelerator_selector()&amp;nbsp; : acc, Intel(R) FPGA Emulation Platform for OpenCL(TM), Intel(R) FPGA Emulation Device 1.2 [2022.15.12.0.01_081451]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;cpu_selector()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : cpu, Intel(R) OpenCL, Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz 3.0 [2022.15.12.0.01_081451]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;gpu_selector()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : gpu, Intel(R) OpenCL HD Graphics, Intel(R) UHD Graphics 630 2.1 [26.20.100.8141]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;custom_selector(gpu)&amp;nbsp;&amp;nbsp;&amp;nbsp; : gpu, Intel(R) OpenCL HD Graphics, Intel(R) UHD Graphics 630 2.1 [26.20.100.8141]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;custom_selector(cpu)&amp;nbsp;&amp;nbsp;&amp;nbsp; : cpu, Intel(R) OpenCL, Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz 3.0 [2022.15.12.0.01_081451]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;custom_selector(acc)&amp;nbsp;&amp;nbsp;&amp;nbsp; : acc, Intel(R) FPGA Emulation Platform for OpenCL(TM), Intel(R) FPGA Emulation Device 1.2 [2022.15.12.0.01_081451]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I read in the forum that some users of the intel oneAPI have the same problem. Unfortunately, I have not yet been able to find a solution. &lt;BR /&gt;I would be very pleased if you could help me find a solution.&lt;BR /&gt;Thank you very much,&lt;/P&gt;
&lt;P&gt;Jörg&lt;/P&gt;
&lt;P&gt;Translated with &lt;A href="http://www.DeepL.com/Translator" target="_blank"&gt;www.DeepL.com/Translator&lt;/A&gt; (free version)&lt;/P&gt;</description>
      <pubDate>Sun, 26 Feb 2023 15:46:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1459485#M3025</guid>
      <dc:creator>Jörg_Kobarg</dc:creator>
      <dc:date>2023-02-26T15:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: "InvalidBuiltinSetName: Expects OpenCL12, OpenCL20. Actual is OpenCL." Error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1460932#M3026</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can observe that after restarting the system your Graphics version is 27.20.100.8853.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As suggested before could you please install the latest driver in your system and reinstall the Intel oneAPI Base Toolkit and Intel oneAPI HPC Toolkit after successful uninstallation to resolve the error?&lt;/P&gt;
&lt;P&gt;In addition could you please try installing the latest Visual Studio 2022 before installing oneAPI Base and HPC Toolkits?&lt;/P&gt;
&lt;P&gt;Please refer to the below link for downloading the latest driver.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/download/19344/intel-graphics-windows-dch-drivers.html" target="_blank" rel="noopener"&gt;https://www.intel.com/content/www/us/en/download/19344/intel-graphics-windows-dch-drivers.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and Regards,&lt;/P&gt;
&lt;P&gt;Pendyala Sesha Srinivas&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 07:08:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1460932#M3026</guid>
      <dc:creator>SeshaP_Intel</dc:creator>
      <dc:date>2023-03-02T07:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: "InvalidBuiltinSetName: Expects OpenCL12, OpenCL20. Actual is OpenCL." Error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1461127#M3027</link>
      <description>&lt;P&gt;This is a disappointing response. Reinstallation of IntelOneAPI is time consuming. Installation of Visual Studio 2022 (any edition of VS) is also notoriously time consuming. Throughout this thread even after reading your response, it is not clear what precisely the problem is. I doubt whether reinstallation will solve any issue because you have not indicated **why** you expect reinstallation to help -- what precisely will it fix? Which setting is going haywire? Is there a smaller code example that we can run to figure out what is amiss? For all we know, we could be doing this reinstallation again and again without knowing what precisely we are looking for.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have access to a different machine where I have Visual Studio 2019 but have not installed IntelOneAPI. Perhaps I can try there when I have time and motivation. In the meantime, I will postpone possible usage of DPC++.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 18:28:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1461127#M3027</guid>
      <dc:creator>TryerGit</dc:creator>
      <dc:date>2023-03-02T18:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: "InvalidBuiltinSetName: Expects OpenCL12, OpenCL20. Actual is OpenCL." Error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1461387#M3028</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;as I wrote in my post, the test example was finally run after updating the Intel drivers, because reinstalling Visual Studio and the oneApi did not lead to the hoped solution. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thus, on my computer, the following steps were necessary:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1) Uninstalling all Visual Studio Apps (vs 2019, vs Code),&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2) Uninstalling the Intel oneAPI,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;3) Installation of vs 2022 (v&lt;/SPAN&gt;&lt;SPAN&gt;ersion 17.5.1&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;4) Installing Intel oneAPI and lastly,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;5) updating the Intel drivers&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[opencl:acc:0] Intel(R) FPGA Emulation Platform for OpenCL(TM), Intel(R) FPGA Emulation Device 1.2 [2022.15.12.0.01_081451]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[opencl:cpu:1] Intel(R) OpenCL, Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz 3.0 [2022.15.12.0.01_081451]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[opencl:gpu:2] Intel(R) OpenCL HD Graphics, Intel(R) UHD Graphics 630 3.0 [31.0.101.2115]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[ext_oneapi_level_zero:gpu:0] Intel(R) Level-Zero, Intel(R) UHD Graphics 630 1.3 [1.3.0]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I kept the compiler and linker settings unchanged from Visual Studio 2022.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please try the &lt;STRONG&gt;vector-add&lt;/STRONG&gt; sample, which is included in the AppData\Local\Intel\oneapi\Samples\Archive directory.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Translated with &lt;A href="http://www.DeepL.com/Translator" target="_blank"&gt;www.DeepL.com/Translator&lt;/A&gt; (free version)&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;Jörg&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 08:52:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1461387#M3028</guid>
      <dc:creator>Jörg_Kobarg</dc:creator>
      <dc:date>2023-03-03T08:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: "InvalidBuiltinSetName: Expects OpenCL12, OpenCL20. Actual is OpenCL." Error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1463136#M3029</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry for the inconvenience caused. As your Graphics version is downgraded to 27.20.100.8853 from 31.0.101.2114 after restarting the system.&lt;/P&gt;
&lt;P&gt;So we have suggested installing the latest driver in your system. Please find the below link for downloading the latest driver.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/download/19344/intel-graphics-windows-dch-drivers.html" target="_blank" rel="noopener"&gt;https://www.intel.com/content/www/us/en/download/19344/intel-graphics-windows-dch-drivers.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also could you please try running the below command in the Intel oneAPI command prompt for Intel 64 for Visual Studio 2022 and let us know the results by running the application?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;set SYCL_DEVICE_FILTER=2&lt;/LI-CODE&gt;
&lt;P&gt;You can also see the &lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/278823"&gt;@Jörg_Kobarg&lt;/a&gt; result. The issue got resolved after upgrading to the latest graphics driver version.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and Regards,&lt;/P&gt;
&lt;P&gt;Pendyala Sesha Srinivas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 06:44:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1463136#M3029</guid>
      <dc:creator>SeshaP_Intel</dc:creator>
      <dc:date>2023-03-08T06:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: "InvalidBuiltinSetName: Expects OpenCL12, OpenCL20. Actual is OpenCL." Error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1463179#M3030</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you for your reply, I have solved the issue in the meantime and posted a message about this.&lt;/P&gt;
&lt;P&gt;See &amp;nbsp;&lt;A href="https://community.intel.com/t5/Intel-oneAPI-Data-Parallel-C/Problem-solved-with-Visual-Studio-and-one-API/m-p/1460986/emcs_t/S2h8ZW1haWx8dG9waWNfc3Vic2NyaXB0aW9ufExFUVdMQVdTUVFUREVJfDE0NjA5ODZ8U1VCU0NSSVBUSU9OU3xoSw#M2868" target="_blank"&gt;Re:Problem solved with Visual Studio and one API&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I say goodbye from this thread.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;BR /&gt;Jörg Kobarg&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 09:03:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1463179#M3030</guid>
      <dc:creator>Jörg_Kobarg</dc:creator>
      <dc:date>2023-03-08T09:03:43Z</dc:date>
    </item>
    <item>
      <title>Re:"InvalidBuiltinSetName: Expects OpenCL12, OpenCL20. Actual is OpenCL." Error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1465417#M3031</link>
      <description>&lt;P&gt;Hi TryerGit,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We haven't heard back from you. Could you please provide an update on your issue?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Pendyala Sesha Srinivas&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Mar 2023 06:36:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1465417#M3031</guid>
      <dc:creator>SeshaP_Intel</dc:creator>
      <dc:date>2023-03-14T06:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Re:"InvalidBuiltinSetName: Expects OpenCL12, OpenCL20. Actual is OpenCL." Error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1465508#M3032</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I will not be able to uninstall VS2019 on my machine and install VS2022 and uninstall OneAPI and then reinstall OneAPI and then uninstall old GPU drivers and reinstall new GPU drivers since (1) OneAPI installation provides option to integrate with VS2019 and hence VS2019 should be supported or else the documentation should be updated to indicate that only VS2022 is supported (&lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/get-started-with-intel-oneapi-base-windows/top/run-a-sample-project-using-an-ide.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/develop/documentation/get-started-with-intel-oneapi-base-windows/top/run-a-sample-project-using-an-ide.html&lt;/A&gt; indicates that Visual Studio 2019 is supported) (2) my time is limited and unfortunately it would be difficult for me to uninstall and reinstall 3 different and big softwares (Visual Studio, OneAPI, Graphics drivers).&lt;/P&gt;
&lt;P&gt;Do close this thread/stop monitoring this thread if that is part of your operating procedure.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 10:34:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1465508#M3032</guid>
      <dc:creator>TryerGit</dc:creator>
      <dc:date>2023-03-14T10:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: "InvalidBuiltinSetName: Expects OpenCL12, OpenCL20. Actual is OpenCL." Error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1467147#M3033</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We know your time was valuable. We are trying to resolve your issue as soon as possible.&lt;/P&gt;
&lt;P&gt;Yes, Visual Studio 2019 is still compatible with Intel oneAPI 2023.0.&lt;/P&gt;
&lt;P&gt;You need not install all 3 softwares. Please try upgrading to the latest graphics driver version and let us know the result.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and Regards,&lt;/P&gt;
&lt;P&gt;Pendyala Sesha Srinivas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2023 17:07:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1467147#M3033</guid>
      <dc:creator>SeshaP_Intel</dc:creator>
      <dc:date>2023-03-17T17:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: "InvalidBuiltinSetName: Expects OpenCL12, OpenCL20. Actual is OpenCL." Error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1467283#M3034</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I already tried that. The outcome is that the code in the OP works only as long as the machine is not shut off and rebooted. Once rebooted, the issue reappears. Based on this, you had suggested me to give the output of sycl-ls --verbose in both cases.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The output of sycl-ls --verbose in case the machine is not restarted yet (after installing the latest drivers) is different from the output of sycl-ls --verbose after restarting the machine. I have already provided this output as a link to diffchecker so that the difference is easily visible. You had stated that you could not access the diffchecker link so I had posted the two different output inline as messages in this thread already.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Mar 2023 03:25:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1467283#M3034</guid>
      <dc:creator>TryerGit</dc:creator>
      <dc:date>2023-03-18T03:25:56Z</dc:date>
    </item>
    <item>
      <title>Re:"InvalidBuiltinSetName: Expects OpenCL12, OpenCL20. Actual is OpenCL." Error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1467620#M3035</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;As your facing issue related to Graphics Driver installation and not having any problem with oneAPI, we are moving this thread to relevant team to assist you.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Pendyala Sesha Srinivas&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Mar 2023 07:15:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1467620#M3035</guid>
      <dc:creator>SeshaP_Intel</dc:creator>
      <dc:date>2023-03-20T07:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: "InvalidBuiltinSetName: Expects OpenCL12, OpenCL20. Actual is OpenCL." Error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1472276#M3036</link>
      <description>&lt;P&gt;I was contacted by email by Intel support staff:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In response to their email, where they asked specific questions, my email was returned as undeliverable due to the following reason:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"Thank you for contacting Intel Corporation. We were unable to deliver your email because the email does not appear to be related to an existing case. If you are contacting us regarding an existing issue and you already have a case, please reply to the original email you received from us, including all text. If you would like to contact us regarding a new issue, please visit our web site (&lt;/SPAN&gt;&lt;A href="http://www.intel.com/feedback.htm" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=http://www.intel.com/feedback.htm&amp;amp;source=gmail&amp;amp;ust=1680503772306000&amp;amp;usg=AOvVaw1cEBf7ywox-tut0u87Al0y"&gt;http://www.intel.com/&lt;WBR /&gt;feedback.htm&lt;/A&gt;&lt;SPAN&gt;) to initiate a support request or review our self-help content. Thank you."&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In any case, I paste below the email I wrote in the hope that it reaches the relevant folks.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;----begin paste----&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please see answers inline below.&lt;SPAN class="im"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; 1. Can you provide more details about your goal? Do you need help with drivers? Or is it for something else?&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;My goal is to get the following code to run in Visual Studio 2019.&lt;BR /&gt;&lt;BR /&gt;// Copyright (C) 2020 Intel Corporation&lt;BR /&gt;&lt;BR /&gt;// SPDX-License-Identifier: MIT&lt;BR /&gt;&lt;BR /&gt;#include &amp;lt;sycl/sycl.hpp&amp;gt;&lt;BR /&gt;#include &amp;lt;array&amp;gt;&lt;BR /&gt;using namespace sycl;&lt;BR /&gt;constexpr int N = 42;&lt;BR /&gt;&lt;BR /&gt;int main() {&lt;BR /&gt;&amp;nbsp; std::array&amp;lt;int,N&amp;gt; my_data;&lt;BR /&gt;&amp;nbsp; for (int i = 0; i &amp;lt; N; i++)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; my_data[i] = 0;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; queue q;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; buffer my_buffer(my_data);&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; q.submit([&amp;amp;](handler &amp;amp;h) {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // create an accessor to update&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // the buffer on the device&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; accessor my_accessor(my_buffer, h);&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; h.parallel_for(N, [=](id&amp;lt;1&amp;gt; i) {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; my_accessor[i]++;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; });&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; });&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; // create host accessor&lt;BR /&gt;&amp;nbsp; &amp;nbsp; host_accessor host_accessor(my_buffer);&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; for (int i = 0; i &amp;lt; N; i++) {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; // access myBuffer on host&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; std::cout &amp;lt;&amp;lt; host_accessor[i] &amp;lt;&amp;lt; " ";&lt;BR /&gt;&amp;nbsp; &amp;nbsp; }&lt;BR /&gt;&amp;nbsp; &amp;nbsp; std::cout &amp;lt;&amp;lt; "\n";&lt;BR /&gt;&amp;nbsp; }&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; // myData is updated when myBuffer is&lt;BR /&gt;&amp;nbsp; // destroyed upon exiting scope&lt;BR /&gt;&amp;nbsp; for (int i = 0; i &amp;lt; N; i++) {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; std::cout &amp;lt;&amp;lt; my_data[i] &amp;lt;&amp;lt; " ";&lt;BR /&gt;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp; std::cout &amp;lt;&amp;lt; "\n";&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;I am unable to do so because the line q.submit( ..... ) breaks with the error:&lt;SPAN class="im"&gt;&lt;BR /&gt;&lt;BR /&gt;InvalidBuiltinSetName: Expects OpenCL12, OpenCL20. Actual is&lt;BR /&gt;OpenCL.DebugInfo.100 [Src:&lt;BR /&gt;D:\qb\workspace\21461\source\g&lt;WBR /&gt;fx-driver\Source\IGC\AdaptorOC&lt;WBR /&gt;L\SPIRV\libSPIRV\SPIRVModule.&lt;WBR /&gt;cpp:565&lt;BR /&gt;SPIRVBuiltinSetNameMap::rfind(&lt;WBR /&gt;BuiltinSetName, &amp;amp;BuiltinSet) ]&lt;BR /&gt;internal compiler error, abnormal program termination&lt;BR /&gt;&lt;BR /&gt;&amp;gt; 2. Are you using the Intel® FPGA Emulation Platform for OpenCL™?&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;I am using Visual Studio 2019 and IntelOneAPI with DPCPP compiler support.&lt;SPAN class="im"&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; 3. Are you using a laptop or desktop computer? What is teh model of the laptop or motherboard (if desktop)?&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Laptop. The model is&lt;BR /&gt;&lt;BR /&gt;Processor Intel(R) Core(TM) i5-10200H CPU @ 2.40GHz&amp;nbsp; &amp;nbsp;2.40 GHz&lt;BR /&gt;Installed RAM 16.0 GB (15.8 GB usable)&lt;BR /&gt;Device ID AF3B8166-8D90-4DFD-92B8-055AEA&lt;WBR /&gt;6A0F2F&lt;BR /&gt;Product ID 00327-35930-57810-AAOEM&lt;BR /&gt;System type 64-bit operating system, x64-based processor&lt;SPAN class="im"&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; 4. Just to confirm, are you using the Intel® Core™ i5-10200H Processor?&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Yes, see above.&lt;SPAN class="im"&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; 5. What is the operating system installed, as well as the version and build?&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Windows 10&lt;BR /&gt;&lt;BR /&gt;Edition Windows 10 Home Single Language&lt;BR /&gt;Version 21H2&lt;BR /&gt;Installed on ‎09-‎09-‎2021&lt;BR /&gt;OS build 19044.2728&lt;BR /&gt;Experience Windows Feature Experience Pack 120.2212.4190.0&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2023 06:41:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1472276#M3036</guid>
      <dc:creator>TryerGit</dc:creator>
      <dc:date>2023-04-02T06:41:33Z</dc:date>
    </item>
    <item>
      <title>Re:"InvalidBuiltinSetName: Expects OpenCL12, OpenCL20. Actual is OpenCL." Error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1473379#M3037</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for your patience. We have created a new case for you, this issue will be addressed by the concerned team in the below link.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.intel.com/t5/Graphics/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1473370#M115997" target="_blank"&gt;https://community.intel.com/t5/Graphics/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1473370#M115997&lt;/A&gt;&lt;/P&gt;&lt;P&gt;We are closing this case for now. Please post a new question if you face any DPC++ issues in the Intel® oneAPI DPC++ Compiler forum after upgrading the Graphics drivers.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Pendyala Sesha Srinivas&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Apr 2023 07:35:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/quot-InvalidBuiltinSetName-Expects-OpenCL12-OpenCL20-Actual-is/m-p/1473379#M3037</guid>
      <dc:creator>SeshaP_Intel</dc:creator>
      <dc:date>2023-04-05T07:35:41Z</dc:date>
    </item>
  </channel>
</rss>

