summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-04-29 23:33:12 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-04-29 23:33:12 +0200
commit877aad693f5bf57f8c37ded9e2acab014a4f039b (patch)
tree01ff55f48ed34164d19138c75fe47abeb14c5bb9 /scripts
parent4f528b1730df1ffda9d396030cfc4c4ddf0203fb (diff)
Added FillCache: a function to pre-compile all kernels for a specific device
Diffstat (limited to 'scripts')
-rw-r--r--scripts/generator/generator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generator/generator.py b/scripts/generator/generator.py
index 04f3c30e..a9419f13 100644
--- a/scripts/generator/generator.py
+++ b/scripts/generator/generator.py
@@ -299,7 +299,7 @@ files = [
path_clblast+"/test/wrapper_cblas.h",
]
header_lines = [84, 70, 93, 22, 29, 38]
-footer_lines = [13, 8, 15, 9, 6, 6]
+footer_lines = [17, 70, 19, 14, 6, 6]
# Checks whether the command-line arguments are valid; exists otherwise
for f in files: