@@ -55,6 +55,7 @@ class CodegenGlobalOptionsArray(ImmutableRecord):
...
@@ -55,6 +55,7 @@ class CodegenGlobalOptionsArray(ImmutableRecord):
target_name=CodegenOption(default=None,helpstr="The target name from CMake")
target_name=CodegenOption(default=None,helpstr="The target name from CMake")
operator_to_build=CodegenOption(default=None,helpstr="The operators from the list that is about to be build now. CMake sets this one!!!")
operator_to_build=CodegenOption(default=None,helpstr="The operators from the list that is about to be build now. CMake sets this one!!!")
debug_interpolate_input=CodegenOption(default=False,helpstr="Should the input for printresidual and printmatix be interpolated (instead of random input).")
debug_interpolate_input=CodegenOption(default=False,helpstr="Should the input for printresidual and printmatix be interpolated (instead of random input).")
autotune_google_benchmark=CodegenOption(default=False,helpstr="Use google-benchmark library for autotuning (when autotuning is activated).")
# Arguments that are mainly to be set by logic depending on other options
# Arguments that are mainly to be set by logic depending on other options