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*

Unknown plugin runtime error

sbold
Beginner
1,083 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
787 Views

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

0 Kudos
Reply