Fix USE_MKLDN defaults (#50782)
Summary:
Fixes regression introduced by https://github.com/pytorch/pytorch/pull/50400
`cmake_dependent_option` semantic is following (see https://cmake.org/cmake/help/v3.19/module/CMakeDependentOption.html);
`cmake_dependent_option(<option> "<help_text>" <value> <depends> <force>)`
I.e. depends should be true for CPU_INTEL or CPU_AARCH64 but default value should be ON only if CPU_INTEL is true
Pull Request resolved: https://github.com/pytorch/pytorch/pull/50782
Reviewed By: xuzhao9
Differential Revision: D25966509
Pulled By: malfet
fbshipit-source-id: c891cd9234311875762403f7125d0c3803bb0e65