Theano / libgpuarray

Library to manipulate tensors on the GPU.
Other
189 stars 95 forks source link

Info about libraries in use #469

Open jakirkham opened 7 years ago

jakirkham commented 7 years ago

Maybe this is already a thing that I'm overlooking.

Would be nice to get a list of the libraries loaded since they can be loaded at runtime. For instance, what BLAS library is in use.

abergeron commented 7 years ago

Do you mean an API that returns you these things or just documentation?

jakirkham commented 7 years ago

Meaning an API. For example, on an OpenCL platform, I could be using clBLAS, CLBlast, or no BLAS. Having some way to check which one is in use would be really helpful.