help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: nVIDIA cuBLAS and GNU Octave


From: Riccardo Corradini
Subject: Re: nVIDIA cuBLAS and GNU Octave
Date: Thu, 27 Jun 2013 11:23:29 +0100 (BST)

Daniel,
there is an open source implementation of the cuda driver api use the following libraries : drm and drm_nouveau.
On the upper level there is another open source library called gdev.
Please have look at the readme for nouveau driver
https://github.com/shinpei0208/gdev.
The missing part is the lack of a candidate for the substitution of nvcc with an opensource tool.
In theory llvm may work to generate the ptx.
there is also a compiler for ptx -> cubin for nvidia fermi architectures.
http://code.google.com/p/asfermi/
There is an initial hint on the path of llvm + dragonegg ...
See
http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-June/050712.html
Please fell free to contribute
Bests
Riccardo


Da: c. <address@hidden>
A: Daniel Kraft <address@hidden>
Cc: Riccardo Corradini <address@hidden>; "address@hidden Octave" <address@hidden>
Inviato: Mercoledì 26 Giugno 2013 8:55
Oggetto: Re: nVIDIA cuBLAS and GNU Octave


On 26 Jun 2013, at 07:51, Daniel Kraft <address@hidden> wrote:

> Hi,
>
> On 06/26/2013 06:03 AM, yuer wrote:
>> I am looking for CUDA + Octave too.
>>
>> anybody tried to compile GPUmat with Octave?  I see GPUmat supports Matlab,
>> not sure mex compatablity on Octave
>
> I don't know about GPUmat, but some time ago I tried out integrating
> CUDA with Octave via .oct files:
>
http://www.domob.eu/research.php
>
> The bottom line is, it worked basically as expected.  In the PDF linked
> from my page above there should be details if you want to try it.
>
> Yours,
> Daniel

I know Riccardo Corradini is working hard to get GPU computing into Octave without any non-free software tool,
I'm CC-ing him in case he has any comments.
c.
_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave



reply via email to

[Prev in Thread] Current Thread [Next in Thread]