A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-4AB42C85-5318-4CE3-9A62-9FC24AE06058
Visible to Intel only — GUID: GUID-4AB42C85-5318-4CE3-9A62-9FC24AE06058
count-mov-instructions
Project x86 MOV instructions to GPU MOV instructions.
GUI Equivalent
Project Properties > Analysis Target > Performance Modeling > Other parameters
Syntax
--count-mov-instructions --no-count-mov-instructions |
Default
Off (no-count-mov-instructions)
Example
Run Survey Analysis.
Run Trip Counts and FLOP analyses of the Characterization stage.
Model your application performance on a target device and projecting x86 MOV instructions to GPU MOV.
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 --count-mov-instructions --project-dir=./advi_results