kumasento / polymer

Bridging polyhedral analysis tools to the MLIR framework
MIT License
99 stars 21 forks source link

Problems about optimal polyhedral strategy generation #128

Open lethean1 opened 2 years ago

lethean1 commented 2 years ago

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.