We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f25edab commit 0b23657Copy full SHA for 0b23657
README.md
@@ -65,6 +65,7 @@ http://xtensor-blas.readthedocs.io/
65
| `xtensor-blas` | `xtensor` |
66
|-----------------|-----------|
67
| master | ^0.21.2 |
68
+| 0.17.1 | ^0.21.2 |
69
| 0.17.0 | ^0.21.1 |
70
| 0.16.1 | ^0.20.4 |
71
| 0.16.0 | ^0.20.0 |
include/xtensor-blas/xblas_config.hpp
@@ -12,7 +12,7 @@
12
13
#define XTENSOR_BLAS_VERSION_MAJOR 0
14
#define XTENSOR_BLAS_VERSION_MINOR 17
15
-#define XTENSOR_BLAS_VERSION_PATCH 0
+#define XTENSOR_BLAS_VERSION_PATCH 1
16
17
#ifndef XTENSOR_USE_FLENS_BLAS
18
#define HAVE_CBLAS 1
0 commit comments