• notoraptor's avatar
    I added an implementation of C-functions "sgemm_" and "dgemm_" that call Numpy… · 0cd7aa7b
    notoraptor 提交于
    I added an implementation of C-functions "sgemm_" and "dgemm_" that call Numpy C-API functions to perform matrix product when BLAS is explicitely disabled (with theano flag "blas.ldflags" set to empty).
    
    This can be tested with:
    THEANO_FLAGS=blas.ldflags= nosetests theano/tensor/nnet/tests/test_abstract_conv.py:TestCorrConv2d
    0cd7aa7b
blas_headers.py 66.0 KB