pytorch/cmake
Isuru Fernando b58e04f156 Make sure FindLAPACK finds the same BLAS library (#49647)
Summary:
BLAS library is found by cmake/Dependencies.cmake and then
LAPACK library is found by FindLAPACK.cmake which in turn calls
FindBLAS.cmake. This means that we are searching for BLAS twice
and they might be different things. By setting a few variables,
this can be avoided.

cc seemethere

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

Reviewed By: seemethere, ejguan

Differential Revision: D29943680

Pulled By: malfet

fbshipit-source-id: 3cbc350ea645a1a28dd92c19e5ee7f9eecdeff59
2021-08-02 20:41:00 -07:00
..
External Disable ccache for nccl builds (#62208) 2021-07-27 08:07:26 -07:00
Modules Support system-provided Intel TBB (#61934) 2021-08-02 07:39:00 -07:00
Modules_CUDA_fix
public Support system-provided Intel TBB (#61934) 2021-08-02 07:39:00 -07:00
Allowlist.cmake
BuildVariables.cmake
Caffe2Config.cmake.in
Caffe2ConfigVersion.cmake.in
cmake_uninstall.cmake.in
Codegen.cmake Add AVX512 support in ATen & remove AVX support (#61903) 2021-07-22 08:51:49 -07:00
DebugHelper.cmake
Dependencies.cmake Make sure FindLAPACK finds the same BLAS library (#49647) 2021-08-02 20:41:00 -07:00
GoogleTestPatch.cmake
iOS.cmake
Metal.cmake
MiscCheck.cmake Ignore LNK4099 for debug binary libtorch builds (#62060) 2021-07-23 09:31:41 -07:00
ProtoBuf.cmake
ProtoBufPatch.cmake
Summary.cmake Support system-provided Intel TBB (#61934) 2021-08-02 07:39:00 -07:00
TorchConfig.cmake.in Expand Kineto platform support (ci-all) (#56323) 2021-05-05 15:00:01 -07:00
TorchConfigVersion.cmake.in
VulkanCodegen.cmake [vulkan] Fix glslc path for desktop build (#56507) 2021-05-11 14:18:39 -07:00
VulkanDependencies.cmake