Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

OpenMP target loop support

caplanr
New Contributor II
754 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
652 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
653 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
638 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