From 877aad693f5bf57f8c37ded9e2acab014a4f039b Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Fri, 29 Apr 2016 23:33:12 +0200 Subject: Added FillCache: a function to pre-compile all kernels for a specific device --- scripts/generator/generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/generator') 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: -- cgit v1.2.3