Skip to content

Commit

Permalink
[klas3] empty commit - show results for clang11 (showing invalid issue
Browse files Browse the repository at this point in the history
…madgraph5#172)

With clang11 I must use common random numbers an dI get a different result.

The performance is the same as clang10. This is the new clang 11.1 (issue madgraph5#182)

On itscrd70.cern.ch:
-------------------------------------------------------------------------
Process                     = EPOCH1_EEMUMU_CPP [clang 11.1.0]
FP precision                = DOUBLE (NaN/abnormal=0, zero=0)
Internal loops fptype_sv    = SCALAR ('none': ~vector[1], no SIMD)
Random number generation    = COMMON RANDOM (C++ code)
OMP threads / `nproc --all` = 1 / 4
EvtsPerSec[MatrixElems] (3) = ( 1.224632e+06                 )  sec^-1
MeanMatrixElemValue         = ( 1.372113e-02 +- 3.270608e-06 )  GeV^0
TOTAL       :     7.318761 sec
real    0m7.331s
=Symbols in CPPProcess.o= (~sse4: 1259) (avx2:    0) (512y:    0) (512z:    0)
-------------------------------------------------------------------------
Process                     = EPOCH1_EEMUMU_CPP [clang 11.1.0]
FP precision                = DOUBLE (NaN/abnormal=0, zero=0)
Internal loops fptype_sv    = VECTOR[2] ('sse4': SSE4.2, 128bit) [cxtype_ref=NO]
Random number generation    = COMMON RANDOM (C++ code)
OMP threads / `nproc --all` = 1 / 4
EvtsPerSec[MatrixElems] (3) = ( 2.650708e+06                 )  sec^-1
MeanMatrixElemValue         = ( 1.372113e-02 +- 3.270608e-06 )  GeV^0
TOTAL       :     4.619855 sec
real    0m4.629s
=Symbols in CPPProcess.o= (~sse4: 3608) (avx2:    0) (512y:    0) (512z:    0)
-------------------------------------------------------------------------
Process                     = EPOCH1_EEMUMU_CPP [clang 11.1.0]
FP precision                = DOUBLE (NaN/abnormal=0, zero=0)
Internal loops fptype_sv    = VECTOR[4] ('avx2': AVX2, 256bit) [cxtype_ref=NO]
Random number generation    = COMMON RANDOM (C++ code)
OMP threads / `nproc --all` = 1 / 4
EvtsPerSec[MatrixElems] (3) = ( 5.143089e+06                 )  sec^-1
MeanMatrixElemValue         = ( 1.372113e-02 +- 3.270608e-06 )  GeV^0
TOTAL       :     3.441790 sec
real    0m3.451s
=Symbols in CPPProcess.o= (~sse4:    0) (avx2: 3005) (512y:    0) (512z:    0)
-------------------------------------------------------------------------
Process                     = EPOCH1_EEMUMU_CPP [clang 11.1.0]
FP precision                = DOUBLE (NaN/abnormal=0, zero=0)
Internal loops fptype_sv    = VECTOR[4] ('512y': AVX512, 256bit) [cxtype_ref=NO]
Random number generation    = COMMON RANDOM (C++ code)
OMP threads / `nproc --all` = 1 / 4
EvtsPerSec[MatrixElems] (3) = ( 5.118344e+06                 )  sec^-1
MeanMatrixElemValue         = ( 1.372113e-02 +- 3.270608e-06 )  GeV^0
TOTAL       :     3.454231 sec
real    0m3.464s
=Symbols in CPPProcess.o= (~sse4:    0) (avx2: 2727) (512y:    0) (512z:    0)
-------------------------------------------------------------------------
Process                     = EPOCH1_EEMUMU_CPP [clang 11.1.0]
FP precision                = DOUBLE (NaN/abnormal=0, zero=0)
Internal loops fptype_sv    = VECTOR[8] ('512z': AVX512, 512bit) [cxtype_ref=NO]
Random number generation    = COMMON RANDOM (C++ code)
OMP threads / `nproc --all` = 1 / 4
EvtsPerSec[MatrixElems] (3) = ( 3.716717e+06                 )  sec^-1
MeanMatrixElemValue         = ( 1.372113e-02 +- 3.270608e-06 )  GeV^0
TOTAL       :     3.919487 sec
real    0m3.929s
=Symbols in CPPProcess.o= (~sse4:    0) (avx2: 3552) (512y:    0) (512z: 1196)
-------------------------------------------------------------------------
Process                     = EPOCH2_EEMUMU_CPP [clang 11.1.0]
FP precision                = DOUBLE (NaN/abnormal=0, zero=0)
Random number generation    = COMMON RANDOM (C++ code)
OMP threads / `nproc --all` = 1 / 4
EvtsPerSec[MatrixElems] (3) = ( 1.225500e+06                 )  sec^-1
MeanMatrixElemValue         = ( 1.372113e-02 +- 3.270608e-06 )  GeV^0
TOTAL       :     7.380646 sec
real    0m7.390s
=Symbols in CPPProcess.o= (~sse4: 1166) (avx2:    0) (512y:    0) (512z:    0)
-------------------------------------------------------------------------
  • Loading branch information
valassi committed Apr 27, 2021
1 parent c56a655 commit e279981
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit e279981

Please # to comment.