Enables or disables certain device libraries for an OpenMP* target.
Linux: | -fopenmp-device-lib=library[,library,...] -fno-openmp-device-lib=library[,library,...] |
Windows: | -fopenmp-device-lib=library[,library,...] -fopenmp-device-lib=library[,library,...] |
library |
Possible values are:
To link more than one library, include a comma between the library names. For example, if you want to link both the libm-fp32 device library and the C library, specify: libm-fp32,libc. Do not add spaces between library names. Note that if you specify "all", it supersedes any additional value you may specify. |
OFF |
Disables linking to device libraries for this target. |
This option enables or disables certain device libraries for an OpenMP* target.
If you specify fno-openmp-device-lib=library, linking to the specified library is disabled for the OpenMP* target.
Visual Studio: Linker > General > Enable linking of the device libraries for OpenMP offload
Linker > General > Disable linking of the device libraries for OpenMP offload
Eclipse: Linker > Libraries > Enable linking of the device libraries for OpenMP offload
Linker > Libraries > Disable linking of the device libraries for OpenMP offload
None