Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

PDL 2.062 released

by etj (Deacon)
on Nov 19, 2021 at 05:12 UTC ( [id://11138932]=note: print w/replies, xml ) Need Help??


in reply to PDL 2.058 released

PDL 2.062 has just been released. Notable changes since 2.059:
  • Fixes for log10 with “tgmath”
  • Native-complex ->re and ->im now do two-way dataflow
  • The random-number functions now use xoroshiro256+ rather than the almost-always worse (and thread-unsafe) libc analogues; they can now also pthread
Future plans, in no particular order:
  • finish the independent C interface for making PDL usable from e.g. Python
  • more pervasive use of e.g. BLAS/LAPACK routines if available
  • use OpenCL or other means to also utilise GPUs if available
  • “loop fusion” techniques to maximise locality of computation, minimising data’s trips through the “straw” between CPU and main RAM
The IRC channel (#pdl on irc.perl.org) is a great virtual place to come and ask questions, or just watch the GitHub messages flow by.

Replies are listed 'Best First'.
Re: PDL 2.062 released
by bliako (Monsignor) on Nov 19, 2021 at 08:17 UTC

    thanks for that! (I just learned what "loop fusion" is)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (6)
As of 2024-03-29 09:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found