Dear PDL folks,

PDL 2.059 has just been released. Notable changes since 2.058:

  *   pthreading now uses the number of available CPU cores if no 
PDL_AUTOPTHREAD_TARG is set
  *   use of tgmath.h plus some macros makes for shorter generated functions

The first point will mean you need to ensure you set “NoPthread=>1” on your 
functions if that is necessary, for instance if you are calling into a 
non-thread-safe library, or doing I/O.

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 to also utilise GPUs if available

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.

As usual, please give the new PDL a try and report problems.

Best regards,
Ed

_______________________________________________
pdl-devel mailing list
pdl-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pdl-devel

Reply via email to