* [Caml-list] [ANN] Spoc: GPGPU programming with OCaml
@ 2013-06-25 13:39 Mathias Bourgoin
2013-06-26 1:01 ` Francois Berenger
0 siblings, 1 reply; 3+ messages in thread
From: Mathias Bourgoin @ 2013-06-25 13:39 UTC (permalink / raw)
To: caml-list
Hello list,
I would like to present you a set of tools for GPGPU programming with OCaml.
I developed the SPOC library that enables the detection and use of GPGPU
devices with OCaml using Cuda and OpenCL. I also developed a camlp4
syntax extension to handle external Cuda or OpenCL kernels as well as a
DSL to express GPGPU kernels from the OCaml code.
http://www.algo-prog.info/spoc
This work is a big part of my PhD thesis and was partially funded by the
opengpu project. I'm currently in the UPMC-LIP6 laboratory where I'm
supervised by Pr. E. Chailloux and Pr. J-L Lamotte.
SPOC has been presented several times and the slides and the papers
references are on our website if you want more information about it.
It has currently been tested on multiple architectures and systems,
mostly 64-bit Linux and 64-bit OSX systems. It should work with Windows
too (I tested it successfully last year with Windows 7...).
To be able to use SPOC, you'll need a computer capable of running OCaml
(obviously) but also compatible with either OpenCL or Cuda.
For Cuda you only need a current proprietary NVidia driver while for
OpenCL you need to install the correct OpenCL implementation for your
system.
SPOC should compile anyway as everything is dynamically linked, but
you'll need Cuda/OpenCL eventually to run your programs.
SPOC currently lacks a real tutorial, it comes with some examples and I
strongly advise anyone interested to look into the slides and papers on
the website.
By the way, if you are interested and if you are in Paris next week, I
will be presenting SPOC etc. during the "OCaml Users in PariS" (OUPS)
Meetup next Tuesday (July 2) .
I hope to see some of you there and to have some feedback on this work.
Mathias
SPOC : http://www.algo-prog.info/spoc
OpenGPU : http://opengpu.net
OUPS : http://www.meetup.com/ocaml-paris/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Caml-list] [ANN] Spoc: GPGPU programming with OCaml
2013-06-25 13:39 [Caml-list] [ANN] Spoc: GPGPU programming with OCaml Mathias Bourgoin
@ 2013-06-26 1:01 ` Francois Berenger
2013-06-26 16:32 ` Fabrice Le Fessant
0 siblings, 1 reply; 3+ messages in thread
From: Francois Berenger @ 2013-06-26 1:01 UTC (permalink / raw)
To: caml-list
On 06/25/2013 10:39 PM, Mathias Bourgoin wrote:
> Hello list,
>
> I would like to present you a set of tools for GPGPU programming with
> OCaml.
>
> I developed the SPOC library that enables the detection and use of GPGPU
> devices with OCaml using Cuda and OpenCL. I also developed a camlp4
> syntax extension to handle external Cuda or OpenCL kernels as well as a
> DSL to express GPGPU kernels from the OCaml code.
>
> http://www.algo-prog.info/spoc
>
> This work is a big part of my PhD thesis and was partially funded by the
> opengpu project. I'm currently in the UPMC-LIP6 laboratory where I'm
> supervised by Pr. E. Chailloux and Pr. J-L Lamotte.
>
> SPOC has been presented several times and the slides and the papers
> references are on our website if you want more information about it.
> It has currently been tested on multiple architectures and systems,
> mostly 64-bit Linux and 64-bit OSX systems. It should work with Windows
> too (I tested it successfully last year with Windows 7...).
>
> To be able to use SPOC, you'll need a computer capable of running OCaml
> (obviously) but also compatible with either OpenCL or Cuda.
> For Cuda you only need a current proprietary NVidia driver while for
> OpenCL you need to install the correct OpenCL implementation for your
> system.
> SPOC should compile anyway as everything is dynamically linked, but
> you'll need Cuda/OpenCL eventually to run your programs.
>
> SPOC currently lacks a real tutorial, it comes with some examples and I
> strongly advise anyone interested to look into the slides and papers on
> the website.
>
>
> By the way, if you are interested and if you are in Paris next week, I
> will be presenting SPOC etc. during the "OCaml Users in PariS" (OUPS)
> Meetup next Tuesday (July 2) .
Will there be a video or slides available?
I am a litle bit far away... ;)
> I hope to see some of you there and to have some feedback on this work.
>
> Mathias
>
> SPOC : http://www.algo-prog.info/spoc
> OpenGPU : http://opengpu.net
> OUPS : http://www.meetup.com/ocaml-paris/
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Caml-list] [ANN] Spoc: GPGPU programming with OCaml
2013-06-26 1:01 ` Francois Berenger
@ 2013-06-26 16:32 ` Fabrice Le Fessant
0 siblings, 0 replies; 3+ messages in thread
From: Fabrice Le Fessant @ 2013-06-26 16:32 UTC (permalink / raw)
To: Francois Berenger; +Cc: caml-list
[-- Attachment #1: Type: text/plain, Size: 3074 bytes --]
We had a problem with the video, during the last event (the camera settings
were on a proprietary format, that we were unable to download afterwards on
our linux boxes). Normally, the camera settings have been fixed, so we
should be able to upload the movies that will be taken next Tuesday, for
the people who cannot come.
--Fabrice
On Wed, Jun 26, 2013 at 3:01 AM, Francois Berenger <berenger@riken.jp>wrote:
> On 06/25/2013 10:39 PM, Mathias Bourgoin wrote:
>
>> Hello list,
>>
>> I would like to present you a set of tools for GPGPU programming with
>> OCaml.
>>
>> I developed the SPOC library that enables the detection and use of GPGPU
>> devices with OCaml using Cuda and OpenCL. I also developed a camlp4
>> syntax extension to handle external Cuda or OpenCL kernels as well as a
>> DSL to express GPGPU kernels from the OCaml code.
>>
>> http://www.algo-prog.info/spoc
>>
>> This work is a big part of my PhD thesis and was partially funded by the
>> opengpu project. I'm currently in the UPMC-LIP6 laboratory where I'm
>> supervised by Pr. E. Chailloux and Pr. J-L Lamotte.
>>
>> SPOC has been presented several times and the slides and the papers
>> references are on our website if you want more information about it.
>> It has currently been tested on multiple architectures and systems,
>> mostly 64-bit Linux and 64-bit OSX systems. It should work with Windows
>> too (I tested it successfully last year with Windows 7...).
>>
>> To be able to use SPOC, you'll need a computer capable of running OCaml
>> (obviously) but also compatible with either OpenCL or Cuda.
>> For Cuda you only need a current proprietary NVidia driver while for
>> OpenCL you need to install the correct OpenCL implementation for your
>> system.
>> SPOC should compile anyway as everything is dynamically linked, but
>> you'll need Cuda/OpenCL eventually to run your programs.
>>
>> SPOC currently lacks a real tutorial, it comes with some examples and I
>> strongly advise anyone interested to look into the slides and papers on
>> the website.
>>
>>
>> By the way, if you are interested and if you are in Paris next week, I
>> will be presenting SPOC etc. during the "OCaml Users in PariS" (OUPS)
>> Meetup next Tuesday (July 2) .
>>
>
> Will there be a video or slides available?
>
> I am a litle bit far away... ;)
>
>
> I hope to see some of you there and to have some feedback on this work.
>>
>> Mathias
>>
>> SPOC : http://www.algo-prog.info/spoc
>> OpenGPU : http://opengpu.net
>> OUPS : http://www.meetup.com/ocaml-**paris/<http://www.meetup.com/ocaml-paris/>
>>
>>
>
> --
> Caml-list mailing list. Subscription management and archives:
> https://sympa.inria.fr/sympa/**arc/caml-list<https://sympa.inria.fr/sympa/arc/caml-list>
> Beginner's list: http://groups.yahoo.com/group/**ocaml_beginners<http://groups.yahoo.com/group/ocaml_beginners>
> Bug reports: http://caml.inria.fr/bin/caml-**bugs<http://caml.inria.fr/bin/caml-bugs>
>
--
Fabrice LE FESSANT
Chercheur en Informatique
INRIA Paris Rocquencourt -- OCamlPro
Programming Languages and Distributed Systems
[-- Attachment #2: Type: text/html, Size: 4253 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-06-26 16:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-25 13:39 [Caml-list] [ANN] Spoc: GPGPU programming with OCaml Mathias Bourgoin
2013-06-26 1:01 ` Francois Berenger
2013-06-26 16:32 ` Fabrice Le Fessant
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox