summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-01-06 10:05:28 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2018-01-06 10:05:28 +0100
commitce069545d4b9ac32a094117de75919087a7bc21e (patch)
tree94aa7e3293600dce1cf4dee83cb00d4ffb724586 /scripts
parent44431daecc63cc4ead3208327bcd70834b3f4bdb (diff)
Added CUDA interface to get temporary-buffer size for GEMM routine
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generator/generator.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/generator/generator.py b/scripts/generator/generator.py
index e0c26140..5fbce2c4 100755
--- a/scripts/generator/generator.py
+++ b/scripts/generator/generator.py
@@ -46,8 +46,8 @@ FILES = [
"/include/clblast_cuda.h",
"/src/clblast_cuda.cpp",
]
-HEADER_LINES = [123, 21, 126, 24, 29, 41, 29, 65, 32, 94, 21]
-FOOTER_LINES = [36, 56, 27, 38, 6, 6, 6, 9, 2, 25, 3]
+HEADER_LINES = [123, 21, 126, 24, 29, 41, 29, 65, 32, 95, 21]
+FOOTER_LINES = [36, 56, 27, 38, 6, 6, 6, 9, 2, 36, 55]
HEADER_LINES_DOC = 0
FOOTER_LINES_DOC = 63