Browse thread
SMP multithreading
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2010-11-19 (09:01) |
From: | Christophe TROESTLER <Christophe.Troestler+ocaml@u...> |
Subject: | Re: [Caml-list] SMP multithreading |
On Thu, 18 Nov 2010 00:08:19 +0100, Christophe Raffalli wrote: > > And OCaml on GPU ? We just tested a recent GPU card with 480 > processors at 900Mhz ... this is qui impressive ... and supported by > matlab via cuda-lapack (http://www.culatools.com/) ... I imagine we > could at least use cuda-lapack from OCaml ? This is certainly possible since they say that the standard LAPACK functions are available. If you try, let us know! Best, C.