pytorch/cmake
Toyohisa Kameyama 8adec19230 Specify "Generic" BLAS library name. (#74269)
When we use pytorch with unregistered blas, spack set BLAS=Generic.
pytorch is searched only libblas.
If the blas package's blas library name is not libblas, spack install py-torch is failed.

This PR set blas lirary names to GENERIC_BLAS_LIBRARIES environment variable, and py-torch is found blas library.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/74269
Approved by: https://github.com/kit1980
2022-06-20 18:44:54 +00:00
..
External Disable ccache for nccl builds (#62208) 2021-07-27 08:07:26 -07:00
Modules Specify "Generic" BLAS library name. (#74269) 2022-06-20 18:44:54 +00:00
Modules_CUDA_fix Lint trailing newlines (#54737) 2021-03-30 13:09:52 -07:00
public Removing cublas static linking (#79280) 2022-06-13 13:10:16 +00:00
Allowlist.cmake Replace whitelist with allowlist (#42067) 2020-07-28 08:01:16 -07:00
BuildVariables.cmake Remove Caffe2_MAIN_LIBS (#38408) 2020-05-15 12:27:15 -07:00
Caffe2Config.cmake.in Formatting cmake (to lowercase without space for if/elseif/else/endif) (#35521) 2020-03-27 14:25:17 -07:00
Caffe2ConfigVersion.cmake.in Forbid trailing whitespace (#53406) 2021-03-05 17:22:55 -08:00
cmake_uninstall.cmake.in Formatting cmake (to lowercase without space for if/elseif/else/endif) (#35521) 2020-03-27 14:25:17 -07:00
Codegen.cmake Revert "[mobile] Fix lightweight dispatch OOM error by introducing selective build" 2022-06-09 05:16:42 +00:00
DebugHelper.cmake Add debug helper function to check target property (#52093) 2021-02-11 15:37:14 -08:00
Dependencies.cmake Specify "Generic" BLAS library name. (#74269) 2022-06-20 18:44:54 +00:00
FlatBuffers.cmake [pytorch][PR] Add ability for a mobile::Module to save as flatbuffer (#70201) 2022-01-12 16:30:39 -08:00
GoogleTestPatch.cmake Update CMake and use native CUDA language support (#62445) 2021-10-11 09:05:48 -07:00
IncludeSource.cpp.in CMake: Include instead of copying cpu kernel files (#67656) 2021-11-30 19:13:53 -08:00
iOS.cmake Forbid trailing whitespace (#53406) 2021-03-05 17:22:55 -08:00
Metal.cmake [GPU] Enable Metal on macosx (#47635) 2020-11-17 14:44:34 -08:00
MiscCheck.cmake Disable RDYNAMIC check with MSVC (#62949) 2021-08-18 11:51:23 -07:00
ProtoBuf.cmake Update protobuf to 3.13.1 (#62571) 2021-08-19 23:43:55 -07:00
ProtoBufPatch.cmake Update protobuf to 3.13.1 (#62571) 2021-08-19 23:43:55 -07:00
Summary.cmake Add USE_MPS option to cmake summary 2022-05-18 20:16:03 +00:00
TorchConfig.cmake.in reorder cpuinfo and clog deps in TorchConfig.cmake (#79551) 2022-06-16 18:23:26 +00:00
TorchConfigVersion.cmake.in Formatting cmake (to lowercase without space for if/elseif/else/endif) (#35521) 2020-03-27 14:25:17 -07:00
VulkanCodegen.cmake [cmake] Use list(APPEND instead of string(APPEND for vulkan codegen args 2022-04-25 17:36:36 +00:00
VulkanDependencies.cmake [Vulkan]Fix build warnings-treated-as-error on Linux. (#52781) 2021-03-03 13:48:43 -08:00