pytorch/cmake
Nikita Shulga fe4032fe20 [BE][CMake] Do not use EXEC_PROGRAM (#129714)
It was deprecated since CMake-3.0 in favor of `execute_process`, see https://cmake.org/cmake/help/v3.18/command/exec_program.html

This makes the following warning disappear:
```
CMake Warning (dev) at cmake/Modules/FindARM.cmake:5 (EXEC_PROGRAM):
  Policy CMP0153 is not set: The exec_program command should not be called.
  Run "cmake --help-policy CMP0153" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  Use execute_process() instead.
```
Pull Request resolved: https://github.com/pytorch/pytorch/pull/129714
Approved by: https://github.com/kit1980
2024-06-28 13:29:52 +00:00
..
External Add Efficient Attention support on ROCM (#124885) 2024-06-08 22:41:05 +00:00
Modules [BE][CMake] Do not use EXEC_PROGRAM (#129714) 2024-06-28 13:29:52 +00:00
Modules_CUDA_fix Allow building for sm90a (#125523) 2024-05-06 20:03:12 +00:00
public Remove outdated CUDA code from CMake (#128801) 2024-06-21 15:00:00 +00:00
Allowlist.cmake
BuildVariables.cmake
Caffe2Config.cmake.in [Submodule] Remove third-party onnx-tensorrt (#126542) 2024-05-19 22:34:24 +00:00
CheckAbi.cmake
cmake_uninstall.cmake.in
Codegen.cmake Set target dependencies to always build for sm90a on rowwise scaling (#129402) 2024-06-25 13:54:51 +00:00
DebugHelper.cmake
Dependencies.cmake [Profiler] Add TSC Clock Callback to CUPTI (#125036) 2024-06-27 21:07:43 +00:00
FlatBuffers.cmake
GoogleTestPatch.cmake
IncludeSource.cpp.in
iOS.cmake [executorch] Update iOS toolchain with a modern cmake syntax. (#115799) 2023-12-15 00:51:30 +00:00
Metal.cmake [CI] Compile on M1 natively (#95719) 2023-03-01 04:20:42 +00:00
MiscCheck.cmake Simplify CMake code (#127683) 2024-06-05 15:17:31 +00:00
prioritized_text.txt [Build] Add linker script optimization (#121975) 2024-04-09 20:22:25 +00:00
ProtoBuf.cmake [BE] Cleanup CMake flag suppressions (#97584) 2023-03-27 18:46:09 +00:00
ProtoBufPatch.cmake
Summary.cmake Add Efficient Attention support on ROCM (#124885) 2024-06-08 22:41:05 +00:00
TorchConfig.cmake.in Remove outdated CUDA code from CMake (#128801) 2024-06-21 15:00:00 +00:00
TorchConfigVersion.cmake.in
VulkanCodegen.cmake [BE][CMake] Use FindPython module (#124613) 2024-05-29 13:17:35 +00:00
VulkanDependencies.cmake