We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee8578 commit a623686Copy full SHA for a623686
paddle/cinn/hlir/framework/pir_compiler.cc
@@ -77,6 +77,8 @@ std::vector<pir::CINNKernelInfo> PirCompiler::Build(
77
auto worker_fn = [&](int index) {
78
CompilationTask task(&group_compilation_contexts[index]);
79
compilation_results[index] = task();
80
+ // Triggering llvm compilation in thread
81
+ compilation_results[index]->GetKernelInfo();
82
};
83
utils::parallel_run(worker_fn,
84
utils::SequenceDispatcher(0, task_size),
0 commit comments