Skip to content

Commit a97e242

Browse files
authored
Update CHANGELOG.md
1 parent bd67360 commit a97e242

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ It is the first release of the longly waited 3 series. Overall, this release is
66
or at least to have similar performance to the previous releases.
77
There are many bug fixes and other changes across. The most significant are summarized below:
88

9+
#### C++14 compiliant release
10+
11+
This release is the first C++14 compatible release. So, move the versions of NVCC, GCC, CLANG and so on, acordinaly.
12+
Also, set the "--std" compiler flags to "--std=c++14" for both CUDA and host compilers.
13+
The first the minimal **CUDA** version has now been moved to **9.2**.
14+
The support for extended C++ lambdas in CUDA is not complete. The restrictions are discussed in the page:
15+
16+
https://docs.nvidia.com/cuda/archive/10.2/cuda-c-programming-guide/index.html#extended-lambda
17+
18+
Hydra3 can not wrap generic lambdas in host code. If this feature is necessary, use host-only uwrapped lambdas.
19+
920
#### Function call interface
1021

1122
This is probably the most impacting change in this release, making **Hydra3** series backward incompatible with the previous series.
@@ -134,9 +145,18 @@ See how it works:
134145
2. Fitting of convoluted PDFs.
135146

136147
#### General
137-
138-
1. Many bug fixes across the tree...
139-
148+
Many issues solved and bugs fixed across the tree:
149+
150+
1. https://github.com/MultithreadCorner/Hydra/issues/91#issue-631032116
151+
2. https://github.com/MultithreadCorner/Hydra/issues/90
152+
3. https://github.com/MultithreadCorner/Hydra/pull/89
153+
4. https://github.com/MultithreadCorner/Hydra/issues/87
154+
5. https://github.com/MultithreadCorner/Hydra/issues/86
155+
6. https://github.com/MultithreadCorner/Hydra/issues/82
156+
7. https://github.com/MultithreadCorner/Hydra/issues/77
157+
158+
and many others.
159+
140160
-------------------------
141161

142162
### Hydra 2.5.0

0 commit comments

Comments
 (0)