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

Does Intel Cilk Plus SDK support offload to gfx?

Tomer_G_
Beginner
827 Views

Hi,

Environment: Linux, latest GCC.

I am evaluating the offloading capabilities of the Intel Cilk Plus SDK using: #pragma offload target(gfx)

Is it supported using the latest Cilk Plus SDK or is Intel Compiler must be used?

When trying the latest GCC it gives a warning that this pragma is not supported.

Regards,

Tomer Gal

0 Kudos
1 Reply
Hansang_B_Intel
Employee
827 Views

GCC does not support offloading to Intel graphics (GFX), and only Intel compilers can generate code for #pragma offload target(gfx).

By the way, if you are interested in using Cilk tools in the SDK, it only supports Intel compiler and runtime for the host environment, so it won't work for the offloaded code.

0 Kudos
Reply