|
@@ -34,7 +34,7 @@ class AiCoreTaskCompiler : public TaskCompiler { |
|
|
Status DoCompileOp(const NodePtr &node) const; |
|
|
Status DoCompileOp(const NodePtr &node) const; |
|
|
Status DoGenerateTask(const Node &node, std::vector<domi::TaskDef> &tasks); |
|
|
Status DoGenerateTask(const Node &node, std::vector<domi::TaskDef> &tasks); |
|
|
OpsKernelInfoStorePtr aic_kernel_store_; |
|
|
OpsKernelInfoStorePtr aic_kernel_store_; |
|
|
atomic_bool is_initialized_ = false; |
|
|
|
|
|
|
|
|
std::atomic_bool is_initialized_ = false; |
|
|
static std::mutex mu_; |
|
|
static std::mutex mu_; |
|
|
}; |
|
|
}; |
|
|
} // namespace hybrid |
|
|
} // namespace hybrid |
|
|