Intel® Advisor Help

count-memory-instructions

Project x86 memory instructions to GPU SEND/SENDS instructions.

GUI Equivalent

Project Properties > Analysis Target > Performance Modeling > Other parameters

Syntax

--count-memory-instructions

--no-count-memory-instructions

Default

On (count-memory-instructions)

Actions Modified

collect=projection

Example

  1. Run Survey Analysis.

  2. Run Trip Counts and FLOP analyses of the Characterization stage.

  3. Model your application performance on a target device and disable projecting x86 instructions with memory.

$ advisor --collect=survey -stackwalk-mode=online --static-instruction-mix --project-dir=./advi -- myApplication
$ advisor --collect=tripcounts --flop --enable-data-transfer-analysis --project-dir=./advi -- myApplication
$ advisor --collect=projection --no-count-memory-instructions --project-dir=./advi

See Also