Skip to content

Commit e12d9de

Browse files
Increase fragment size
1 parent 5118cf3 commit e12d9de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/math_builtin_api/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ foreach(cat ${MATH_CAT_WITH_VARIANT})
3030
FILE_PREFIX "math_builtin_${cat}_${var}"
3131
EXT "cpp"
3232
INPUT "math_builtin.template"
33-
EXTRA_ARGS -test ${cat} -variante ${var} -marray true -fragment-size 50
33+
EXTRA_ARGS -test ${cat} -variante ${var} -marray true -fragment-size 150
3434
DEPENDS ${math_builtin_depends}
3535
)
3636
endforeach()
@@ -44,7 +44,7 @@ foreach(cat ${MATH_CAT})
4444
FILE_PREFIX "math_builtin_${cat}"
4545
EXT "cpp"
4646
INPUT "math_builtin.template"
47-
EXTRA_ARGS -test ${cat} -marray true -fragment-size 50
47+
EXTRA_ARGS -test ${cat} -marray true -fragment-size 150
4848
DEPENDS ${math_builtin_depends}
4949
)
5050
endforeach()

0 commit comments

Comments
 (0)