Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

IntelGfxDbgPackage did not load correctly in vs2019

meakcey
Beginner
873 Views

This subjected thread has been opened earlier but solutions on that thread haven't resolved my problem.

I have setup intel oneAPI Base Toolkit and then HPC Toolkit

When I opened VS2019, I am getting "IntelGfxDbgPackage did not load correctly in vs2019" error.

I have downloaded the sample "vector.cpp" code on previous thread. Compiling and running did not give same result.

 

vectorcpp compile.png

outrun.png

 

I have already updated, repaired the baseKit after HPC kit but issue occurs. 

syscl-ls --verbose result is below

sysverbose.png

Kit versions are 2023.2

 

 

0 Kudos
4 Replies
meakcey
Beginner
856 Views

Upgrading VS2019 from 16.9.5 to 16.11.27 has resolved the issue about VS 

But my questions and warnings about compiling of sample code and still exists.

 

0 Kudos
NoorjahanSk_Intel
Moderator
819 Views

Hi,

 

Thanks for posting in Intel Communities.

 

>>Upgrading VS2019 from 16.9.5 to 16.11.27 has resolved the issue about VS 

 

Glad to know that your issue got resolved.

Please check the below link for the supported versions of visual studio.

https://www.intel.com/content/www/us/en/developer/articles/reference-implementation/intel-compilers-compatibility-with-microsoft-visual-studio-and-xcode.html

 

>> warnings about compiling of sample code and still exists.

 

Intel oneAPI C++ compiler 2023.2(icpx/icx) supports SYCL 2020 and SYCL 1.2.1 device selectors are deprecated.

Please use default_selector_v instead of default_selector to resolve the error.

 

Please refer to the below link for an updated sample that supports SYCL 2020 specifications.

https://github.com/oneapi-src/oneAPI-samples/blob/master/DirectProgramming/C%2B%2BSYCL/DenseLinearAlgebra/vector-add/src/vector-add-buffers.cpp

Please refer to the below link for more details:

https://www.intel.com/content/www/us/en/developer/articles/release-notes/intel-oneapi-dpc-c-compiler-release-notes.html

 

Thanks & Regards,

Noorjahan.

 

0 Kudos
NoorjahanSk_Intel
Moderator
737 Views

Hi,


We haven't heard back from you. Could you please provide an update on your issue?


Thanks & Regards,

Noorjahan.


0 Kudos
NoorjahanSk_Intel
Moderator
701 Views

Hi,


I have not heard back from you, so I will close this inquiry now. If you need further assistance, please post a new question.


Thanks & Regards,

Noorjahan.


0 Kudos
Reply