Re: [Numpy-discussion] querying backend information

2015-11-05 Thread Eric Moore
On Thu, Nov 5, 2015 at 1:37 AM, Ralf Gommers wrote: > > > On Thu, Nov 5, 2015 at 5:11 AM, Nathaniel Smith wrote: > >> On Wed, Nov 4, 2015 at 4:40 PM, Stefan Seefeld >> wrote: >> > Hello, >> > >> > is there a way to query Numpy for information about backends (BLAS, >> > LAPACK, etc.) that it was

Re: [Numpy-discussion] querying backend information

2015-11-04 Thread Ralf Gommers
On Thu, Nov 5, 2015 at 5:11 AM, Nathaniel Smith wrote: > On Wed, Nov 4, 2015 at 4:40 PM, Stefan Seefeld > wrote: > > Hello, > > > > is there a way to query Numpy for information about backends (BLAS, > > LAPACK, etc.) that it was compiled against, including compiler / linker > > flags that were

Re: [Numpy-discussion] querying backend information

2015-11-04 Thread Nathaniel Smith
On Wed, Nov 4, 2015 at 4:40 PM, Stefan Seefeld wrote: > Hello, > > is there a way to query Numpy for information about backends (BLAS, > LAPACK, etc.) that it was compiled against, including compiler / linker > flags that were used ? > Consider the use-case where instead of calling a function such

[Numpy-discussion] querying backend information

2015-11-04 Thread Stefan Seefeld
Hello, is there a way to query Numpy for information about backends (BLAS, LAPACK, etc.) that it was compiled against, including compiler / linker flags that were used ? Consider the use-case where instead of calling a function such as numpy.dot() I may want to call the appropriate backend directl