Blas/ lapack/boost/eigen #3301
-
Does datatable use blas/lapack? If it doesn't is there any reason not to? I assume it would offer more performance if used |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Nope, all the datatable dependencies are listed here: https://github.com/h2oai/datatable/blob/main/ci/ext.py#L418-L426 As for the blas/lapack/boost — do you have any specific routines in mind to be re-used from these libraries? These are pretty big libs, adding them as dependency will hugely increase amount of the datatable source code and also the building time. |
Beta Was this translation helpful? Give feedback.
Nope, all the datatable dependencies are listed here: https://github.com/h2oai/datatable/blob/main/ci/ext.py#L418-L426
We also have some borrowed code with the appropriate licenses here: https://github.com/h2oai/datatable/tree/main/src/core/lib
As for the blas/lapack/boost — do you have any specific routines in mind to be re-used from these libraries? These are pretty big libs, adding them as dependency will hugely increase amount of the datatable source code and also the building time.