You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix format string error in Android PAL initialization assert macro (pytorch#14119)
Summary:
The `__android_log_print` call had an extra `"%s"` format specifier that wasn't matched by the provided arguments, causing `-Werror,-Wformat-extra-args` compilation failures.
Reviewed By: smeenai
Differential Revision: D81949537
0 commit comments