-
Notifications
You must be signed in to change notification settings - Fork 88
Commit 6b9181e
committed
Add a feature to turn on/off blas backend
ndarray by default turns off blas backend, but ndarray-linalg turns
it on by default and there is no way to turn it off. This change adds
a cargo feature to control it. It's a default feature, so users who
don't want to use blas backend need `default-features = false` in
their Cargo.toml.1 parent 3e13736 commit 6b9181e
1 file changed
+3
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 | - | ||
16 | + | ||
17 | + | ||
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
| |||
38 | 39 |
| |
39 | 40 |
| |
40 | 41 |
| |
41 | - | ||
42 | + | ||
42 | 43 |
| |
43 | 44 |
| |
44 | 45 |
| |
|
0 commit comments