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 fa97e64 commit 53989b6Copy full SHA for 53989b6
src/segmentation.cpp
@@ -24,6 +24,8 @@ Initializer() {
24
25
#ifdef USE_CUDA
26
params_encoder.cudaEnable = true;
27
+ params_decoder.cudaEnable = true;
28
+
29
#else
30
params_encoder.cudaEnable = false;
31
#endif
0 commit comments