You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if I can specify the number of cores as one of the optimization options when using the parallel polymer.
I only see this option in PlutoTransform.cc
Option<bool> parallelize{*this, "parallelize",
llvm::cl::desc("Enable parallelization from Pluto."),
llvm::cl::init(false)};
and the result of this option may not suitable for the number of cores on my machine, and I also don't know the best core number of the result.
The text was updated successfully, but these errors were encountered:
I wonder if I can specify the number of cores as one of the optimization options when using the parallel polymer.
I only see this option in PlutoTransform.cc
and the result of this option may not suitable for the number of cores on my machine, and I also don't know the best core number of the result.
The text was updated successfully, but these errors were encountered: