Loop Id: 13 | Module: exec | Source: PdV_kernel.f90:74-99 [...] | Coverage: 5.39% |
---|
Loop Id: 13 | Module: exec | Source: PdV_kernel.f90:74-99 [...] | Coverage: 5.39% |
---|
0x404f30 MOV 0x378(%RSP),%RDX [20] |
0x404f38 VMOVUPD (%R14,%RAX,1),%ZMM3 [12] |
0x404f3f VMOVUPD (%RBX,%RAX,1),%ZMM6 [6] |
0x404f46 VMOVUPD (%RDX,%RAX,1),%ZMM0 [16] |
0x404f4d VMOVQ %XMM25,%RDX |
0x404f53 VADDPD (%R8,%RAX,1),%ZMM0,%ZMM0 [7] |
0x404f5a VMOVUPD (%RDX,%RAX,1),%ZMM4 [17] |
0x404f61 VADDPD (%RDI,%RAX,1),%ZMM4,%ZMM11 [18] |
0x404f68 VMOVQ %XMM22,%RDX |
0x404f6e VMOVUPD (%RDX,%RAX,1),%ZMM5 [2] |
0x404f75 VADDPD (%R11,%RAX,1),%ZMM5,%ZMM1 [10] |
0x404f7c VMOVUPD (%RCX,%RAX,1),%ZMM5 [21] |
0x404f83 MOV 0x370(%RSP),%RDX [20] |
0x404f8b VADDPD %ZMM3,%ZMM3,%ZMM10 |
0x404f91 VMULPD %ZMM10,%ZMM11,%ZMM4 |
0x404f97 VMOVUPD (%R12,%RAX,1),%ZMM11 [13] |
0x404f9e VADDPD (%R9,%RAX,1),%ZMM11,%ZMM3 [3] |
0x404fa5 VADDPD %ZMM6,%ZMM6,%ZMM10 |
0x404fab VADDPD %ZMM5,%ZMM5,%ZMM6 |
0x404fb1 VMOVUPD (%RSI,%RAX,1),%ZMM5 [14] |
0x404fb8 VMULPD %ZMM6,%ZMM3,%ZMM11 |
0x404fbe VFMADD132PD %ZMM10,%ZMM11,%ZMM1 |
0x404fc4 VMOVUPD (%R13,%RAX,1),%ZMM10 [9] |
0x404fcc VADDPD %ZMM10,%ZMM10,%ZMM3 |
0x404fd2 VFMADD132PD %ZMM3,%ZMM4,%ZMM0 |
0x404fd8 VMOVUPD (%RDX,%RAX,1),%ZMM3 [11] |
0x404fdf MOV 0x350(%RSP),%RDX [20] |
0x404fe7 VMULSD (%R10),%XMM9,%XMM4 [1] |
0x404fec VSUBPD %ZMM0,%ZMM1,%ZMM0 |
0x404ff2 VBROADCASTSD %XMM4,%ZMM1 |
0x404ff8 VADDPD (%RDX,%RAX,1),%ZMM3,%ZMM4 [8] |
0x404fff MOV 0x368(%RSP),%RDX [20] |
0x405007 VMULPD %ZMM1,%ZMM0,%ZMM11 |
0x40500d VDIVPD (%R15,%RAX,1),%ZMM4,%ZMM0 [4] |
0x405014 VADDPD (%RSI,%RAX,1),%ZMM11,%ZMM6 [14] |
0x40501b VDIVPD %ZMM5,%ZMM12,%ZMM1 |
0x405021 VDIVPD %ZMM6,%ZMM5,%ZMM10 |
0x405027 VMULPD %ZMM1,%ZMM0,%ZMM6 |
0x40502d VFNMADD213PD (%RDX,%RAX,1),%ZMM11,%ZMM6 [5] |
0x405034 MOV 0x360(%RSP),%RDX [20] |
0x40503c VMOVUPD %ZMM6,(%RDX,%RAX,1) [19] |
0x405043 VMULPD (%R15,%RAX,1),%ZMM10,%ZMM11 [4] |
0x40504a MOV 0x358(%RSP),%RDX [20] |
0x405052 VMOVUPD %ZMM11,(%RDX,%RAX,1) [15] |
0x405059 MOV 0x348(%RSP),%RDX [20] |
0x405061 ADD $0x40,%RAX |
0x405065 CMP %RDX,%RAX |
0x405068 JNE 404f30 |
/beegfs/hackathon/users/eoseret/qaas_runs/170-861-0321/intel/CloverLeafFC/build/CloverLeafFC/CloverLeaf_ref/kernels/PdV_kernel.f90: 74 - 99 |
-------------------------------------------------------------------------------- |
74: !$OMP SIMD |
[...] |
82: +yvel0(j ,k )+yvel0(j+1,k )))*0.25_8*dt*0.5 |
83: top_flux= (yarea(j ,k+1)*(yvel0(j ,k+1)+yvel0(j+1,k+1) & |
84: +yvel0(j ,k+1)+yvel0(j+1,k+1)))*0.25_8*dt*0.5 |
85: total_flux=right_flux-left_flux+top_flux-bottom_flux |
86: |
87: volume_change_s=volume(j,k)/(volume(j,k)+total_flux) |
[...] |
93: recip_volume=1.0/volume(j,k) |
94: |
95: energy_change=(pressure(j,k)/density0(j,k)+viscosity(j,k)/density0(j,k))*total_flux*recip_volume |
96: |
97: energy1(j,k)=energy0(j,k)-energy_change |
98: |
99: density1(j,k)=density0(j,k)*volume_change_s |
Path / |
Metric | Value |
---|---|
CQA speedup if no scalar integer | 1.00 |
CQA speedup if FP arith vectorized | 1.00 |
CQA speedup if fully vectorized | 1.00 |
CQA speedup if no inter-iteration dependency | NA |
CQA speedup if next bottleneck killed | 1.69 |
Bottlenecks | P8, P9, |
Function | __pdv_kernel_module_MOD_pdv_kernel._omp_fn.0 |
Source | PdV_kernel.f90:74-74,PdV_kernel.f90:82-87,PdV_kernel.f90:93-99 |
Source loop unroll info | not unrolled or unrolled with no peel/tail loop |
Source loop unroll confidence level | max |
Unroll/vectorization loop type | NA |
Unroll factor | NA |
CQA cycles | 27.00 |
CQA cycles if no scalar integer | 27.00 |
CQA cycles if FP arith vectorized | 27.00 |
CQA cycles if fully vectorized | 27.00 |
Front-end cycles | 8.17 |
DIV/SQRT cycles | 0.50 |
P0 cycles | 0.50 |
P1 cycles | 0.25 |
P2 cycles | 0.25 |
P3 cycles | 0.50 |
P4 cycles | 16.00 |
P5 cycles | 16.00 |
P6 cycles | 16.00 |
P7 cycles | 12.50 |
P8 cycles | 11.50 |
P9 cycles | 11.00 |
P10 cycles | 11.00 |
P11 cycles | 3.00 |
P12 cycles | 3.00 |
P13 cycles | 27.00 |
Inter-iter dependencies cycles | 1 |
FE+BE cycles (UFS) | NA |
Stall cycles (UFS) | NA |
Nb insns | 48.00 |
Nb uops | 49.00 |
Nb loads | 27.00 |
Nb stores | 2.00 |
Nb stack references | 7.00 |
FLOP/cycle | 7.44 |
Nb FLOP add-sub | 88.00 |
Nb FLOP mul | 41.00 |
Nb FLOP fma | 24.00 |
Nb FLOP div | 24.00 |
Nb FLOP rcp | 0.00 |
Nb FLOP sqrt | 0.00 |
Nb FLOP rsqrt | 0.00 |
Bytes/cycle | 52.15 |
Bytes prefetched | 0.00 |
Bytes loaded | 1280.00 |
Bytes stored | 128.00 |
Stride 0 | 2.00 |
Stride 1 | 9.00 |
Stride n | 2.00 |
Stride unknown | 1.00 |
Stride indirect | 0.00 |
Vectorization ratio all | 89.47 |
Vectorization ratio load | 95.00 |
Vectorization ratio store | 100.00 |
Vectorization ratio mul | 83.33 |
Vectorization ratio add_sub | 100.00 |
Vectorization ratio fma | 100.00 |
Vectorization ratio div_sqrt | 100.00 |
Vectorization ratio other | 0.00 |
Vector-efficiency ratio all | 90.79 |
Vector-efficiency ratio load | 95.63 |
Vector-efficiency ratio store | 100.00 |
Vector-efficiency ratio mul | 85.42 |
Vector-efficiency ratio add_sub | 100.00 |
Vector-efficiency ratio fma | 100.00 |
Vector-efficiency ratio div_sqrt | 100.00 |
Vector-efficiency ratio other | 12.50 |
Metric | Value |
---|---|
CQA speedup if no scalar integer | 1.00 |
CQA speedup if FP arith vectorized | 1.00 |
CQA speedup if fully vectorized | 1.00 |
CQA speedup if no inter-iteration dependency | NA |
CQA speedup if next bottleneck killed | 1.69 |
Bottlenecks | P8, P9, |
Function | __pdv_kernel_module_MOD_pdv_kernel._omp_fn.0 |
Source | PdV_kernel.f90:74-74,PdV_kernel.f90:82-87,PdV_kernel.f90:93-99 |
Source loop unroll info | not unrolled or unrolled with no peel/tail loop |
Source loop unroll confidence level | max |
Unroll/vectorization loop type | NA |
Unroll factor | NA |
CQA cycles | 27.00 |
CQA cycles if no scalar integer | 27.00 |
CQA cycles if FP arith vectorized | 27.00 |
CQA cycles if fully vectorized | 27.00 |
Front-end cycles | 8.17 |
DIV/SQRT cycles | 0.50 |
P0 cycles | 0.50 |
P1 cycles | 0.25 |
P2 cycles | 0.25 |
P3 cycles | 0.50 |
P4 cycles | 16.00 |
P5 cycles | 16.00 |
P6 cycles | 16.00 |
P7 cycles | 12.50 |
P8 cycles | 11.50 |
P9 cycles | 11.00 |
P10 cycles | 11.00 |
P11 cycles | 3.00 |
P12 cycles | 3.00 |
P13 cycles | 27.00 |
Inter-iter dependencies cycles | 1 |
FE+BE cycles (UFS) | NA |
Stall cycles (UFS) | NA |
Nb insns | 48.00 |
Nb uops | 49.00 |
Nb loads | 27.00 |
Nb stores | 2.00 |
Nb stack references | 7.00 |
FLOP/cycle | 7.44 |
Nb FLOP add-sub | 88.00 |
Nb FLOP mul | 41.00 |
Nb FLOP fma | 24.00 |
Nb FLOP div | 24.00 |
Nb FLOP rcp | 0.00 |
Nb FLOP sqrt | 0.00 |
Nb FLOP rsqrt | 0.00 |
Bytes/cycle | 52.15 |
Bytes prefetched | 0.00 |
Bytes loaded | 1280.00 |
Bytes stored | 128.00 |
Stride 0 | 2.00 |
Stride 1 | 9.00 |
Stride n | 2.00 |
Stride unknown | 1.00 |
Stride indirect | 0.00 |
Vectorization ratio all | 89.47 |
Vectorization ratio load | 95.00 |
Vectorization ratio store | 100.00 |
Vectorization ratio mul | 83.33 |
Vectorization ratio add_sub | 100.00 |
Vectorization ratio fma | 100.00 |
Vectorization ratio div_sqrt | 100.00 |
Vectorization ratio other | 0.00 |
Vector-efficiency ratio all | 90.79 |
Vector-efficiency ratio load | 95.63 |
Vector-efficiency ratio store | 100.00 |
Vector-efficiency ratio mul | 85.42 |
Vector-efficiency ratio add_sub | 100.00 |
Vector-efficiency ratio fma | 100.00 |
Vector-efficiency ratio div_sqrt | 100.00 |
Vector-efficiency ratio other | 12.50 |
Path / |
Function | __pdv_kernel_module_MOD_pdv_kernel._omp_fn.0 |
Source file and lines | PdV_kernel.f90:74-99 |
Module | exec |
nb instructions | 48 |
nb uops | 49 |
loop length | 318 |
used x86 registers | 15 |
used mmx registers | 0 |
used xmm registers | 4 |
used ymm registers | 0 |
used zmm registers | 9 |
nb stack references | 7 |
ADD-SUB / MUL ratio | 1.83 |
micro-operation queue | 8.17 cycles |
front end | 8.17 cycles |
ALU0/BRU0 | ALU1 | ALU2 | ALU3 | BRU1 | AGU0 | AGU1 | AGU2 | FP0 | FP1 | FP2 | FP3 | FP4 | FP5 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
uops | 0.50 | 0.50 | 0.25 | 0.25 | 0.50 | 9.67 | 9.67 | 9.67 | 6.50 | 6.50 | 5.50 | 5.50 | 3.00 | 3.00 |
cycles | 0.50 | 0.50 | 0.25 | 0.25 | 0.50 | 16.00 | 16.00 | 16.00 | 12.50 | 11.50 | 11.00 | 11.00 | 3.00 | 3.00 |
Cycles executing div or sqrt instructions | 27.00 |
Longest recurrence chain latency (RecMII) | 1.00 |
Front-end | 8.17 |
Dispatch | 16.00 |
DIV/SQRT | 27.00 |
Data deps. | 1.00 |
Overall L1 | 27.00 |
all | 0% |
load | NA (no load vectorizable/vectorized instructions) |
store | NA (no store vectorizable/vectorized instructions) |
mul | NA (no mul vectorizable/vectorized instructions) |
add-sub | NA (no add-sub vectorizable/vectorized instructions) |
fma | NA (no fma vectorizable/vectorized instructions) |
other | 0% |
all | 94% |
load | 95% |
store | 100% |
mul | 83% |
add-sub | 100% |
fma | 100% |
div/sqrt | 100% |
other | 0% |
all | 89% |
load | 95% |
store | 100% |
mul | 83% |
add-sub | 100% |
fma | 100% |
div/sqrt | 100% |
other | 0% |
all | 12% |
load | NA (no load vectorizable/vectorized instructions) |
store | NA (no store vectorizable/vectorized instructions) |
mul | NA (no mul vectorizable/vectorized instructions) |
add-sub | NA (no add-sub vectorizable/vectorized instructions) |
fma | NA (no fma vectorizable/vectorized instructions) |
other | 12% |
all | 95% |
load | 95% |
store | 100% |
mul | 85% |
add-sub | 100% |
fma | 100% |
div/sqrt | 100% |
other | 12% |
all | 90% |
load | 95% |
store | 100% |
mul | 85% |
add-sub | 100% |
fma | 100% |
div/sqrt | 100% |
other | 12% |
Instruction | Nb FU | ALU0/BRU0 | ALU1 | ALU2 | ALU3 | BRU1 | AGU0 | AGU1 | AGU2 | FP0 | FP1 | FP2 | FP3 | FP4 | FP5 | Latency | Recip. throughput |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
MOV 0x378(%RSP),%RDX | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0.33 |
VMOVUPD (%R14,%RAX,1),%ZMM3 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 1 |
VMOVUPD (%RBX,%RAX,1),%ZMM6 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 1 |
VMOVUPD (%RDX,%RAX,1),%ZMM0 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 1 |
VMOVQ %XMM25,%RDX | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 1 | 1 |
VADDPD (%R8,%RAX,1),%ZMM0,%ZMM0 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 3 | 1 |
VMOVUPD (%RDX,%RAX,1),%ZMM4 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 1 |
VADDPD (%RDI,%RAX,1),%ZMM4,%ZMM11 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 3 | 1 |
VMOVQ %XMM22,%RDX | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 1 | 1 |
VMOVUPD (%RDX,%RAX,1),%ZMM5 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 1 |
VADDPD (%R11,%RAX,1),%ZMM5,%ZMM1 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 3 | 1 |
VMOVUPD (%RCX,%RAX,1),%ZMM5 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 1 |
MOV 0x370(%RSP),%RDX | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0.33 |
VADDPD %ZMM3,%ZMM3,%ZMM10 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 3 | 1 |
VMULPD %ZMM10,%ZMM11,%ZMM4 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 0 | 0 | 3 | 1 |
VMOVUPD (%R12,%RAX,1),%ZMM11 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 1 |
VADDPD (%R9,%RAX,1),%ZMM11,%ZMM3 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 3 | 1 |
VADDPD %ZMM6,%ZMM6,%ZMM10 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 3 | 1 |
VADDPD %ZMM5,%ZMM5,%ZMM6 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 3 | 1 |
VMOVUPD (%RSI,%RAX,1),%ZMM5 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 1 |
VMULPD %ZMM6,%ZMM3,%ZMM11 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 0 | 0 | 3 | 1 |
VFMADD132PD %ZMM10,%ZMM11,%ZMM1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 0 | 0 | 4 | 1 |
VMOVUPD (%R13,%RAX,1),%ZMM10 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 1 |
VADDPD %ZMM10,%ZMM10,%ZMM3 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 3 | 1 |
VFMADD132PD %ZMM3,%ZMM4,%ZMM0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 0 | 0 | 4 | 1 |
VMOVUPD (%RDX,%RAX,1),%ZMM3 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 1 |
MOV 0x350(%RSP),%RDX | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0.33 |
VMULSD (%R10),%XMM9,%XMM4 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0.50 | 0.50 | 0 | 0 | 0 | 0 | 3 | 0.50 |
VSUBPD %ZMM0,%ZMM1,%ZMM0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 3 | 1 |
VBROADCASTSD %XMM4,%ZMM1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 0 | 1 | 1 |
VADDPD (%RDX,%RAX,1),%ZMM3,%ZMM4 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 3 | 1 |
MOV 0x368(%RSP),%RDX | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0.33 |
VMULPD %ZMM1,%ZMM0,%ZMM11 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 0 | 0 | 3 | 1 |
VDIVPD (%R15,%RAX,1),%ZMM4,%ZMM0 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0.50 | 0.50 | 0 | 0 | 0 | 0 | 13 | 9 |
VADDPD (%RSI,%RAX,1),%ZMM11,%ZMM6 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 3 | 1 |
VDIVPD %ZMM5,%ZMM12,%ZMM1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 0 | 0 | 13 | 9 |
VDIVPD %ZMM6,%ZMM5,%ZMM10 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 0 | 0 | 13 | 9 |
VMULPD %ZMM1,%ZMM0,%ZMM6 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 0 | 0 | 3 | 1 |
VFNMADD213PD (%RDX,%RAX,1),%ZMM11,%ZMM6 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0.50 | 0.50 | 0 | 0 | 0 | 0 | 4 | 1 |
MOV 0x360(%RSP),%RDX | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0.33 |
VMOVUPD %ZMM6,(%RDX,%RAX,1) | 2 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 1 | 1 | 5 | 2 |
VMULPD (%R15,%RAX,1),%ZMM10,%ZMM11 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0.50 | 0.50 | 0 | 0 | 0 | 0 | 3 | 1 |
MOV 0x358(%RSP),%RDX | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0.33 |
VMOVUPD %ZMM11,(%RDX,%RAX,1) | 2 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 1 | 1 | 5 | 2 |
MOV 0x348(%RSP),%RDX | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0.33 |
ADD $0x40,%RAX | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 |
CMP %RDX,%RAX | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 |
JNE 404f30 <__pdv_kernel_module_MOD_pdv_kernel._omp_fn.0+0x8e0> | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50-1 |
Function | __pdv_kernel_module_MOD_pdv_kernel._omp_fn.0 |
Source file and lines | PdV_kernel.f90:74-99 |
Module | exec |
nb instructions | 48 |
nb uops | 49 |
loop length | 318 |
used x86 registers | 15 |
used mmx registers | 0 |
used xmm registers | 4 |
used ymm registers | 0 |
used zmm registers | 9 |
nb stack references | 7 |
ADD-SUB / MUL ratio | 1.83 |
micro-operation queue | 8.17 cycles |
front end | 8.17 cycles |
ALU0/BRU0 | ALU1 | ALU2 | ALU3 | BRU1 | AGU0 | AGU1 | AGU2 | FP0 | FP1 | FP2 | FP3 | FP4 | FP5 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
uops | 0.50 | 0.50 | 0.25 | 0.25 | 0.50 | 9.67 | 9.67 | 9.67 | 6.50 | 6.50 | 5.50 | 5.50 | 3.00 | 3.00 |
cycles | 0.50 | 0.50 | 0.25 | 0.25 | 0.50 | 16.00 | 16.00 | 16.00 | 12.50 | 11.50 | 11.00 | 11.00 | 3.00 | 3.00 |
Cycles executing div or sqrt instructions | 27.00 |
Longest recurrence chain latency (RecMII) | 1.00 |
Front-end | 8.17 |
Dispatch | 16.00 |
DIV/SQRT | 27.00 |
Data deps. | 1.00 |
Overall L1 | 27.00 |
all | 0% |
load | NA (no load vectorizable/vectorized instructions) |
store | NA (no store vectorizable/vectorized instructions) |
mul | NA (no mul vectorizable/vectorized instructions) |
add-sub | NA (no add-sub vectorizable/vectorized instructions) |
fma | NA (no fma vectorizable/vectorized instructions) |
other | 0% |
all | 94% |
load | 95% |
store | 100% |
mul | 83% |
add-sub | 100% |
fma | 100% |
div/sqrt | 100% |
other | 0% |
all | 89% |
load | 95% |
store | 100% |
mul | 83% |
add-sub | 100% |
fma | 100% |
div/sqrt | 100% |
other | 0% |
all | 12% |
load | NA (no load vectorizable/vectorized instructions) |
store | NA (no store vectorizable/vectorized instructions) |
mul | NA (no mul vectorizable/vectorized instructions) |
add-sub | NA (no add-sub vectorizable/vectorized instructions) |
fma | NA (no fma vectorizable/vectorized instructions) |
other | 12% |
all | 95% |
load | 95% |
store | 100% |
mul | 85% |
add-sub | 100% |
fma | 100% |
div/sqrt | 100% |
other | 12% |
all | 90% |
load | 95% |
store | 100% |
mul | 85% |
add-sub | 100% |
fma | 100% |
div/sqrt | 100% |
other | 12% |
Instruction | Nb FU | ALU0/BRU0 | ALU1 | ALU2 | ALU3 | BRU1 | AGU0 | AGU1 | AGU2 | FP0 | FP1 | FP2 | FP3 | FP4 | FP5 | Latency | Recip. throughput |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
MOV 0x378(%RSP),%RDX | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0.33 |
VMOVUPD (%R14,%RAX,1),%ZMM3 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 1 |
VMOVUPD (%RBX,%RAX,1),%ZMM6 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 1 |
VMOVUPD (%RDX,%RAX,1),%ZMM0 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 1 |
VMOVQ %XMM25,%RDX | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 1 | 1 |
VADDPD (%R8,%RAX,1),%ZMM0,%ZMM0 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 3 | 1 |
VMOVUPD (%RDX,%RAX,1),%ZMM4 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 1 |
VADDPD (%RDI,%RAX,1),%ZMM4,%ZMM11 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 3 | 1 |
VMOVQ %XMM22,%RDX | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 1 | 1 |
VMOVUPD (%RDX,%RAX,1),%ZMM5 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 1 |
VADDPD (%R11,%RAX,1),%ZMM5,%ZMM1 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 3 | 1 |
VMOVUPD (%RCX,%RAX,1),%ZMM5 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 1 |
MOV 0x370(%RSP),%RDX | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0.33 |
VADDPD %ZMM3,%ZMM3,%ZMM10 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 3 | 1 |
VMULPD %ZMM10,%ZMM11,%ZMM4 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 0 | 0 | 3 | 1 |
VMOVUPD (%R12,%RAX,1),%ZMM11 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 1 |
VADDPD (%R9,%RAX,1),%ZMM11,%ZMM3 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 3 | 1 |
VADDPD %ZMM6,%ZMM6,%ZMM10 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 3 | 1 |
VADDPD %ZMM5,%ZMM5,%ZMM6 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 3 | 1 |
VMOVUPD (%RSI,%RAX,1),%ZMM5 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 1 |
VMULPD %ZMM6,%ZMM3,%ZMM11 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 0 | 0 | 3 | 1 |
VFMADD132PD %ZMM10,%ZMM11,%ZMM1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 0 | 0 | 4 | 1 |
VMOVUPD (%R13,%RAX,1),%ZMM10 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 1 |
VADDPD %ZMM10,%ZMM10,%ZMM3 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 3 | 1 |
VFMADD132PD %ZMM3,%ZMM4,%ZMM0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 0 | 0 | 4 | 1 |
VMOVUPD (%RDX,%RAX,1),%ZMM3 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 1 |
MOV 0x350(%RSP),%RDX | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0.33 |
VMULSD (%R10),%XMM9,%XMM4 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0.50 | 0.50 | 0 | 0 | 0 | 0 | 3 | 0.50 |
VSUBPD %ZMM0,%ZMM1,%ZMM0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 3 | 1 |
VBROADCASTSD %XMM4,%ZMM1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 0 | 1 | 1 |
VADDPD (%RDX,%RAX,1),%ZMM3,%ZMM4 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 3 | 1 |
MOV 0x368(%RSP),%RDX | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0.33 |
VMULPD %ZMM1,%ZMM0,%ZMM11 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 0 | 0 | 3 | 1 |
VDIVPD (%R15,%RAX,1),%ZMM4,%ZMM0 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0.50 | 0.50 | 0 | 0 | 0 | 0 | 13 | 9 |
VADDPD (%RSI,%RAX,1),%ZMM11,%ZMM6 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 3 | 1 |
VDIVPD %ZMM5,%ZMM12,%ZMM1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 0 | 0 | 13 | 9 |
VDIVPD %ZMM6,%ZMM5,%ZMM10 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 0 | 0 | 13 | 9 |
VMULPD %ZMM1,%ZMM0,%ZMM6 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 0 | 0 | 3 | 1 |
VFNMADD213PD (%RDX,%RAX,1),%ZMM11,%ZMM6 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0.50 | 0.50 | 0 | 0 | 0 | 0 | 4 | 1 |
MOV 0x360(%RSP),%RDX | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0.33 |
VMOVUPD %ZMM6,(%RDX,%RAX,1) | 2 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 1 | 1 | 5 | 2 |
VMULPD (%R15,%RAX,1),%ZMM10,%ZMM11 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0.50 | 0.50 | 0 | 0 | 0 | 0 | 3 | 1 |
MOV 0x358(%RSP),%RDX | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0.33 |
VMOVUPD %ZMM11,(%RDX,%RAX,1) | 2 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 1 | 1 | 5 | 2 |
MOV 0x348(%RSP),%RDX | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0.33 |
ADD $0x40,%RAX | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 |
CMP %RDX,%RAX | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 |
JNE 404f30 <__pdv_kernel_module_MOD_pdv_kernel._omp_fn.0+0x8e0> | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50-1 |