...
To make full use of the vectorizing capabilities of the CPUs, AVX512 instructions and the 512bit ZMM registers can be used with the following compile flags with the Intel compilers:
Kein Format | ||
---|---|---|
| ||
-xCORE-AVX512 -qopt-zmm-usage=high |
...
...
To make full use of the vectorizing capabilities of the CPUs, AVX512 instructions and the 512bit ZMM registers can be used with the following compile flags with the Intel compilers:
Kein Format | ||
---|---|---|
| ||
-xCORE-AVX512 -qopt-zmm-usage=high |
...