Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

OpenMP target loop support

caplanr
New Contributor II
781 Views

Hi,

 

Does the IFX compiler support the new "omp target teams loop" syntax as described in the spec here?
https://www.openmp.org/spec-html/5.0/openmpsu86.html

 

I have some loops with this in our code and the compiler seems to complain.

 

If it is not supported yet, is there an ETA for support?

 

 - Ron

 

 

0 Kudos
1 Solution
Devorah_H_Intel
Moderator
679 Views

Yes - see the following KB article with the list of supported OpenMP features

Fortran Language and OpenMP* Features Implemented in Intel® Fortran Compiler

View solution in original post

0 Kudos
2 Replies
Devorah_H_Intel
Moderator
680 Views

Yes - see the following KB article with the list of supported OpenMP features

Fortran Language and OpenMP* Features Implemented in Intel® Fortran Compiler

0 Kudos
caplanr
New Contributor II
665 Views

Thanks!

 

I was confusing "omp target teams loop" with "omp target loop", with the later only working within a teams nested loop situation.

 

The compiler is compiling it now.

 

Thanks again!

Reply