Software Archive
Read-only legacy content
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.
17060 Discussions

Polling the Xeon Phi

Amlesh_K_
Beginner
507 Views
Hi, Is there any function to check if the last asynchronous offload on Xeon Phi has finished or not, so that a new routine can be offloaded? (Fortran) Thanks.
0 Kudos
1 Reply
jimdempseyatthecove
Honored Contributor III
507 Views

Use

    OFFLOAD_SIGNALED(target_number, signal)

Use Search for OFFLOAD_SIGNALED. The 2017 document does not list this in the index.

Jim Dempsey

0 Kudos
Reply