Intel® Advisor Help
Simulate device cache behavior for your application.
Analysis Workflow > Characterization > Cache Simulation Mode
--cache-simulation=<string> |
<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. |
off
Enabling cache simulation can increase analysis overhead.
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