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 c579f74 commit 2876b04Copy full SHA for 2876b04
README.md
@@ -64,7 +64,8 @@ http://xtensor-blas.readthedocs.io/
64
65
| `xtensor-blas` | `xtensor` |
66
|-----------------|-----------|
67
-| master | ^0.21.2 |
+| master | ^0.21.4 |
68
+| 0.17.2 | ^0.21.4 |
69
| 0.17.1 | ^0.21.2 |
70
| 0.17.0 | ^0.21.1 |
71
| 0.16.1 | ^0.20.4 |
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 1
+#define XTENSOR_BLAS_VERSION_PATCH 2
16
17
#ifndef XTENSOR_USE_FLENS_BLAS
18
#define HAVE_CBLAS 1
0 commit comments