Intel® Advisor Help

cache-simulation

Simulate device cache behavior for your application.

GUI Equivalent

Analysis Workflow > Characterization > Cache Simulation Mode

Syntax

--cache-simulation=<string>

Arguments

<string> is one of the following:

Argument

Description

off

Disable cache simulation.

single

Simulate GPU memory hierarchy behavior only for the selected target device or CPU cache behavior if no target device is selected.

multi

Simulate cache behavior for all available target devices to remodel performance without re-running the collection.

grf

Simulate general register file (GRF) behavior.

Default

off

Actions Modified

collect=tripcounts

collect=roofline

collect=offload

Usage

Enabling cache simulation can increase analysis overhead.

Example

Run Characterization analysis with cache simulation enabled to model performance for all available devices.

advisor --collect=tripcounts --flop --cache-simulation=multi --target-device=xehpg_512xve --project-dir=./advi_results -- ./myApplication

See Also