On Sun, Mar 25, 2018 at 08:40:37PM -0000, aditya mitkari wrote: > Can the PCA API code be considered for parallelization using openMP?
Hi Aditya, I think in many cases you can just use OpenBLAS and this will parallelize most of the operation of PCA. But if you see that there are still parts that OpenBLAS will not parallelize, then I would agree that the PCA code would be useful to apply OpenMP to. Thanks, Ryan -- Ryan Curtin | "We need some time for some things to happen!" [email protected] | - Bells _______________________________________________ mlpack mailing list [email protected] http://knife.lugatgt.org/cgi-bin/mailman/listinfo/mlpack
