G'day All,

I've been hunting around for (production-grade) modules providing GPGPU bindings or interface.

I've tried searching CPAN and "Super Search" (here). So far, I've come up with the following.

OpenCL
This installed via cpan without any problems (admittedly, a tad surprisingly given all of the FAIL and UNKNOWN results on CPAN Testers Matrix: OpenCL 1.01). The description starts with "This is an early release which might be useful, but hasn't seen much testing." and the module appears to be abandonware (last update 2012). Probably not the production-grade I'm looking for.
ExtUtils::nvcc
This provides a front-end to NVIDIA's CUDA. I'm currently in the process of installing this: there's a few dependencies, so that may take a while. There was a patch for Bug #83396 provided in 2013; the module's author responded (so was aware of this) but apparently did nothing about it. This also appears to be abandonware (last update 2011).

Does anyone know about any other GPGPU modules?

— Ken


In reply to Perl GPGPU Modules by kcott

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.