A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-7AE05DBD-9A1D-46C9-AADF-D39F400E94BF
Visible to Intel only — GUID: GUID-7AE05DBD-9A1D-46C9-AADF-D39F400E94BF
disable-fp64-math-optimization
Do not account for optimized traffic for transcendentals on a GPU.
GUI Equivalent
Project Properties > Analysis Target > Performance Modeling > Other parameters
Syntax
--disable-fp64-math-optimization --no-disable-fp64-math-optimization |
Default
Off (no-disable-fp64-math-optimization)
Example
Run Survey Analysis.
Run Trip Counts and FLOP analyses of the Characterization stage.
Model your application performance on a target device and disable accounting for optimized traffic for transcendentals .
advisor --collect=survey --static-instruction-mix --project-dir=./advi_results -- ./myApplication
advisor --collect=tripcounts --flop --enable-data-transfer-analysis --project-dir=./advi_results -- ./myApplication
advisor --collect=projection --disable-fp64-math-optimization --project-dir=./advi_results