Skip to content
Snippets Groups Projects
Commit 61cd4353 authored by René Heß's avatar René Heß
Browse files

Rename autotune benchmark template files

parent f2906e21
No related branches found
No related tags found
No related merge requests found
......@@ -327,11 +327,11 @@ def generate_standalone_kernel_code(kernel, signature, filename, transformations
for trafo in transformations:
codegen_transformations += '// {}\n'.format(trafo)
template = 'kernel_benchmark_template1.txt'
template = 'kernel_benchmark_template1.cc.in'
use_datasets = True
# Old benchmark template
# template = 'kernel_benchmark_template0.txt'
# template = 'kernel_benchmark_template0.cc.in'
# use_datasets = False
template_filename = pkg_resources.resource_filename(__name__, template)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment