• 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
名称
最后提交
最后更新
..
sandbox 正在载入提交数据...
tests 正在载入提交数据...
__init__.py 正在载入提交数据...
builders.py 正在载入提交数据...
debugmode.py 正在载入提交数据...
function.py 正在载入提交数据...
function_module.py 正在载入提交数据...
io.py 正在载入提交数据...
mode.py 正在载入提交数据...
module.py 正在载入提交数据...
pfunc.py 正在载入提交数据...
profilemode.py 正在载入提交数据...
profiling.py 正在载入提交数据...
sharedvalue.py 正在载入提交数据...