|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I compiled a static binary of Povray 3.7 RC5 for ARM because I just bought a
Samsung Galaxy SII and was curious to see how fast the processor is compared to
my other computers. I'll have benchmarks up soon. In the meantime I've posted
the binary in the binary misc section so you guys can check it out.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Forgot to mention that it's compressed with bzip2, but that should be apparent
from the file extension...
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Le 05/06/2012 17:22, jhu nous fit lire :
> I compiled a static binary of Povray 3.7 RC5 for ARM because I just bought a
> Samsung Galaxy SII and was curious to see how fast the processor is compared to
> my other computers. I'll have benchmarks up soon. In the meantime I've posted
> the binary in the binary misc section so you guys can check it out.
>
>
For your numbers, with Intel compiler, on i7 @ 3.33GHz, --benchmark is
Parser Time
Parse Time: 0 hours 0 minutes 0 seconds (0.543 seconds)
using 1 thread(s) with 0.471 CPU-seconds total
Bounding Time: 0 hours 0 minutes 0 seconds (0.000 seconds)
using 1 thread(s) with 0.000 CPU-seconds total
Render Time:
Photon Time: 0 hours 0 minutes 2 seconds (2.164 seconds)
using 15 thread(s) with 2.486 CPU-seconds total
Radiosity Time: No radiosity
Trace Time: 0 hours 2 minutes 8 seconds (128.999 seconds)
using 12 thread(s) with 1525.728 CPU-seconds total
Notice that hyperthreading is little help, as restricting to 6 rendering
threads is not a doubling operation:
Distinct 6 cores:
Render Time:
Photon Time: 0 hours 0 minutes 2 seconds (2.158 seconds)
using 9 thread(s) with 2.483 CPU-seconds total
Radiosity Time: No radiosity
Trace Time: 0 hours 2 minutes 38 seconds (158.196 seconds)
using 6 thread(s) with 943.581 CPU-seconds total
Same 3 cores:
Render Time:
Photon Time: 0 hours 0 minutes 2 seconds (2.160 seconds)
using 9 thread(s) with 2.483 CPU-seconds total
Radiosity Time: No radiosity
Trace Time: 0 hours 4 minutes 16 seconds (256.684 seconds)
using 6 thread(s) with 1532.217 CPU-seconds total
(cores-control with taskset command)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"jhu" <nomail@nomail> wrote:
> I compiled a static binary of Povray 3.7 RC5 for ARM because I just bought a
> Samsung Galaxy SII and was curious to see how fast the processor is compared to
> my other computers. I'll have benchmarks up soon. In the meantime I've posted
> the binary in the binary misc section so you guys can check it out.
Hmm, the first time I ever used POV-Ray was on an ARM2 or ARM3 sometime
1990-1991... full circle!
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
It's really slow: 3 hours and it's only at 25%! Makes me wonder if it's even
using the FPU. I'm going to recompile and try again.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"jhu" <nomail@nomail> wrote:
> It's really slow: 3 hours and it's only at 25%! Makes me wonder if it's even
> using the FPU. I'm going to recompile and try again.
Ok, found the problem: Debian doesn't currently support the ARM FPU(s) in its
libraries yet!
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Recompiled to use fp and cortex a9. Unfortunately it now seg faults half way
through the benchmark. It does this even if I decrease the resolution too.
Arrrgh!!!
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Am 09.06.2012 07:16, schrieb jhu:
> Recompiled to use fp and cortex a9. Unfortunately it now seg faults half way
> through the benchmark. It does this even if I decrease the resolution too.
> Arrrgh!!!
Can you try that binary with a scene that doesn't use photons?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
clipka <ano### [at] anonymousorg> wrote:
> Am 09.06.2012 07:16, schrieb jhu:
> > Recompiled to use fp and cortex a9. Unfortunately it now seg faults half way
> > through the benchmark. It does this even if I decrease the resolution too.
> > Arrrgh!!!
>
> Can you try that binary with a scene that doesn't use photons?
I just compiled a 3.6 binary instead. That one works fine.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"jhu" <nomail@nomail> wrote:
> clipka <ano### [at] anonymousorg> wrote:
> > Am 09.06.2012 07:16, schrieb jhu:
> > > Recompiled to use fp and cortex a9. Unfortunately it now seg faults half way
> > > through the benchmark. It does this even if I decrease the resolution too.
> > > Arrrgh!!!
> >
> > Can you try that binary with a scene that doesn't use photons?
>
> I just compiled a 3.6 binary instead. That one works fine.
I wonder how it would run on the $35 Raspberry Pi? The SoC is a Broadcom
BCM2835. This contains an ARM1176JZFS, with floating point, running at 700Mhz,
and a Videocore 4 GPU.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |