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 f072d1f commit 303bb5bCopy full SHA for 303bb5b
README.md
@@ -65,6 +65,7 @@ http://xtensor-blas.readthedocs.io/
65
| `xtensor-blas` | `xtensor` |
66
|-----------------|-----------|
67
| master | ^0.23.3 |
68
+| 0.19.1 | ^0.23.3 |
69
| 0.19.0 | ^0.23.0 |
70
| 0.18.0 | ^0.22.0 |
71
| 0.17.2 | ^0.21.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 19
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