Skip to content

Commit 75de336

Browse files
committed
Kick can down road
1 parent 4dbfaec commit 75de336

File tree

1 file changed

+1
-1
lines changed
  • unified-runtime/source/adapters/native_cpu

1 file changed

+1
-1
lines changed

unified-runtime/source/adapters/native_cpu/common.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include "ur/ur.hpp"
1515
#include <chrono>
1616

17-
constexpr size_t MaxMessageSize = 256;
17+
constexpr size_t MaxMessageSize = 512;
1818

1919
extern thread_local int32_t ErrorMessageCode;
2020
extern thread_local char ErrorMessage[MaxMessageSize];

0 commit comments

Comments
 (0)