File tree 1 file changed +6
-2
lines changed 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ TravisCI] ( https://travis-ci.org/taocpp/tuple.svg )] ( https://travis-ci.org/taocpp/tuple )
6
6
[ ![ AppVeyor] ( https://ci.appveyor.com/api/projects/status/github/taocpp/tuple?svg=true )] ( https://ci.appveyor.com/project/taocpp/tuple )
7
7
8
- [ The Art of C++] ( https://taocpp.github.io/ ) / Tuple is a C++11 header-only reference implementation of
8
+ [ The Art of C++] ( https://taocpp.github.io/ ) / Tuple is a C++11 header-only proof-of-concept implementation of
9
9
[ ` std::tuple ` ] ( http://en.cppreference.com/w/cpp/utility/tuple ) .
10
10
11
11
## Rationale
@@ -28,6 +28,10 @@ of 15 on the same system. This case does *not* change `std::integer_sequence` or
28
28
` std::make_integer_sequence ` , all improvements are coming from all the * other* improvements
29
29
from avoiding recursion.
30
30
31
+ ## CUDA
32
+
33
+ ` tao::tuple ` supports [ CUDA] ( http://www.nvidia.com/object/cuda_home.html ) .
34
+
31
35
## Compatibility
32
36
33
37
* Requires C++11 or newer.
@@ -37,7 +41,7 @@ from avoiding recursion.
37
41
38
42
### 1.0.0
39
43
40
- ** Not yet released **
44
+ Released 2018-08-01
41
45
42
46
* Initial release.
43
47
You can’t perform that action at this time.
0 commit comments