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 51a5705 commit 06c8cadCopy full SHA for 06c8cad
README.md
@@ -65,6 +65,7 @@ http://xtensor-blas.readthedocs.io/
65
| `xtensor-blas` | `xtensor` |
66
|-----------------|-----------|
67
| master | ^0.21.1 |
68
+| 0.17.0 | ^0.21.1 |
69
| 0.16.1 | ^0.20.4 |
70
| 0.16.0 | ^0.20.0 |
71
| 0.15.2 | ^0.19.0 |
include/xtensor-blas/xblas_config.hpp
@@ -11,8 +11,8 @@
11
#define XBLAS_CONFIG_HPP
12
13
#define XTENSOR_BLAS_VERSION_MAJOR 0
14
-#define XTENSOR_BLAS_VERSION_MINOR 16
15
-#define XTENSOR_BLAS_VERSION_PATCH 1
+#define XTENSOR_BLAS_VERSION_MINOR 17
+#define XTENSOR_BLAS_VERSION_PATCH 0
16
17
#ifndef XTENSOR_USE_FLENS_BLAS
18
#define HAVE_CBLAS 1
0 commit comments