We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc93b54 commit b6fb2bfCopy full SHA for b6fb2bf
onnxruntime/core/mlas/lib/kleidiai/mlasi_kleidiai.h
@@ -27,7 +27,7 @@
27
#if onnxruntime_KLEIDIAI_DEBUG_LOGGING || onnxruntime_KLEIDIAI_KERNEL_LOGGING
28
#define KLEIDIAI_LOG(tag, msg) \
29
do { \
30
- std::cout << __FILE__ << __LINE__ << "[KLEIDIAI " << tag << "]: " << msg << std::endl; \
+ std::cout << "[KLEIDIAI " << tag << "]: " << __FILE__ << " : " << __LINE__ << " : " << msg << std::endl; \
31
} while(false)
32
#endif
33
0 commit comments