• Pascal Lamblin's avatar
    Do not test with strides ±2 on dims > 4 · 4c2d9e04
    Pascal Lamblin 提交于
    Otherwise, we have to allocate 2**ndims times the amount of memory,
    and 2**4 seems enough.
    
    Also, strides 1 and -1 will not be tested independently on the
    dimensions above 4, their strides will always be all 1 or all -1.
    4c2d9e04
debugmode.py 95.4 KB