Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
roywei committed Feb 28, 2019
1 parent d00d01e commit d4ecd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cpp/include/test_op.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ struct GPUStreamScope {
: opContext_(*opContext) {
CHECK_EQ(opContext_.run_ctx.stream == nullptr, true)
<< "Invalid runtime context stream state";
opContext_.run_ctx.stream = mshadow::NewStream<gpu>(true, true);
opContext_.run_ctx.stream = mshadow::NewStream<gpu>(true, true, 0);
CHECK_EQ(opContext_.run_ctx.stream != nullptr, true)
<< "Unable to allocate a GPU stream";
}
Expand Down

0 comments on commit d4ecd4a

Please sign in to comment.