Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Destroy CUDA stream when finished #2921
+7
−2
Conversation
ronghanghu
added the
bug
label
Aug 14, 2015
|
@cypof I am not an expert in CUDA myself, but I believe I think this PR should be the right fix. Please correct me if I'm wrong. |
|
Ah yes, that's correct. Good catch. |
ronghanghu
added a commit
that referenced
this pull request
Aug 14, 2015
|
|
ronghanghu |
65c7fa6
|
ronghanghu
merged commit 65c7fa6
into
BVLC:master
Aug 14, 2015
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
buaaliyi
deleted the
buaaliyi:multi_gpu branch
Aug 15, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
buaaliyi commentedAug 14, 2015
Add missing cudaStreamDestroy in BasePrefetchingDataLayer::InternalThreadEntry. cudaStreamCreate and cudaStreamDestroy function call always come in pairs.