-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathphi3-results.txt
64 lines (42 loc) · 2.05 KB
/
phi3-results.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Compile with different options on Skylake Gold.
Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GH
———————————————————————————————————————————————————————————
which icc
/opt/intel/compilers_and_libraries_2019.0.117/linux/bin/intel64/icc
icc -O3 -I /home/users/cerati/miniconda2/include/ xtensor-test.cc -o xtensor-test.exe
time for NN=10000000 multiplications is 7.02 s
-O3 -no-vec
time for NN=10000000 multiplications is 7.02 s
-O3 -xCOMMON-AVX512
time for NN=10000000 multiplications is 6.88 s
-O3 -mavx2 -DXTENSOR_USE_XSIMD
time for NN=10000000 multiplications is 3.08 s
-O3 -mavx -DXTENSOR_USE_XSIMD
time for NN=10000000 multiplications is 3.06 s
-O3 -xCORE-AVX512 -qopt-zmm-usage=high -DXTENSOR_USE_XSIMD
time for NN=10000000 multiplications is 2.91 s
-O3 -xCORE-AVX512 -DXTENSOR_USE_XSIMD
time for NN=10000000 multiplications is 2.89 s
-O3 -xCOMMON-AVX512 -DXTENSOR_USE_XSIMD
time for NN=10000000 multiplications is 2.88 s
-O3 -march=skylake-avx512 -DXTENSOR_USE_XSIMD
time for NN=10000000 multiplications is 2.87 s
———————————————————————————————————————————————————————————
which g++
/cvmfs/cms.cern.ch/slc7_amd64_gcc630/external/gcc/6.3.0/bin/g++
g++ -O3 -I /home/users/cerati/miniconda2/include/ xtensor-test.cc -o xtensor-test.exe
time for NN=10000000 multiplications is 3.79 s
-O3 -fno-tree-loop-vectorize
time for NN=10000000 multiplications is 3.99 s
-O3 -mavx
time for NN=10000000 multiplications is 3.79 s
-O3 -fno-tree-loop-vectorize -DXTENSOR_USE_XSIMD
time for NN=10000000 multiplications is 3.66 s
-O3 -mavx -DXTENSOR_USE_XSIMD
time for NN=10000000 multiplications is 3.15 s
-O3 -mavx2 -DXTENSOR_USE_XSIMD
time for NN=10000000 multiplications is 2.9 s
-O3 -march=skylake -DXTENSOR_USE_XSIMD
time for NN=10000000 multiplications is 2.83 s
-O3 -march=skylake-avx512 -DXTENSOR_USE_XSIMD
time for NN=10000000 multiplications is 2.79 s