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

Relu emu slow #35

Merged
merged 7 commits into from
Jan 30, 2024
Merged

Relu emu slow #35

merged 7 commits into from
Jan 30, 2024

Conversation

yuhuibao
Copy link
Contributor

Emulation for relu and pagerank ran very slow. I made changes in emu/computeunit.go to solve it.
In handleWGCompleteEvent, instead of sending a WGCompletionMsg after every WG finishes, it waits until all WGs finish and then sends a EmuAllWGCompletionMsg. I modified dispatcher.go accordingly to deal with this new form of message.

protocol/cuprotocol.go Outdated Show resolved Hide resolved
@syifan syifan enabled auto-merge (squash) January 30, 2024 14:45
@syifan syifan merged commit 70cf961 into sarchlab:v3 Jan 30, 2024
9 checks passed
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

Successfully merging this pull request may close these issues.

2 participants