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

bug report - one line need to be changed in 10-GeMM_AIEvsDSP #424

Closed
ChengyueWang opened this issue Dec 18, 2023 · 1 comment
Closed

bug report - one line need to be changed in 10-GeMM_AIEvsDSP #424

ChengyueWang opened this issue Dec 18, 2023 · 1 comment

Comments

@ChengyueWang
Copy link

Hi AIE team,

I am writing to remind that

this line
adf::connect<>(mmult[i].out, matC_out[i].in[0]);

need to be changed as
adf::connect<>(mmult[i].out[0], matC_out[i].in[0]);

to make the program runnable

@imrickysu
Copy link
Contributor

Hi @ChengyueWang , thanks for pointing out this issue. I've forwarded this message to the author.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants