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 40efe7e commit 4e1ad6dCopy full SHA for 4e1ad6d
plugin/modulatedDeformConvPlugin/modulatedDeformConvPlugin.cpp
@@ -191,6 +191,8 @@ int32_t ModulatedDeformableConvPluginDynamic::enqueue(nvinfer1::PluginTensorDesc
191
void* output = outputs[0];
192
int32_t im2colStep = std::min(batch, 32);
193
194
+ PLUGIN_CUBLASASSERT(mCublasWrapper->cublasSetStream(mCublasHandle, stream));
195
+
196
auto data_type = inputDesc[0].type;
197
switch (data_type)
198
{
0 commit comments