The preprocessing and code generation and optimization stages of the compiler are also passed the "-fopenmp-is-device" flag. This is used to trigger machine specific preprocessing and code generation when performing device offloading to an NVIDIA GPU via OpenMP directives.
Details
Details
- Reviewers
arpith-jacob caomhin carlo.bertolli Hahnfeld hfinkel tstellar - Commits
- rG3addb7d85077: [OpenMP] Pass -fopenmp-is-device to preprocessing and machine specific code…
rC306691: [OpenMP] Pass -fopenmp-is-device to preprocessing and machine specific code…
rL306691: [OpenMP] Pass -fopenmp-is-device to preprocessing and machine specific code…
Diff Detail
Diff Detail
- Repository
- rL LLVM