Intel® oneAPI DPC++/C++ Compiler
Talk to fellow users of Intel® oneAPI DPC++/C++ Compiler and companion tools like Intel® oneAPI DPC++ Library, Intel® DPC++ Compatibility Tool, and Intel® Distribution for GDB*
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Unknown plugin runtime error

sbold
Beginner
1,207 Views

Hello,
I'm trying to run a simple sycl program on Windows 10, but getting missing dll's, which cannot be found anywhere on the computer. I have tried reinstalling BaseKit two times. The error seems to occur when I include <sycl/sycl.hpp> and try to create a device variable like so:

CodeCode

 

I'm compiling the program via Visual Studio 2022 using the DPC++ console application template. I have tried to run the program via command line, but got the same results:

Error when running executableError when running executable

0 Kudos
1 Reply
Alex_Y_Intel
Moderator
911 Views

Can you please try #include<CL/sycl.hpp>? 

0 Kudos
Reply