src/plugins/intel_cpu/docs/cpu_emulation.md
Intel SDE can be used for emulating CPU architecture, checking for AVX/SSE transitions, bad pointers and data misalignment, etc.
It also supports debugging within emulation.
In general, the tool can be used for all kinds of troubleshooting activities except performance analysis.
See Documentation for more information
OV_CPU_BLOB_DUMP_FORMAT=TEXT OV_CPU_BLOB_DUMP_NODE_TYPE=Convolution \
/path/to/sde -spr -- ./benchmark_app --niter 1 --nstreams 1 -m path/to/model.xml
/path/to/sde -snd -- ./cpuFuncTests
/path/to/sde -ast -- ./benchmark_app -m path/to/model.xml
NOTE: The best way to check for AVX/SSE transitions is to run within Alder Lake emulation:
/path/to/sde -adl -- ./benchmark_app -m path/to/model.xml