Skip to content

Commit f132fb1

Browse files
committed
run fixing end of file for all files
1 parent b0bafe9 commit f132fb1

File tree

60 files changed

+18
-63
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+18
-63
lines changed

.clang-format

-1
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,3 @@ Standard: c++14
121121
TabWidth: 8
122122
UseTab: Never
123123
...
124-

.github/workflows/spell_check.yml

-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ jobs:
1313
uses: crate-ci/typos@master
1414
with:
1515
config: .github/_typos.toml
16-

CPackConfig.cmake

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ set(CPACK_INSTALL_CMAKE_PROJECTS
33
"Debug;Ginkgo;All;/"
44
"Release;Ginkgo;All;/"
55
)
6-

benchmark/test/input.blas.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
{
33
"n": 100
44
}
5-
]
5+
]

benchmark/test/input.distributed_mtx.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
"stencil": "7pt",
55
"comm_pattern": "stencil"
66
}
7-
]
7+
]

benchmark/test/input.distributed_solver.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
"spmv": "csr-csr"
88
}
99
}
10-
]
10+
]

benchmark/test/input.mtx.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"size": 100,
44
"stencil": "7pt"
55
}
6-
]
6+
]

benchmark/test/input.solver.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
"spmv": "csr"
77
}
88
}
9-
]
9+
]

benchmark/tools/compare_test_input1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@
4545
"spmv": "coo"
4646
}
4747
}
48-
]
48+
]

benchmark/tools/compare_test_input2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@
4545
"spmv": "coo"
4646
}
4747
}
48-
]
48+
]

benchmark/tools/compare_test_input3.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
}
3737
}
3838
}
39-
]
39+
]

cmake/hip_helpers.cmake

-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,3 @@ function(ginkgo_check_hip_detection_issue)
4040
endif ()
4141
endif ()
4242
endfunction()
43-

dev_tools/oneapi/working_directory/.clang-format

-1
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,3 @@ Standard: Cpp11
105105
TabWidth: 8
106106
UseTab: Never
107107
...
108-

doc/joss/paper.bib

-4
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,3 @@ @misc{eigen
308308
howpublished = {http://eigen.tuxfamily.org},
309309
year = {2010}
310310
}
311-
312-
313-
314-

doc/pages/BASE_DOC.md

-1

doc/pages/USR_DOC.md

-1

doc/scripts/program2html

-1
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,3 @@ do {
9797
if ($state == $program_mode) {
9898
print "</code></pre>\n";
9999
}
100-

doc/scripts/program2plain

-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,3 @@ while (<>) {
3030
# Otherwise print the line
3131
print;
3232
}
33-

doc/scripts/validate-xrefs.pl

-1
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,3 @@
155155
}
156156
}
157157
}
158-

examples/adaptiveprecision-blockjacobi/doc/intro.dox

-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ right-hand side and an initial guess. The preconditioned CG solver is enhanced
77
with a block-Jacobi preconditioner that optimizes the storage format for the
88
distinct inverted diagonal blocks to the numerical requirements. The example
99
features the iteration count and runtime of the CG solver.</h3>
10-

examples/cb-gmres/doc/builds-on

-1
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-

examples/custom-logger/doc/tooltip

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Creating a custom logger with Ginkgo.
1+
Creating a custom logger with Ginkgo.

examples/custom-matrix-format/doc/intro.dox

-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,3 @@ The intention of this example is to show how a custom linear operator can be
4242
created and integrated into Ginkgo to achieve performance benefits.
4343

4444
<h3> About the example </h3>
45-

examples/custom-stopping-criterion/doc/intro.dox

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
<h1>Introduction</h1>
33

44
<h3> About the example </h3>
5-
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
stopping-criteria
1+
stopping-criteria
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-

examples/external-lib-interfacing/doc/intro.dox

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
<h1>Introduction</h1>
33

44
<h3> About the example </h3>
5-

examples/file-config-solver/doc/intro.dox

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
<h1>This example shows how to use file to configure solver.</h1>
33

44
<h3>In this example, we first read in a matrix from a file. Then we read the config file to configure the solver. The example application reports the generation and run time of the solver.</h3>
5-
-1
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-

examples/ginkgo-overhead/doc/intro.dox

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
<h1>Introduction</h1>
33

44
<h3> About the example </h3>
5-

examples/ginkgo-ranges/doc/builds-on

-1
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-

examples/ginkgo-ranges/doc/intro.dox

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
<h1>Introduction</h1>
33

44
<h3> About the example </h3>
5-

examples/heat-equation/doc/intro.dox

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ The intention of this example is to provide a mini-app showing matrix assembly,
3737
vector initialization, solver setup and the use of Ginkgo in a more complex
3838
setting.
3939

40-
<h3> About the example </h3>
40+
<h3> About the example </h3>

examples/inverse-iteration/doc/intro.dox

-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ for i = 0 .. max_iterations:
1919
@endcode
2020

2121
<h3> About the example </h3>
22-

examples/kokkos-assembly/doc/intro.dox

-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ This example show how to use Ginkgo data with Kokkos kernels.
2020
If this example is built as part of Ginkgo, it is advised to configure Ginkgo with
2121
`-DGINKGO_WITH_CCACHE=OFF` to prevent incompabilities with Kokkos' compiler wrapper
2222
for `nvcc`.
23-

