From 3555cd043654ec24ff325bd6205281af790e50d2 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Wed, 27 Apr 2016 11:37:55 +0200 Subject: All CLBlast enum constants now have the same raw values as in the cblas standard --- 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 d8bd4e2c..9a520fac 100644 --- a/scripts/generator/generator.py +++ b/scripts/generator/generator.py @@ -294,7 +294,7 @@ files = [ path_clblast+"/test/wrapper_clblas.h", path_clblast+"/test/wrapper_cblas.h", ] -header_lines = [84, 67, 93, 22, 22, 38] +header_lines = [84, 67, 93, 22, 29, 38] footer_lines = [6, 3, 9, 2, 6, 6] # Checks whether the command-line arguments are valid; exists otherwise -- cgit v1.2.3