Add pocketfft as submodule (#62841)
authorNikita Shulga <nikita.shulga@gmail.com>
Tue, 17 Aug 2021 22:28:45 +0000 (15:28 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Tue, 17 Aug 2021 22:29:56 +0000 (15:29 -0700)
commit6e5d065b2b7c6e98d0757b49122f10990bac4ba9
tree82f11e12969d7cfcd375a6d39d3daca985ae3e42
parent078dcc4e978d07b67ab2888c6ad92e9e0dbe64ab
Add pocketfft as submodule (#62841)

Summary:
Using https://github.com/mreineck/pocketfft

Also delete explicit installation of pocketfft during the build as it will be available via submodule

Limit PocketFFT support to cmake-3.10 or newer, as `set_source_files_properties` does not seem to work as expected with cmake-3.5

Partially addresses https://github.com/pytorch/pytorch/issues/62821

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

Reviewed By: seemethere

Differential Revision: D30140441

Pulled By: malfet

fbshipit-source-id: d1a1cf1b43375321f5ec5b3d0b538f58082f7825
.gitmodules
.jenkins/pytorch/macos-build.sh
cmake/Dependencies.cmake
setup.py
third_party/pocketfft [new submodule]