onnxruntime/orttraining
Vrajang Parikh 5abaca9d69
add maybe unused attribute to vars only used for logging (#15970)
### Description
Add maybe_unused attribute to variables that are only used for logging



### Motivation and Context
Building ORT with training using Xcode 14.3 causes`
-Wunused-but-set-variable` error as some variables are created and
exclusively used for debug logging. Adding maybe_unused suppresses
warnings on unused variables when logging is disabled and fixes the
local build.
2023-05-17 10:24:13 -07:00
..
orttraining add maybe unused attribute to vars only used for logging (#15970) 2023-05-17 10:24:13 -07:00
pytorch_frontend_examples Enable pylint and numpy rules (#15218) 2023-03-27 20:37:53 -07:00
tools [ROCm] reduce batch size to fix CI error (#15714) 2023-05-16 13:10:02 +08:00