From 82be8f211cbd50d2d75fe78d8af4a1da04a0582b Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Wed, 27 Apr 2016 16:02:13 +0200 Subject: Moved all cache-related functions to a separate file; added a ClearCompiledProgramCache function to clear the cache --- scripts/generator/generator.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/generator') 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: -- cgit v1.2.3