[erlang-questions] Some library similar to Haskell Accelerate

Darach Ennis darach@REDACTED
Wed Feb 17 16:55:38 CET 2016


Hi Leonardo,

It's also worth looking at:

* CL - https://github.com/tonyrog/cl
* PteraCUDA - https://github.com/kevsmith/pteracuda

If you want to offload the compute intensive code to GPU acceleration these
might
be worth investigating.

If you wish to pre- or -post- process something on a latency sensitive data
path then Solarflare's
AOE enables this: http://www.solarflare.com/applicationonload-engine
through a
firmware development kit.

Cheers,

Darach.

On Wed, Feb 17, 2016 at 3:42 PM, Sean Cribbs <seancribbs@REDACTED> wrote:

> Are you looking for something like LINPACK/LAPACK? There's this:
> https://github.com/sklassen/lapack-erlang-nif
>
> Cheers,
>
> Sean
>
> On Wed, Feb 17, 2016 at 8:11 AM, Leonardo Fernandes Mendonca de Oliveira <
> lfmo@REDACTED> wrote:
>
>> Hi,
>> Does anyone knows if there is some erlang library similar to Haskell
>> Accelerate [https://hackage.haskell.org/package/accelerate].
>> Basically: It defines an array language for computations for
>> high-performance computing (Computations on multi-dimensional regular
>> arrays..that can be executed on a range of architectures).
>>
>>
>> --
>> Atc.,
>> MSc. Leonardo Fernandes
>> @leofernandesmo
>>
>> _______________________________________________
>> erlang-questions mailing list
>> erlang-questions@REDACTED
>> http://erlang.org/mailman/listinfo/erlang-questions
>>
>>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20160217/e7ad0e1a/attachment.htm>


More information about the erlang-questions mailing list