Re: [eigen] Status of non-OpenMP-based multithreading |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
Here are some numbers for matrix-matrix product (OpenMP) versus tensor contraction (C++11) for 100^2 matrices/ 2D tensors, 4 threads, OSX on Haswell:gcc 4.7: 0.0438714ms / 0.165256msgcc 5 : 0.0452736ms / 0.169825msclang 3.7: 0.0287972ms / 0.163851msAs the matrix sizes increase, the two versions converge to same perf.
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |