mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-13 05:27:31 +01:00
22 lines
742 B
Plaintext
22 lines
742 B
Plaintext
SHORT Vectorization intensity
|
|
|
|
EVENTSET
|
|
PMC0 VPU_INSTRUCTIONS_EXECUTED
|
|
PMC1 VPU_ELEMENTS_ACTIVE
|
|
|
|
METRICS
|
|
Runtime (RDTSC) [s] time
|
|
Vectorization intensity PMC1/PMC0
|
|
|
|
LONG
|
|
Formulas:
|
|
Vectorization intensity = VPU_ELEMENTS_ACTIVE / VPU_INSTRUCTIONS_EXECUTED
|
|
-
|
|
Vector instructions include instructions that perform floating-point
|
|
operations, instructions that load vector registers from memory and store them
|
|
to memory, instructions to manipulate vector mask registers, and other special
|
|
purpose instructions such as vector shuffle.
|
|
According to the book 'Intel Xeon Phi Coprocessor High-Performance Programming'
|
|
by James Jeffers and James Reinders, the vectorization intensity should be >=8
|
|
for double precision and >=16 for single precision.
|