Skip to content

Commit 8d2370d

Browse files
committed
Adjust typos
1 parent 14028a8 commit 8d2370d

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Abhigyan
33
Alexandru
44
Alja
55
Anandh
6+
Arasanipalai
67
Arpitha
78
Atel
89
Austeja

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GPGPU
77
GSo
88
GSoC
99
HSF
10-
JITd
10+
JIT'd
1111
Jacobians
1212
LLVM
1313
NVIDIA
@@ -29,6 +29,7 @@ microenvironments
2929
pythonized
3030
samtools
3131
sitemap
32+
softsusy
3233
vimeo
3334
www
3435
xcolors

.github/actions/spelling/patterns.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Email
22
mailto:[-a-zA-Z=;:/?%&0-9+@.]{3,}
3-
\bemail:\s*[-a-zA-Z=;:/?%&0-9+@.]{3,}
3+
\bemail:\s*[-a-zA-Z=;:/?_%&0-9+@.]{3,}
44

55
# proposal:
6-
\bproposal:\s*\S+\.pdf\b
6+
\bproposal:\s*\S+\b
77

88
# www:
99
\bwww:\s*"?https?:\/\/\S+\/?"?

_data/contributors.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
infrastructure, or by implementing custom
736736
instrumentation. Reoptimization could be applied to whole functions, or
737737
outlining could be used to enable optimization of portions of
738-
functions. Re-entry into the JIT infrastructure from JITd code might be
738+
functions. Re-entry into the JIT infrastructure from JIT'd code might be
739739
implemented on top of existing lazy compilation, or via a custom path.
740740
mentors: Vassil Vassilev, Stefan Gränitz, Lang Hames
741741
proposal: /assets/docs/Sunho_Kim_Proposal_2023.pdf
@@ -812,7 +812,7 @@
812812
RooFit is a toolkit for statistical modeling and fitting used by most
813813
experiments in particle physics. Just as data sets from next-generation
814814
experiments grow, processing requirements for physics analysis become
815-
more computationally demanding, necessitating performance optimizagtions
815+
more computationally demanding, necessitating performance optimizations
816816
for RooFit. One possibility to speed-up minimization and add stability
817817
is the use of automatic differentiation (AD). Unlike for numerical
818818
differentiation, the computation cost scales linearly with the number of
@@ -1066,7 +1066,7 @@
10661066
Enzyme, and give the user the option of selecting Enzyme for Automatic
10671067
Differentiation, based on his/her needs. This will give the user the
10681068
same User Interface as clad for writing his/her code, but the option of
1069-
using Enzyme as the backend with all its optimisations to calculate the
1069+
using Enzyme as the backend with all its optimizations to calculate the
10701070
Derivative/Gradient of the requested function. My proposal also briefly
10711071
gives insights into how this can be achieved by tapping into the
10721072
existing code base of Clad.
@@ -1118,7 +1118,7 @@
11181118
description: |
11191119
In C++, it's often useful to write wrappers that abstract or extend some
11201120
underlying type passed as a template argument. But templates are only
1121-
instantated taking into account the 'fundamental' types of the
1121+
instantiated taking into account the 'fundamental' types of the
11221122
arguments, discarding 'type sugar', such as any aliases, attributes or
11231123
other cosmetic metadata such as how the name of the type was qualified
11241124
and such. While this ends up in practice being brittle to rely on,
@@ -1129,7 +1129,7 @@
11291129
further engineering to work around this limitation, member accesses on
11301130
template specializations will only reflect these canonical types, with
11311131
the simplest example being the loss of any sugar on the argument when
1132-
acessing a member alias to the argument itself. For this project, we
1132+
accessing a member alias to the argument itself. For this project, we
11331133
will improve Clang's type system so that any type sugar on the arguments
11341134
of a template specialization are pushed into those member accesses.
11351135
proposal: /assets/docs/Matheus_Izvekov_Proposal_2022.pdf

0 commit comments

Comments
 (0)