Add USE_MPS option to cmake summary

Pull Request resolved: https://github.com/pytorch/pytorch/pull/77782

Approved by: https://github.com/albanD
This commit is contained in:
drisspg
2022-05-18 13:08:18 -07:00
committed by PyTorch MergeBot
parent 0794d59d76
commit 1f7d243e36

View File

@ -138,6 +138,7 @@ function(caffe2_print_configuration_summary)
message(STATUS " USE_METAL : ${USE_METAL}")
message(STATUS " USE_PYTORCH_METAL : ${USE_PYTORCH_METAL}")
message(STATUS " USE_PYTORCH_METAL_EXPORT : ${USE_PYTORCH_METAL_EXPORT}")
message(STATUS " USE_MPS : ${USE_MPS}")
message(STATUS " USE_FFTW : ${USE_FFTW}")
message(STATUS " USE_MKL : ${CAFFE2_USE_MKL}")
message(STATUS " USE_MKLDNN : ${USE_MKLDNN}")