Google Groups Home
Help | Sign in
Matlab 64 vs 32 bit benchmarking results (on Win XP 64 bit vs Win XP 32 bit SP2)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
jentzn...@gmail.com  
View profile  
 More options Mar 2 2007, 3:04 am
Newsgroups: comp.soft-sys.matlab
From: JentzN...@gmail.com
Date: 2 Mar 2007 00:04:46 -0800
Local: Fri, Mar 2 2007 3:04 am
Subject: Matlab 64 vs 32 bit benchmarking results (on Win XP 64 bit vs Win XP 32 bit SP2)
Recently I installed a new PC with dual boot, win XP 32 bit and win XP
64 bit. On the 32 bit OS I run 32 bit matlab, on the 64 bit OS I run
64 bit matlab.

MATLAB Version 7.3.0.267 (R2006b)
Intel core 2 duo 6700 @ 2.66GHz, 2GB RAM
NVIDIA GeForce 7600 GS

I benchmarked the systems in 2 ways (average over multiple runs):

1) with a benchmark from the file exchange
MATLAB Central >  File Exchange > Utilities > Miscellaneous >
Benchmark
http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objec...

2) With my own benchmark (training of neural networks, a neuro-fuzzy
network that spends most time in shiftdim & repmat functions, delayest
and a inverse of a 5000x5000 matrix)

The result was a bit shocking to me... The 64 bit setup was in general
more than 2x as SLOW as the 32 bit setup!

about the 64bit setup:
- only on the openGL graphics it was considerably faster
- slightly faster on 2D graphics
- equal on FFT calculation
- most other benchmarks were about 2 times as slow
- matrix inverse was over 4 times as slow!

Booting in windows safe mode and using -nojvm made hardly any
difference (faster 3D, slower 2D plots, for the rest the same)

For your information

Greetings
Jorg Entzinger


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Joshua Baker-LePain  
View profile  
 More options Mar 2 2007, 8:33 am
Newsgroups: comp.soft-sys.matlab
From: Joshua Baker-LePain <jl...@begone.spam.duke.edu>
Date: Fri, 2 Mar 2007 13:33:32 +0000 (UTC)
Local: Fri, Mar 2 2007 8:33 am
Subject: Re: Matlab 64 vs 32 bit benchmarking results (on Win XP 64 bit vs Win XP 32 bit SP2)
On 2007-03-02, JentzN...@gmail.com <JentzN...@gmail.com> wrote:

> Recently I installed a new PC with dual boot, win XP 32 bit and win XP
> 64 bit. On the 32 bit OS I run 32 bit matlab, on the 64 bit OS I run
> 64 bit matlab.

> MATLAB Version 7.3.0.267 (R2006b)
> Intel core 2 duo 6700 @ 2.66GHz, 2GB RAM
> NVIDIA GeForce 7600 GS

*snip*

> The result was a bit shocking to me... The 64 bit setup was in general
> more than 2x as SLOW as the 32 bit setup!

Thanks for the interesting info.  Other interesting data points would be:

 o 32bit Matlab under 64bit Windows (is Matlab the problem, or Windows?)
 o The same experiements in Linux.  IME, 64bit Matlab works very well in
   Linux, but I've never done any systematic benchmarking.

--
Joshua Baker-LePain
Department of Biomedical Engineering
Duke University


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Matlab 64 vs 32 bit benchmarking results (on W" by x64 User
x64 User  
View profile  
 More options Mar 3 2007, 1:30 am
Newsgroups: comp.soft-sys.matlab
From: "x64 User" <a...@123.com>
Date: Sat, 3 Mar 2007 01:30:10 -0500
Local: Sat, Mar 3 2007 1:30 am
Subject: Re: Matlab 64 vs 32 bit benchmarking results (on W

Here are my results to add to the mix:

Hardware: Intel Xeon 3.66ghz 16 gig ram 4 dual cores
OS: Windows Server 2003 x64

A run of my typical simulation code:
   R2007a x32: 115 seconds
   R2007a x64: 39 seconds

Both of these results have the multiprocess/core feature set to 1.

Not too bad for just an upgrade.

Stephen


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
SeBy  
View profile  
 More options Mar 3 2007, 4:43 am
Newsgroups: comp.soft-sys.matlab
From: SeBy <S...@DocKy.fr>
Date: Sat, 3 Mar 2007 04:43:03 -0500
Local: Sat, Mar 3 2007 4:43 am
Subject: Re: Matlab 64 vs 32 bit benchmarking results (on W

Yes R2007a seems to rock. I want to test it with a C2D and XP64. If
you have some numbers to give with multi-core ...

SeBt


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jentzn...@gmail.com  
View profile  
 More options Mar 8 2007, 6:23 am
Newsgroups: comp.soft-sys.matlab
From: JentzN...@gmail.com
Date: 8 Mar 2007 03:23:36 -0800
Local: Thurs, Mar 8 2007 6:23 am
Subject: Re: Matlab 64 vs 32 bit benchmarking results (on W
<JentzN...@gmail.com>

Thanks Stephen, your results inspired me to try the upgrade ;-)
HOWEVER:
I wonder what kind of "typical" simulation you have that runs 3x as
fast on 64bit...

The benchmark from file-exchange
http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objec...
shows some better performance on LU and FFT but worse on ODE
calculations. Much better (like 3x) than the 2006b 64bit version, but
only slightly different from the 2007a 32bit version.

My own test shows that calculation of a big matrix inverse is 25%
faster on 64bit than 32 bit (2007b), but training neural networks is
like 15% slower on 64bit... Also some of my own functions (spending
most time in repmat and shiftdim) are slightly slower on 64bit.

Jorg Entzinger


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bobby Cheng  
View profile  
 More options Mar 8 2007, 6:42 am
Newsgroups: comp.soft-sys.matlab
From: "Bobby Cheng" <bch...@mathworks.com>
Date: Thu, 8 Mar 2007 06:42:17 -0500
Local: Thurs, Mar 8 2007 6:42 am
Subject: Re: Matlab 64 vs 32 bit benchmarking results (on W
If your own functions are spending times in repmat, then you may want to
look at bsxfun in R2007a.

Google: bsxfun

---Bob.

<JentzN...@gmail.com> wrote in message

news:1173353016.523110.60390@s48g2000cws.googlegroups.com...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google