4

With gcc 7.1 released, we can now configure gcc for openmp 4.5, offloading to Nvidia PTX GPGPUs. That's what they say in the release note (approximately).

So my question is, is there any special flags to activate this configuration when compiling openmp 4.5 to target nvidia devices?

KABoissonneault
  • 2,359
  • 18
  • 17
chedy najjar
  • 631
  • 7
  • 19

1 Answers1

0

I found sth from there wiki but i didn't test it yet. putting it just in case for someone in need.

-foffload=nvptx-none

chedy najjar
  • 631
  • 7
  • 19