Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Compile and run cuda code on the GPU via Perl's Inline::C - passing parameters

by bliako (Monsignor)
on Jul 03, 2021 at 05:58 UTC ( [id://11134614]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    if( ! defined $err ){ print STDERR "$0 : error, call to do_saxpy() has
    + failed.\n"; exit(1); }
    printf "$0 : back to perl-code ...\n";
    print "$0 : (perl-code) : got back result :\n".join("\n", @$err)."\n";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11134614]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-23 22:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found