caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Christophe Raffalli <Christophe.Raffalli@univ-savoie.fr>
To: Gordon Henriksen <gordonhenriksen@mac.com>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] OCaml on ppc64 (Linux)?
Date: Thu, 25 Oct 2007 00:08:28 +0200	[thread overview]
Message-ID: <471FC25C.20308@univ-savoie.fr> (raw)
In-Reply-To: <15E07C83-B071-40B2-9748-764D1F51DB47@mac.com>


[-- Attachment #1.1: Type: text/plain, Size: 2557 bytes --]

Gordon Henriksen a écrit :
> On Oct 24, 2007, at 15:29, Adrien wrote:
>
>> 2007/10/24, Xavier Leroy <Xavier.Leroy@inria.fr
>> <mailto:Xavier.Leroy@inria.fr>>:
>>
>>> Then someone told me that the Playstation 3 is a
>>> PPC64/Linux platform...  I'm still not quite sure whether having
>>> OCaml on PPC64/Linux is worth the effort, even if we had the
>>> corresponding hardware.
>>
>> PlayStation3's processor (the Cell) has some parenty with powerpc
>> but it mostly has differences (cell is a ppc6). It has many cores and
>> in fact a variable number of more-or-less specialized cores. It's a
>> sort of revolution because its SMP capabilities are really different
>> from thos of a Core2Duo or of an Athlon64X2. I think there is at
>> least a theorical interest as it seems to perfectly fit simultaneous
>> processing (but maybe not so close).
>
> The SPUs are quite unique, but the PPU (the likely target of an Ocaml
> implementation) is a fairly ordinary PowerPC.

not so fairly ordinary:

It has an in-order execution model (so it is very simple to free enough
room for the PPU), but it seems not to impact performance.
And it has a single precision floating point unit which is ultra fast
(15 times faster than the double precision unit of an intel chip).

For some specific numerical code, report achieve around 6 times the
speed of an intel chip by representing floats as a pair with a single
precision and a double precision approximation (doing the first
iteration using simple precision). ... Why did apple moved to intel ?

So guess what you would get using the SPUs ...

>
> — Gordon
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Caml-list mailing list. Subscription management:
> http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
> Archives: http://caml.inria.fr
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
>   


-- 
Christophe Raffalli
Universite de Savoie
Batiment Le Chablais, bureau 21
73376 Le Bourget-du-Lac Cedex

tel: (33) 4 79 75 81 03
fax: (33) 4 79 75 87 42
mail: Christophe.Raffalli@univ-savoie.fr
www: http://www.lama.univ-savoie.fr/~RAFFALLI
---------------------------------------------
IMPORTANT: this mail is signed using PGP/MIME
At least Enigmail/Mozilla, mutt or evolution 
can check this signature. The public key is
stored on www.keyserver.net
---------------------------------------------


[-- Attachment #1.2: Christophe.Raffalli.vcf --]
[-- Type: text/x-vcard, Size: 310 bytes --]

begin:vcard
fn:Christophe Raffalli
n:Raffalli;Christophe
org:LAMA (UMR 5127)
email;internet:christophe.raffalli@univ-savoie.fr
title;quoted-printable:Ma=C3=AEtre de conf=C3=A9rences
tel;work:+33 4 79 75 81 03
note:http://www.lama.univ-savoie.fr/~raffalli
x-mozilla-html:TRUE
version:2.1
end:vcard


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]

      reply	other threads:[~2007-10-24 22:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-23 16:52 Richard Jones
2007-10-24 18:33 ` [Caml-list] " Xavier Leroy
2007-10-24 19:29   ` Adrien
2007-10-24 21:13     ` Gordon Henriksen
2007-10-24 22:08       ` Christophe Raffalli [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=471FC25C.20308@univ-savoie.fr \
    --to=christophe.raffalli@univ-savoie.fr \
    --cc=caml-list@inria.fr \
    --cc=gordonhenriksen@mac.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).