Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
2159 Discussions

OpenMP offloading doesn't work on Windows.

MehdiChinoune
New Contributor I
839 Views

That is not mentioned in the release notes.

I tried to run some programs with OpenMP offloading to GPU, but they hang.

Get Started with OpenMP* Offload to GPU for the Intel® oneAPI DPC/C++...

0 Kudos
1 Solution
AbhishekD_Intel
Moderator
802 Views

Hi,


Thanks for reaching out to us.

Please try to set LIBOMPTARGET_PLUGIN=OPENCL before running the executable. This will resolve your issue. The problem is due to the default Level0 backend, which will get fixed soon.

Do let us know if you still have any issues while executing your OpenMP offload code.



Warm Regards,

Abhishek


View solution in original post

2 Replies
AbhishekD_Intel
Moderator
803 Views

Hi,


Thanks for reaching out to us.

Please try to set LIBOMPTARGET_PLUGIN=OPENCL before running the executable. This will resolve your issue. The problem is due to the default Level0 backend, which will get fixed soon.

Do let us know if you still have any issues while executing your OpenMP offload code.



Warm Regards,

Abhishek


AbhishekD_Intel
Moderator
778 Views

Hi,


Thanks for the confirmation, we will no longer monitor this thread. Please post a new thread if you have any other issues.



Warm Regards,

Abhishek


0 Kudos
Reply