• Pascal Lamblin's avatar
    New version of the C-code generator for Elemwise, enabling loop reordering. · b2d0f53d
    Pascal Lamblin 提交于
    - Code reviewed by Olivier B., thanks!
    - Lots of comments added
    - Unused code removed
    - Looping in Elemwise is now done so the contiguous dimension of the output is
      looped over in the inner-most loop. It does not change anything in the
      non-inplace case (the output was C-contiguous), but can lead to really
      better performances (at least 7x) in the inplace case.
    b2d0f53d
名称
最后提交
最后更新
benchmark 正在载入提交数据...
bin 正在载入提交数据...
doc 正在载入提交数据...
theano 正在载入提交数据...
.hgignore 正在载入提交数据...
LICENSE.txt 正在载入提交数据...
NEWS.txt 正在载入提交数据...
README.txt 正在载入提交数据...
setup.cfg 正在载入提交数据...
setup.py 正在载入提交数据...