提交 b7890b77 authored 作者: notoraptor's avatar notoraptor

Reduce size of test values into gpuarray/tests/test_reduction.

The old big size was used to check if reduction is really faster on GPU than on CPU with big data, but it made NVIDIA driver crash on Windows, and I think it is not really useful for simple unit testing.
上级 f7e4910b
......@@ -14,7 +14,7 @@ from .. import GpuArrayType
import math
# Number of values to be used in test tensors (except with 0-D tensors!).
test_size = 10000000
test_size = 10000
# NB: This order of "unsorted axes" is arbitrary and is here
# just to have the same informations on profile output
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论