caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Noel Welsh <noelwelsh@yahoo.com>
To: "Gurr, David \(MED, self\)" <David.Gurr@med.ge.com>,
	Travis Bemann <bemann@execpc.com>,
	Nicolas Cannasse <warplayer@free.fr>
Cc: caml-list@inria.fr
Subject: Re: ocaml, simd, & fftwgel RE: [Caml-list] Caml productivity.
Date: Wed, 31 Jul 2002 01:39:31 -0700 (PDT)	[thread overview]
Message-ID: <20020731083931.60968.qmail@web11204.mail.yahoo.com> (raw)
In-Reply-To: <D4DBD8568F05D511A1C20002A55C008C09C294EE@uswaumsx03medge.med.ge.com>

--- "Gurr, David (MED, self)" <David.Gurr@med.ge.com>
wrote:

> IMHO:
> 
> High performance numerical code esp using SIMD or
> multiprocessor is
> beyond the reach of hand written assembly or hand
> written C.  Very
> heavy template based C++ almost works but odds are
> you will run into
> C++ compiler bugs.

There are a least two parallelising C compilers for
the PC: Intel's and CodePlay's.  CodePlay say they do
a better job than Intel.  I imagine Intel hold a
differing opinion.

I'm interested in knowing the deficiencies of these
compilers.  I imagine they run into problems with
dependency analysis on complicated array expressions. 
Similarly, I'm interested in knowing in what areas HPF
and SAC are performant.  It appears to me that a
functional language (where dependency analysis is
simple) with array shape inference should be capable
of creating very array fast code is almost all
situations (and the SAC benchmarks show them beating
HPF).

Cheers,
Noel



__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


  parent reply	other threads:[~2002-07-31  8:39 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-30 17:58 Gurr, David (MED, self)
2002-07-31  1:29 ` Travis Bemann
2002-07-31  8:09   ` Xavier Leroy
2002-07-31  8:39 ` Noel Welsh [this message]
2002-08-01 15:22 ` John Max Skaller
2002-08-01 15:36 Damien Doligez
2002-08-01 16:38 ` John Max Skaller
2002-08-01 16:55   ` Alexander V.Voinov
2002-08-01 16:45 ` Jonathan Coupe
2002-08-02  2:56 Gurr, David (MED, self)
2002-08-02  9:57 ` Noel Welsh

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=20020731083931.60968.qmail@web11204.mail.yahoo.com \
    --to=noelwelsh@yahoo.com \
    --cc=David.Gurr@med.ge.com \
    --cc=bemann@execpc.com \
    --cc=caml-list@inria.fr \
    --cc=warplayer@free.fr \
    /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).