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

Add memcpy_stream and use multi-thread to issue parameter copies #9170

Closed
wants to merge 1 commit into from

Conversation

panyx0718
Copy link
Contributor

@panyx0718 panyx0718 commented Mar 18, 2018

On TitanX with 4 devices without nccl, the se-resnext step
time reduces from ~1.18 to ~1.10

On TitanX with 4 devices, the se-resnext step
time reduces from ~1.18 to ~1.10
@chengduoZH
Copy link
Contributor

It sounds great! but it may have a potential problem.
For example, one op_kernel has two operations, copying(GPU->GPU) and computation, if we put them into two streams(one stream is used to copy and the other is used to compute), before computation, the copy-stream must have a synchronize, or computation result maybe not correct.

@panyx0718 panyx0718 closed this Mar 25, 2018
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

2 participants