We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e636a commit 98e2a59Copy full SHA for 98e2a59
src/cudart/execq.cpp
@@ -23,7 +23,7 @@ void ExecQ::deallocate()
23
void ExecQ::allocate()
24
{
25
ptr = new ExecQ::Impl;
26
- ptr->ss = nullptr;
+ ptr->ss = g::s1;
27
check_rt(cudaEventCreateWithFlags(&ptr->mdsave_begin_event, cudaEventDisableTiming));
28
check_rt(cudaEventCreateWithFlags(&ptr->mdsave_end_event, cudaEventDisableTiming));
29
}
0 commit comments