Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: Perl and parallel processors

by etj (Deacon)
on May 22, 2022 at 18:48 UTC ( [id://11144099]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Perl and parallel processors
in thread Perl and parallel processors

Note from THE FUTURE about PDL parallel processing:
  • In 1998, PDL version v1.99987, there was extremely basic support for POSIX threading
  • In 2011, John Cerney added PDL::ParallelCPU and the machinery for doing "broadcasting" (then, confusingly, called "threading") to "pthread" over a specified number of CPUs/cores, first released with 2.4.10
  • In 2021, 2.058 added the ability for this to take place over ndarrays with dimensions not exactly divisible by the given number of cores
  • 2.059 then added a default value for the number of cores as the available number of cores at program startup (found using code lifted from git)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-25 23:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found