Skip to content

Commit 006aafd

Browse files
author
zhangyue
committed
revert(pr47): restore AUTO_DETECT_BACKENDS=ON default
Container-side openblas linker issue will be fixed separately; do not regress the master-level default in this PR.
1 parent 7824493 commit 006aafd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ install-dir = "infini"
1414

1515
[tool.scikit-build.cmake.define]
1616
AUTO_DETECT_DEVICES = "ON"
17-
AUTO_DETECT_BACKENDS = "OFF"
17+
AUTO_DETECT_BACKENDS = "ON"
1818
GENERATE_PYTHON_BINDINGS = "ON"
1919

2020
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)