• Pascal Lamblin's avatar
    Fix CGemv when vectors have negative strides · a20c564d
    Pascal Lamblin 提交于
    Both BLAS and Numpy were trying to be too clever, BLAS by wanting a
    pointer to the beginning of the memory chunk (even if it will start from
    the end, and Numpy by providing a pointer to the first element, that is
    at the end of the memory buffer.
    a20c564d
名称
最后提交
最后更新
..
deprecated 正在载入提交数据...
nnet 正在载入提交数据...
signal 正在载入提交数据...
tests 正在载入提交数据...
__init__.py 正在载入提交数据...
basic.py 正在载入提交数据...
blas.py 正在载入提交数据...
blas_c.py 正在载入提交数据...
blas_headers.py 正在载入提交数据...
blas_scipy.py 正在载入提交数据...
elemwise.py 正在载入提交数据...
elemwise_cgen.py 正在载入提交数据...
inplace.py 正在载入提交数据...
opt.py 正在载入提交数据...
opt_uncanonicalize.py 正在载入提交数据...
randomstreams.py 正在载入提交数据...
raw_random.py 正在载入提交数据...
shared_randomstreams.py 正在载入提交数据...
sharedvar.py 正在载入提交数据...
utils.py 正在载入提交数据...
xlogx.py 正在载入提交数据...