Skip to content

Possible tweak of direction - make Alien::CUDA like Alien::OpenMP? #1

@mohawk2

Description

@mohawk2

I think what you're aiming to do is superb! Have you considered tweaking how it works so Inline::C (etc) can do all the compiling bits, and this thing just provides C compiler flags and so on, like https://metacpan.org/pod/Alien::OpenMP#Inline:

use Alien::CUDA; use Inline C => 'DATA', with => q/Alien::CUDA/;

If you'd like to discuss on IRC, then #native (or #pdl) on irc.perl.org would be great places to try. Or, the code in Alien::OpenMP itself is in a pretty good state to start from.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions