Stergios Papadimitriou
unread,Jul 7, 2014, 7:38:17 AM7/7/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scala-user, scalalab-...@googlegroups.com
Hi all,
I used JBLAS together with Java multithreading to implement matrix
multiplication in ScalaLab.
For Linux64 it works very fast, it approaches the speed of MATLAB matrix
multiplication.
However, for Win64, JBLAS is much slower, thus I call the pure Java
multithreaded multiplication that is slightly faster.
Does anyone knows why JBLAS performs much better for Linux64?
Stergios