Skip to content

Commit 15dc9f1

Browse files
committed
Add more fixes
1 parent 0035c1f commit 15dc9f1

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/actions/spelling/allow/names.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Abdulrasool
22
Abhigyan
33
Alexandru
44
Alja
5+
Anandh
56
Arpitha
67
Atel
78
Austeja

.github/actions/spelling/allow/terms.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
CMSSW
22
Cppyy
3+
GPGPU
34
GSo
45
GSoC
56
Jacobians
67
LLVM
8+
NVIDIA
9+
PTX
10+
Softsusy
711
Superbuilds
812
TFormula
913
bioinformatics

_data/contributors.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
This project aims to advance genomic data management by implementing ROOT's
248248
next-generation RNTuple format for sequence alignment storage. Beginning
249249
with validation of previous GeneROOT benchmarks showing 4x performance gains
250-
with TTree, we will then extend these capabilities with RNTuple technology.
250+
with `TTree`, we will then extend these capabilities with RNTuple technology.
251251
Genomic sequencing data volumes are growing exponentially, creating performance
252252
bottlenecks in traditional formats.RNTuple's improved memory mapping, type
253253
safety through templated interfaces, and parallelization capabilities position
@@ -546,7 +546,7 @@
546546
Cppyy uses pythonized wrappers of useful classes from libraries like STL and Eigen that allow the user to utilize them on the Python side.
547547
Current support follows container types in STL like std::vector, std::map, and std::tuple and the Matrix-based classes in Eigen/Dense.
548548
These cppyy objects can be plugged into idiomatic expressions that expect Python builtin-types.
549-
This behaviour is achieved by growing pythonistic methods like __len__ while also retaining its C++ methods like size.
549+
This behaviour is achieved by growing pythonic methods like __len__ while also retaining its C++ methods like size.
550550
Efficient and automatic conversion between C++ and Python is essential towards high-performance cross-language support.
551551
This approach eliminates overheads arising from iterative initialization such as comma insertion in Eigen.
552552
This opens up new avenues for the utilization of Cppyy’s bindings in tools that perform numerical operations for transformations, or optimization.
@@ -610,7 +610,7 @@
610610
- title: "Extend the Automatic Differentiation Support in RooFit"
611611
status: Completed
612612
description: |
613-
In terms of minimization time, Roofit offers faster results even with numerical
613+
In terms of minimization time, RooFit offers faster results even with numerical
614614
differentiation techniques as compared to minimizing a likelihood function that
615615
is written by hand in C++, due its complex caching logic. Automatic differentiation
616616
gives an additional speedup and more accuracy and scalability for problems with large

0 commit comments

Comments
 (0)