• Pascal Lamblin's avatar
    Use provided output memory if not contiguous · 137ce6a3
    Pascal Lamblin 提交于
    It may be slower than allocated new memory and calling memset,
    but if that non-contiguous memory was provided, it is probable
    that the output will end up being copied into that non-contiguous
    memory, and that would be even slower.
    137ce6a3
basic_ops.py 107.3 KB