examples/minimal-cuda-solver/doc/intro.dox

-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ and pipe the result to the minimal_solver_cuda executable:
1414
@code{.cpp}cat data/A.mtx data/b.mtx data/x0.mtx | ./minimal-cuda-solver@endcode
1515

1616
<h3> About the example </h3>
17-

examples/mixed-multigrid-preconditioned-solver/doc/intro.dox

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33

44
<h3> In this example, we first read in a matrix from a file. The preconditioned CG solver is enhanced
55
with a mixed-precision multigrid preconditioner. The example features the generating time and runtime of the CG solver.</h3>
6-

examples/mixed-multigrid-solver/doc/intro.dox

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44
<h3> In this example, we first read in a matrix from a file, then generate a
55
right-hand side and an initial guess. The multigrid solver can mix different precision of MultigridLevel. The example
66
features the generating time and runtime of the multigrid solver.</h3>
7-

examples/mixed-spmv/doc/builds-on

-1
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-

examples/multigrid-preconditioned-solver-customized/doc/intro.dox

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44
<h3> In this example, we first read in a matrix from a file. The preconditioned CG solver is enhanced
55
with a multigrid preconditioner. Several non-default options are used to create this preconditioner.
66
The example features the generating time and runtime of the CG solver.</h3>
7-

examples/multigrid-preconditioned-solver/doc/intro.dox

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33

44
<h3> In this example, we first read in a matrix from a file. The preconditioned CG solver is enhanced
55
with a multigrid preconditioner. The example features the generating time and runtime of the CG solver.</h3>
6-
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
simple-solver three-pt-stencil-solver poisson-solver
1+
simple-solver three-pt-stencil-solver poisson-solver

examples/nine-pt-stencil-solver/doc/intro.dox

-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,3 @@ The intention of this is to show how generation of stencil values and the right
4343
hand side vector changes when increasing the dimension.
4444

4545
<h3> About the example </h3>
46-

examples/papi-logging/doc/intro.dox

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
<h1>Introduction</h1>
33

44
<h3> About the example </h3>
5-

examples/par-ilu-convergence/doc/intro.dox

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
<h3> About the example </h3>
55

66
This example can be used to inspect the convergence behavior of parallel
7-
incomplete factorizations.
7+
incomplete factorizations.

examples/poisson-solver/doc/intro.dox

-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,3 @@ application solving a real-world problem, which includes a solution of a large,
4343
sparse linear system as a component.
4444

4545
<h3> About the example </h3>
46-

examples/preconditioned-solver/doc/intro.dox

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
<h1>Introduction</h1>
33

44
<h3> About the example </h3>
5-

examples/simple-solver-logging/doc/intro.dox

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
<h1>Introduction</h1>
33

44
<h3> About the example </h3>
5-

examples/simple-solver/doc/builds-on

-1
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-

examples/three-pt-stencil-solver/doc/intro.dox

-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,3 @@ use Ginkgo, and the only part where Ginkgo is introduced is inside the
4646
`solve_system` function.
4747

4848
<h3> About the example </h3>
49-

matrices/examples/gko_logo_2d.mtx

+1-1
Original file line numberDiff line numberDiff line change
@@ -65535,4 +65535,4 @@
6553565535
0.0
6553665536
0.0
6553765537
0.0
65538-
0.0
65538+
0.0

reference/get_info.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# nothing to print here
1+
# nothing to print here

third_party/SuiteSparse/AMD/Include/amd_internal.h

-1
Original file line numberDiff line numberDiff line change
@@ -199,4 +199,3 @@ void AMD_preprocess
199199
Int W [ ],
200200
Int Flag [ ]
201201
) ;
202-

third_party/SuiteSparse/AMD/Source/amd_l2.c

-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@
1010

1111
#define DLONG
1212
#include "amd_2.c"
13-

third_party/SuiteSparse/AMD/Source/amd_l_defaults.c

-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@
1111

1212
#define DLONG
1313
#include "amd_defaults.c"
14-

third_party/SuiteSparse/AMD/Source/amd_l_post_tree.c

-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@
1010

1111
#define DLONG
1212
#include "amd_post_tree.c"
13-

third_party/SuiteSparse/AMD/Source/amd_l_postorder.c

-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@
1010

1111
#define DLONG
1212
#include "amd_postorder.c"
13-

third_party/identify_stream_usage/backtrace.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ inline bool check_backtrace(const char* ignore_symbol = nullptr)
114114
}
115115

116116

117-
#endif // STREAM_USAGE_BACKTRACE_HPP_
117+
#endif // STREAM_USAGE_BACKTRACE_HPP_

third_party/identify_stream_usage/test_default_stream_identification.cu

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ void test_cudaLaunchKernel()
4141
"No exception raised for kernel on default stream!");
4242
}
4343

44-
int main() { test_cudaLaunchKernel(); }
44+
int main() { test_cudaLaunchKernel(); }

third_party/identify_stream_usage/test_default_stream_identification.hip.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ void test_hipLaunchKernel()
4343
"No exception raised for kernel on default stream!");
4444
}
4545

46-
int main() { test_hipLaunchKernel(); }
46+
int main() { test_hipLaunchKernel(); }

0 commit comments

Comments
 (0)