GPU Compute Software
Ask questions about Intel® Graphics Compute software technologies, such as OpenCL* GPU driver and oneAPI Level Zero
252 Discussions

OpenMP gpu for Fortran API Compiler (IFX)

mwT
Beginner
235 Views

I am exploring the use of parallel processing using the GPU.  I am using the intel fortran compiler (IFX).  I tried creating a simple DO loop with the following OpenMP command:

 

!$OMP TARGET TEAMS DISTRIBUTE PARALLEL DO num_threads(256)
DO i=1,100

...

 

I am getting an error stating that the procedure entry point _kmpc_fork_teams could not be located in the dynamic link library.  I searched the web but could not find this issue.  Can you explain the issue and possible fixes?  Again, very new to GPU processing so any background information would be helpful.  Thanks

0 Kudos
0 Replies
Reply