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

Concurrency/cuda stream Improvements #566

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

ptheywood
Copy link
Member

Additional use of concurrency / improvments implemented during the cineca hackathon

  • Async/streamed id generation related functions (for birth)
  • Message output post processing
  • Agent birth post processing
  • Agent death post processing
  • Batched memcpy
  • Pinned memory.
  • Stream ownership / access.

@ptheywood ptheywood force-pushed the cineca_concurrency branch 2 times, most recently from 1563c73 to 098cf61 Compare September 21, 2021 14:30
@ptheywood
Copy link
Member Author

A decent chunk of the todo's in this have been covered by @Robadob since this was made, however there are still uses of non-async default stream cudaMemcpy in getDeviceNextID, so I won't close this yet (but won't resume working on this as a priority either)

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.

None yet

1 participant