From 1a82861a902e17f15486664b340c50530cce6542 Mon Sep 17 00:00:00 2001 From: cnugteren Date: Sat, 2 Apr 2016 11:58:00 -0700 Subject: Added support for testing (performance and correctness) against a CPU BLAS library --- scripts/generator/generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/generator/generator.py b/scripts/generator/generator.py index 36a9bf40..bdf6b9d7 100644 --- a/scripts/generator/generator.py +++ b/scripts/generator/generator.py @@ -289,7 +289,7 @@ files = [ path_clblast+"/test/wrapper_clblas.h", path_clblast+"/test/wrapper_cblas.h", ] -header_lines = [84, 65, 93, 22, 22, 31] +header_lines = [84, 65, 93, 22, 22, 38] footer_lines = [6, 3, 9, 2, 6, 6] # Checks whether the command-line arguments are valid; exists otherwise -- cgit v1.2.3