mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
PyTorch MergeBot
parent
0794d59d76
commit
1f7d243e36
@ -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}")
|
||||
|
Reference in New Issue
Block a user