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*
629 Discussions

DPC++ node disappeared in the win32 platform of VS2022

gamma-coco
Novice
1,095 Views

Dear all, 

I use VS2022 with Intel DPC++ plugin.

And I can create a DPC++ project by VS2022 wizard and compile it succeed.

Then I add a win32 platform (select copy project setting from x64 platform).

And the application became uncompilable. Open the project property page,

I found that the DPC++ node is disappeared:

- Switch to win32 platform, the DPC++ node disappeared( replaced by C++ node)

gammacoco_1-1694354115565.png

 

- Switch to x64 platform, DPC++ node is fine.

gammacoco_0-1694353924141.png

 

Does it means that DPC++ is not supported the win32(x86) platform?

0 Kudos
1 Solution
VaishnaviV_Intel
Employee
1,061 Views

Hi,


Thanks for posting on Intel communities.

>>Does it means that DPC++ is not supported the win32(x86) platform?

Data Parallel C++ (DPC++) is primarily designed to work with modern operating systems, including Windows 64-bit versions. It is not specifically designed for Win32.

Please refer to the following link for supported and unsupported architectures of DPC++.


If you still have any issues, do let us know.


Thanks & Regards,

Vankudothu Vaishnavi.


View solution in original post

0 Kudos
3 Replies
VaishnaviV_Intel
Employee
1,062 Views

Hi,


Thanks for posting on Intel communities.

>>Does it means that DPC++ is not supported the win32(x86) platform?

Data Parallel C++ (DPC++) is primarily designed to work with modern operating systems, including Windows 64-bit versions. It is not specifically designed for Win32.

Please refer to the following link for supported and unsupported architectures of DPC++.


If you still have any issues, do let us know.


Thanks & Regards,

Vankudothu Vaishnavi.


0 Kudos
gamma-coco
Novice
1,038 Views

Thank @VaishnaviV_Intel  for quick reply.

I needn't win32 right now. As your said, win32 may only exists in the legacy projects.

I just want to know if intel DPC++ support win32 (I also maintenance some win32 project and I just know if DPC++ can support them).

Thanks & regards.

yours Gamma

0 Kudos
VaishnaviV_Intel
Employee
1,019 Views

Hi,


Thanks for accepting our solution. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel. 


Thanks & Regards,

Vankudothu Vaishnavi.


0 Kudos
Reply