Enables or disables certain device libraries. This is a deprecated option that may be removed in a future release. This content is specific to C++; it does not apply to DPC++.
Linux: | -device-math-lib=library -no-device-math-lib=library |
Windows: | /device-math-lib:library /no-device-math-lib: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 fp32 and fp64 device libraries, specify: fp32, fp64 |
fp32, fp64 |
Both the fp32 and fp64 device libraries are linked. |
This option enables or disables certain device libraries.
None