summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2019-01-23 19:52:01 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2019-01-23 19:52:01 +0100
commite0541c41a17bd500ab3f03bbb9a934d9cc3b0a75 (patch)
treeeff8b433e24ebfa23dd0a2c4207381059373b81c /scripts
parent347f0df32f0ddcc673e1e62f299090ac60b240a4 (diff)
Added fp32 to fp16 conversion function in Python to make haxpy example work
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generator/generator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generator/generator.py b/scripts/generator/generator.py
index 1e274abd..76c5dc1c 100755
--- a/scripts/generator/generator.py
+++ b/scripts/generator/generator.py
@@ -49,7 +49,7 @@ FILES = [
"/src/clblast_cuda.cpp",
"/src/pyclblast/src/pyclblast.pyx"
]
-HEADER_LINES = [124, 21, 128, 24, 29, 45, 29, 66, 40, 96, 21, 291]
+HEADER_LINES = [124, 21, 128, 24, 29, 45, 29, 66, 40, 96, 21, 327]
FOOTER_LINES = [98, 57, 112, 275, 6, 6, 6, 9, 2, 41, 56, 37]
HEADER_LINES_DOC = 0
FOOTER_LINES_DOC = 232