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 decc44f commit 289a2c2Copy full SHA for 289a2c2
CHANGELOG.md
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
3
4
## [Unreleased]
5
6
+- None
7
+
8
+## [v3.4] - 2019-04-10
9
10
### Added
11
- OpenACC flags to build for Power 9, Volta, Skylake and KNL.
12
- Kokkos list CLI argument shows some information about which device will be used.
main.cpp
@@ -15,7 +15,7 @@
15
#include <iomanip>
16
#include <cstring>
17
18
-#define VERSION_STRING "3.3"
+#define VERSION_STRING "3.4"
19
20
#include "Stream.h"
21
0 commit comments