Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with cblas_dgemv call in DotInc on certain networks. #23

Open
e2crawfo opened this issue Jun 23, 2016 · 0 comments
Open

Problem with cblas_dgemv call in DotInc on certain networks. #23

e2crawfo opened this issue Jun 23, 2016 · 0 comments
Assignees

Comments

@e2crawfo
Copy link
Contributor

Try running a SPA associative memory with 1-dimensional vectors. We get output like:

Transpose A: 111
m: 1
n: 10
leading_dim_A: 1
X.stride1: 1
Y.stride1: 1
A_label: <Connection from <Node "element output"> to <Node "output">>.weights
X_label: <Node "element output">.in[(slice(None, None, None),)]
Y_label: <Connection from <Node "element output"> to <Node "output">>.weighted

lda must be >= MAX(N,1): lda=1 N=10Parameter 7 to routine cblas_dgemv was incorrect

The first block of output is diagnostic info from added print statements. Has something to do with treating a matrix as a vector.

@e2crawfo e2crawfo self-assigned this Jun 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant