提交 51e336ec 编写于 作者: Z Zhang Qinghua

Change time out threshold of TBE/AKG op compiling from 20s to 350s.

上级 0154bdeb
...@@ -74,7 +74,7 @@ class KernelBuildClient { ...@@ -74,7 +74,7 @@ class KernelBuildClient {
constexpr inline static auto kTag = "[~]"; constexpr inline static auto kTag = "[~]";
constexpr inline static int kBufferSize = 4096; constexpr inline static int kBufferSize = 4096;
constexpr inline static unsigned int kTimeOutSeconds = 20; constexpr inline static unsigned int kTimeOutSeconds = 350;
static KernelBuildClient &Instance() { static KernelBuildClient &Instance() {
static KernelBuildClient instance; static KernelBuildClient instance;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册