Intel® oneAPI Base Toolkit
Support for the core tools and libraries within the base toolkit that are used to build and deploy high-performance data-centric applications.
419 Discussions

Run sample project in Wndows VS2019

nnain1
New Contributor I
1,015 Views

I have problem running sample projects in Windows.

(1)Using oneapi command pront, oneapi-cli produced a windows sample project.

The solution file was opened. But I can't build and it has errors at

#include <CL/sycl.hpp>
using namespace cl::sycl;

Then still have a lot of errors as shown in the image.

oneapi.png

Do I still need to link to header files and libraries.

If so, where are oneapi include files and libraries.

Is it in this

C:\Program Files (x86)\inteloneapi

installed folder?

But can't find CL folder?

(2) According to discussion here,

https://software.intel.com/en-us/get-started-with-intel-oneapi-windows-iot-run-a-sample-project-using-an-ide

I should be able to find Extentions > Intel > Open an Intel oneAPI Sample.

But saw only Manage Extensions.

How to have Extentions > Intel > Open an Intel oneAPI Sample in VS2019?

0 Kudos
1 Solution
nnain1
New Contributor I
1,015 Views

Yes it works now.

View solution in original post

0 Kudos
3 Replies
RahulV_intel
Moderator
1,015 Views

Hi,

It looks like there is an integration issue with your VS-2019. Download the latest version of the base-toolkit here. Refer to the installation guide here. Post successful installation, you will be able to see "Extentions > Intel > Open an Intel oneAPI Sample".

0 Kudos
nnain1
New Contributor I
1,016 Views

Yes it works now.

0 Kudos
RahulV_intel
Moderator
1,015 Views

Thanks for the confirmation. We are closing this thread.

0 Kudos
Reply