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 ab4462a commit b0b61c5Copy full SHA for b0b61c5
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## 6.3.0
4
+
5
+#### Added
6
7
+- Progressive DFT execution
8
9
+#### Changed
10
11
+- Matrix transpose performance has been improved by 10-30%
12
+- Optimize scalar to expression assignment for msvc
13
14
## 6.2.0
15
16
#### Added
include/kfr/kfr.h
@@ -33,7 +33,7 @@
33
#include "cident.h"
34
35
#define KFR_VERSION_MAJOR 6
36
-#define KFR_VERSION_MINOR 2
+#define KFR_VERSION_MINOR 3
37
#define KFR_VERSION_PATCH 0
38
#define KFR_VERSION_LABEL ""
39
0 commit comments