Skip to content

Commit 624221b

Browse files
authored
Update README.md
1 parent 7b9ffd3 commit 624221b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Table of Contents
3232
What is it?
3333
-----------
3434

35-
Hydra is a C++17 compliant and header only framework designed to perform common data analysis tasks on massively parallel platforms. Hydra provides a collection of containers and algorithms commonly used in HEP data analysis, which can deploy transparently OpenMP, CUDA and TBB enabled devices, allowing the user to re-use the same code across a large range of available multi-core CPU and accelerators. The framework design is focused on performance and precision.
35+
Hydra is a C++17/20 compliant and header only framework designed to perform common data analysis tasks on massively parallel platforms. Hydra provides a collection of containers and algorithms commonly used in HEP data analysis, which can deploy transparently OpenMP, CUDA and TBB enabled devices, allowing the user to re-use the same code across a large range of available multi-core CPU and accelerators. The framework design is focused on performance and precision.
3636

3737
The core algorithms follow as close as possible the implementations widely used in frameworks like ROOT and libraries
3838
like GSL.
@@ -52,7 +52,7 @@ Currently Hydra implementation includes:
5252
* Multidimensional sparse and dense histogramming of large samples.
5353
* Object-based interface to FFTW and CuFFT for performing Fast Fourier Transform in CPU and GPU.
5454
* Fitting models containing FFT based one-dimensional convolution components with arbitrary signal and kernel shapes.
55-
* Booststrap and real cubic spline (1D, 2D and 3D)for datasets on CPU and GPU.
55+
* Booststrap and real cubic spline (1D, 2D, 3D and 4D)for datasets on CPU and GPU.
5656
* Sobol low discrepance sequences up to 3667 dimensions.
5757
* Seven fast and reliable counter based pseudo-random number generators.
5858

0 commit comments

Comments
 (0)