supersat opened a new issue, #13234: URL: https://github.com/apache/tvm/issues/13234
PR #13072 was merged in and improves runtime log filtering on Hexagon. In the process, runtimes with a custom `LogMessageImpl` were updated as well, which includes iOS. However, since iOS was broken in CI, non-trivial changes to the iOS implementation weren't made. As of macOS 10.12 and iOS 10.0 (now over eight years old), Apple has a new logging framework that supports multiple log levels: https://developer.apple.com/documentation/os/logging. Similar to Android and Hexagon, we can forward the TVM log level to `OSLog`, enabling runtime log level filtering. * vert:ios -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
