Difference between revisions of "Eigen paralelization"
From Medusa: Coordinate Free Mehless Method implementation
Line 4: | Line 4: | ||
[[File:speedups_Ax.png|800px]] | [[File:speedups_Ax.png|800px]] | ||
+ | [[File:l2hit.png|800px]] | ||
+ | [[File:l3hit.png|800px]] |
Revision as of 15:22, 26 March 2017
General Eigen parallelism: https://eigen.tuxfamily.org/dox/TopicMultiThreading.html
Eigen uses number of threads specified my OpenMP, unless Eigen::setNbThreads(n);
was called.