We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5118cf3 commit e12d9deCopy full SHA for e12d9de
tests/math_builtin_api/CMakeLists.txt
@@ -30,7 +30,7 @@ foreach(cat ${MATH_CAT_WITH_VARIANT})
30
FILE_PREFIX "math_builtin_${cat}_${var}"
31
EXT "cpp"
32
INPUT "math_builtin.template"
33
- EXTRA_ARGS -test ${cat} -variante ${var} -marray true -fragment-size 50
+ EXTRA_ARGS -test ${cat} -variante ${var} -marray true -fragment-size 150
34
DEPENDS ${math_builtin_depends}
35
)
36
endforeach()
@@ -44,7 +44,7 @@ foreach(cat ${MATH_CAT})
44
FILE_PREFIX "math_builtin_${cat}"
45
46
47
- EXTRA_ARGS -test ${cat} -marray true -fragment-size 50
+ EXTRA_ARGS -test ${cat} -marray true -fragment-size 150
48
49
50
0 commit comments