Remove unused build system checks and definitions (#109711)

Remove some outdated checks.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/109711
Approved by: https://github.com/ezyang
This commit is contained in:
cyy
2023-09-21 16:52:10 +00:00
committed by PyTorch MergeBot
parent 5e19216a6e
commit ba0362a09e
6 changed files with 0 additions and 36 deletions

View File

@ -141,7 +141,6 @@ function(caffe2_print_configuration_summary)
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}")
if(${USE_MKLDNN})