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
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
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
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