• 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
名称
最后提交
最后更新
..
deprecated 正在载入提交数据...
nnet 正在载入提交数据...
signal 正在载入提交数据...
tests 正在载入提交数据...
__init__.py 正在载入提交数据...
basic.py 正在载入提交数据...
blas.py 正在载入提交数据...
blas_headers.py 正在载入提交数据...
elemwise.py 正在载入提交数据...
elemwise_cgen.py 正在载入提交数据...
inplace.py 正在载入提交数据...
opt.py 正在载入提交数据...
randomstreams.py 正在载入提交数据...
raw_random.py 正在载入提交数据...
shared_randomstreams.py 正在载入提交数据...
sharedvar.py 正在载入提交数据...
tsor_apply.py 正在载入提交数据...
xlogx.py 正在载入提交数据...