summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-04-27 16:02:13 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-04-27 16:02:13 +0200
commit82be8f211cbd50d2d75fe78d8af4a1da04a0582b (patch)
tree19b4dbb4478edb28b7afd99a11e5a1e470098a5d /scripts
parent44bdb60e834ef015ee4cb25a6f0eba2a092291f0 (diff)
Moved all cache-related functions to a separate file; added a ClearCompiledProgramCache function to clear the cache
Diffstat (limited to 'scripts')
-rw-r--r--scripts/generator/generator.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/generator/generator.py b/scripts/generator/generator.py
index 9a520fac..9de03567 100644
--- a/scripts/generator/generator.py
+++ b/scripts/generator/generator.py
@@ -294,8 +294,8 @@ files = [
path_clblast+"/test/wrapper_clblas.h",
path_clblast+"/test/wrapper_cblas.h",
]
-header_lines = [84, 67, 93, 22, 29, 38]
-footer_lines = [6, 3, 9, 2, 6, 6]
+header_lines = [84, 68, 93, 22, 29, 38]
+footer_lines = [13, 8, 15, 9, 6, 6]
# Checks whether the command-line arguments are valid; exists otherwise
for f in files: