File tree 2 files changed +0
-6
lines changed
2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,6 @@ function(ginkgo_benchmark_onemkl_linops type def)
83
83
ginkgo_compile_features(onemkl_linops_${type} )
84
84
endfunction ()
85
85
86
- # gersemi: off
87
86
# Generates an executable for one precision. Each executable will be linked to
88
87
# `ginkgo`, `gflags` and `nlohmann-json`.
89
88
# Note: This should only be used by `ginkgo_add_typed_benchmark_executables`
@@ -94,7 +93,6 @@ endfunction()
94
93
# \param macro_def preprocessor macro name that will be defined during
95
94
# building (to compile for a specific type)
96
95
# All remaining arguments will be treated as source files
97
- # gersemi: on
98
96
function (
99
97
ginkgo_add_single_benchmark_executable
100
98
name
@@ -139,15 +137,13 @@ function(
139
137
endif ()
140
138
endfunction (ginkgo_add_single_benchmark_executable)
141
139
142
- # gersemi: off
143
140
# Generates an executable for each supported precision. Each executable will be
144
141
# linked to `ginkgo`, `gflags` and `nlohmann-json`.
145
142
#
146
143
# \param name base-name for the executable to create
147
144
# \param use_lib_linops Boolean indicating if linking against hipsparse/cusparse
148
145
# is necessary
149
146
# All remaining arguments will be treated as source files
150
- # gersemi: on
151
147
function (ginkgo_add_typed_benchmark_executables name use_lib_linops)
152
148
ginkgo_add_single_benchmark_executable(
153
149
"${name} " "${use_lib_linops} " "GKO_BENCHMARK_USE_DOUBLE_PRECISION" "d" ${ARGN}
Original file line number Diff line number Diff line change @@ -140,7 +140,6 @@ function(ginkgo_add_resource_requirement test_name)
140
140
)
141
141
endfunction ()
142
142
143
- # gersemi: off
144
143
## Adds a test to the list executed by ctest and sets its output binary name
145
144
## Possible additional arguments:
146
145
## - `MPI_SIZE size` causes the tests to be run with `size` MPI processes.
@@ -150,7 +149,6 @@ endfunction()
150
149
## - `DISABLE_EXECUTORS exec1 exec2` disables the test for certain backends (if built for multiple)
151
150
## - `ADDITIONAL_LIBRARIES lib1 lib2` adds additional target link dependencies
152
151
## - `ADDITIONAL_INCLUDES path1 path2` adds additional target include paths
153
- # gersemi: on
154
152
function (ginkgo_add_test test_name test_target_name)
155
153
cmake_parse_arguments (
156
154
PARSE_ARGV
You can’t perform that action at this time.
0 commit comments