Visible to Intel only — GUID: GUID-F5F54F3B-ED47-46F6-A3BF-41A70C8D2892
Visible to Intel only — GUID: GUID-F5F54F3B-ED47-46F6-A3BF-41A70C8D2892
model-extended-math
Model calls to math functions such as EXP, LOG, SIN, and COS as extended math instructions, if possible.
GUI Equivalent
Project Properties > Analysis Target > Performance Modeling > Other parameters
Syntax
--model-extended-math --no-model-extended-math |
Default
On (model-extended-math)
Example
Run Survey Analysis.
Run Trip Counts and FLOP analyses of the Characterization stage.
Do not model calls to math functions as extended math instructions when modeling your application performance on a target device.
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 --no-model-extended-math --project-dir=./advi_results