Pass WITH_BLAS option from environment to CMake#78037
Pass WITH_BLAS option from environment to CMake#78037Flamefire wants to merge 1 commit intopytorch:masterfrom
Conversation
Allows to choose the BLAS backend with Eigen
🔗 Helpful links
✅ No Failures (0 Pending)As of commit 7008005 (more details on the Dr. CI page): Expand to see more💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
|
@pytorchbot merge -g |
|
How long does pytorchbot usually take to merge? Is this normal? |
|
@pytorchbot merge -g |
|
@adamjstewart thanks for your perseverance in this matter--that is not normal. We experienced some cancellations the past week and the merge job must have been cancelled :/ |
|
Hey @Flamefire. |
Summary: Allows to choose the BLAS backend with Eigen. Previously this was a CMake option only and the env variable was ignored. Related to f1f3c8b 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: #78037 Approved by: https://github.com/adamjstewart, https://github.com/janeyx99 Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/d5f99581b508df04edecbd0be10312b4b6d5ae03 Reviewed By: mehtanirav Differential Revision: D36668892 fbshipit-source-id: 659d2168dd0c3372776ae82616554d0799c91cf9
Allows to choose the BLAS backend with Eigen. Previously this was a CMake option only and the env variable was ignored.
Related to f1f3c8b
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