pytorch/tools/setup_helpers
Alexander Grund d5f99581b5 Pass WITH_BLAS option from environment to CMake (#78037)
Allows to choose the BLAS backend with Eigen. Previously this was a CMake option only and the env variable was ignored.

Related to f1f3c8b0fa

The claimed options BLAS=BLIS WITH_BLAS=blis are misleading: When BLAS=BLIS is set the WITH_BLAS option does not matter at all, it would only matter for BLAS=Eigen hence this issue went undetected so far.

Supersedes #59220
Pull Request resolved: https://github.com/pytorch/pytorch/pull/78037
Approved by: https://github.com/adamjstewart, https://github.com/janeyx99
2022-05-25 13:38:41 +00:00
..
__init__.py Run Black on all of tools/ 2022-04-20 17:29:41 +00:00
BUILD.bazel Rename tools/codegen to torchgen (#76275) 2022-04-25 01:38:06 +00:00
BUILD.buck Re-land BUCK build for pytorch mobile (#77612) 2022-05-17 00:30:13 +00:00
build.bzl Rename tools/codegen to torchgen (#76275) 2022-04-25 01:38:06 +00:00
cmake.py Pass WITH_BLAS option from environment to CMake (#78037) 2022-05-25 13:38:41 +00:00
env.py Run Black on all of tools/ 2022-04-20 17:29:41 +00:00
gen_unboxing.py [PyTorch] Add codegen unboxing ability (#69881) 2022-03-01 23:28:13 +00:00
gen_version_header.py Run Black on all of tools/ 2022-04-20 17:29:41 +00:00
gen.py Rename tools/codegen to torchgen (#76275) 2022-04-25 01:38:06 +00:00
generate_code.py introduce new --gen-dir flag to generate_code and use it in fbcode (#75800) 2022-05-04 15:26:25 +00:00
numpy_.py Run Black on all of tools/ 2022-04-20 17:29:41 +00:00