Difference between revisions of "Eigen paralelization"

From Medusa: Coordinate Free Mehless Method implementation
Jump to: navigation, search
Line 4: Line 4:
  
 
Exectuion on PC with 4 cores and 8 hyperthreads:
 
Exectuion on PC with 4 cores and 8 hyperthreads:
 +
 
[[File:speedups_Ax.png|800px]]
 
[[File:speedups_Ax.png|800px]]
 
[[File:l2hit.png|800px]]
 
[[File:l2hit.png|800px]]
Line 9: Line 10:
  
 
Execution on Intel Phi:
 
Execution on Intel Phi:
 +
 
[[File:speedups_phi.png|800px]]
 
[[File:speedups_phi.png|800px]]
 
[[File:l2hit_phi.png|800px]]
 
[[File:l2hit_phi.png|800px]]
 
[[File:l3hit_phi.png|800px]]
 
[[File:l3hit_phi.png|800px]]

Revision as of 13:12, 27 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.

Exectuion on PC with 4 cores and 8 hyperthreads:

Speedups Ax.png L2hit.png L3hit.png

Execution on Intel Phi:

Speedups phi.png L2hit phi.png L3hit phi.png